linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region
@ 2025-05-15 21:42 Kees Cook
  2025-05-15 21:42 ` [PATCH 1/2] " Kees Cook
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Kees Cook @ 2025-05-15 21:42 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Kees Cook, Shung-Hsi Yu, Eduard Zingerman, Pawan Gupta,
	Uladzislau Rezki, Erhard Furtner, Danilo Krummrich, linux-kernel,
	linux-mm, bpf, linux-hardening

Hi,

This fixes a performance regression[1] with vrealloc(). This needs to
get into v6.15, which is where the regression originates, and then it'll
get backport to the -stable releases as well.

Thanks!

-Kees

[1] https://lore.kernel.org/lkml/20250515-bpf-verifier-slowdown-vwo2meju4cgp2su5ckj@6gi6ssxbnfqg/

Kees Cook (2):
  mm: vmalloc: Actually use the in-place vrealloc region
  mm: vmalloc: Only zero-init on vrealloc shrink

 mm/vmalloc.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-20 16:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15 21:42 [PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region Kees Cook
2025-05-15 21:42 ` [PATCH 1/2] " Kees Cook
2025-05-15 21:42 ` [PATCH 2/2] mm: vmalloc: Only zero-init on vrealloc shrink Kees Cook
2025-05-16  6:02 ` [PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region Shung-Hsi Yu
2025-05-16  6:32 ` Uladzislau Rezki
2025-05-16  8:28 ` Danilo Krummrich
2025-05-19 19:18 ` Kees Cook
2025-05-20  0:06   ` Andrew Morton
2025-05-20 16:06     ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).