public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
From: "Vlastimil Babka (SUSE)" <vbabka@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Harry Yoo <harry.yoo@oracle.com>,
	David Rientjes <rientjes@google.com>,
	Christoph Lameter <cl@gentwo.org>,
	Roman Gushchin <roman.gushchin@linux.dev>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>, Hao Li <hao.li@linux.dev>
Subject: [GIT PULL] slab fixes for 7.0-rc3
Date: Fri, 13 Mar 2026 10:20:23 +0100	[thread overview]
Message-ID: <77adefa6-8aa8-44ad-bb01-9f1fe33c8f7d@kernel.org> (raw)

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(-)


             reply	other threads:[~2026-03-13  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-13  9:20 Vlastimil Babka (SUSE) [this message]
2026-03-13 17:33 ` [GIT PULL] slab fixes for 7.0-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77adefa6-8aa8-44ad-bb01-9f1fe33c8f7d@kernel.org \
    --to=vbabka@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@gentwo.org \
    --cc=hao.li@linux.dev \
    --cc=harry.yoo@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=rientjes@google.com \
    --cc=roman.gushchin@linux.dev \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox