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-rc1
Date: Fri, 27 Feb 2026 16:54:51 +0100 [thread overview]
Message-ID: <682fcb79-bf65-4af7-87fe-bb28274e96a6@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-rc1
Note my externally facing mail address changed, which should be in
MAINTAINERS and .mailmap by now.
Thanks,
Vlastimil
======================================
- Fix for spurious page allocation warnings on sheaf refill (Harry Yoo)
- Fix for CONFIG_MEM_ALLOC_PROFILING_DEBUG warnings (Suren Baghdasaryan)
- Fix for kernel-doc warning on ksize() (Sanjay Chitroda)
- Fix to avoid setting slab->stride later than on slab allocation. Doesn't
yet fix the reports from powerpc; debugging is making progress.
(Harry Yoo)
----------------------------------------------------------------
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-7.0-rc1
for you to fetch changes up to e9217ca77dc35b4978db0fe901685ddb3f1e223a:
mm/slab: initialize slab->stride early to avoid memory ordering issues (2026-02-27 16:22:57 +0100)
----------------------------------------------------------------
slab fixes for 7.0-rc1
----------------------------------------------------------------
Harry Yoo (2):
mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is available
mm/slab: initialize slab->stride early to avoid memory ordering issues
Sanjay Chitroda (1):
mm/slub: drop duplicate kernel-doc for ksize()
Suren Baghdasaryan (1):
mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
include/linux/gfp_types.h | 2 ++
include/linux/slab.h | 12 -----------
mm/slab.h | 4 ++--
mm/slub.c | 51 ++++++++++++++++++++++++++++++++---------------
4 files changed, 39 insertions(+), 30 deletions(-)
next reply other threads:[~2026-02-27 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-27 15:54 Vlastimil Babka (SUSE) [this message]
2026-02-27 18:59 ` 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=682fcb79-bf65-4af7-87fe-bb28274e96a6@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