[GIT PULL] slab fixes for 7.0-rc3

From: Vlastimil Babka (SUSE)

Date: Fri Mar 13 2026 - 05:21:09 EST


Hi Linus,

please pull the latest slab fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-7.0-rc3

Thanks,
Vlastimil

======================================

- Fix for a memory leak that can occur when already so low on memory that we
can't allocate a new slab anymore. (Qing Wang)

- Fix for a case where slabobj_ext array for a slab might be allocated from
the same slab, making it permanently non-freeable. (Harry Yoo)

----------------------------------------------------------------
The following changes since commit 6432f15c818cb30eec7c4ca378ecdebd9796f741:

mm/slab: change stride type from unsigned short to unsigned int (2026-03-04 11:05:57 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-7.0-rc3

for you to fetch changes up to 464b1c115852fe025635ae2065e00caced184d92:

slab: fix memory leak when refill_sheaf() fails (2026-03-11 17:55:26 +0100)

----------------------------------------------------------------
slab fixes for 7.0-rc3

----------------------------------------------------------------
Harry Yoo (1):
mm/slab: fix an incorrect check in obj_exts_alloc_size()

Qing Wang (1):
slab: fix memory leak when refill_sheaf() fails

mm/slub.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)