[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHk-=wgEjJA7rNaDsmG_YUwr7Nw5BGP=tMaKK2=DPWm6r6hxKA@mail.gmail.com>
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