lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 17 Jun 2024 13:23:42 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Matthew Wilcox <willy@...radead.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>, Rafael Aquini <aquini@...hat.com>, 
	Jiri Slaby <jirislaby@...nel.org>, Suren Baghdasaryan <surenb@...gle.com>, linux-mm@...ck.org, 
	mm-commits@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] hotfixes for 6.10-rc5

On Mon, 17 Jun 2024 at 13:17, Matthew Wilcox <willy@...radead.org> wrote:
>
> This patch wasn't even cc'd to linux-mm, so I never saw it.  I would
> have NAKed it based on this already being fixed.

I actually cc'd y ou partly because you were part of that earlier fix,
but also because of the implicit question:

  "So it's very possible that the

        if (IS_ENABLED(CONFIG_32BIT) || in_compat_syscall())
                return 0;

   test in __thp_get_unmapped_area() should be extended to take requested
   address randomization into account"

and whether we maybe could do better?

For x86-64, the default for min compat bits is 28 - which is
presumably plenty - but maybe we have issues elsewhere?

               Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ