[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c15d56f1-b1f9-4ed2-8f20-1d8111ac1115@suse.cz>
Date: Thu, 4 Sep 2025 10:56:09 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Harry Yoo <harry.yoo@...cle.com>, David Rientjes <rientjes@...gle.com>,
Christoph Lameter <cl@...ux.com>, Andrew Morton <akpm@...ux-foundation.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>,
Roman Gushchin <roman.gushchin@...ux.dev>
Subject: [GIT PULL] slab fixes for 6.17-rc5
Hi Linus,
please pull the latest slab fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.17-rc5
Thanks,
Vlastimil
======================================
- Stable fix to make slub_debug code not access invalid pointers in the
process of reporting issues (Li Qiong)
- Stable fix to make object tracking pass gfp flags to stackdepot to
avoid deadlock in contexts that can't even wake up kswapd due to
e.g. timers debugging enabled (yangshiguang)
----------------------------------------------------------------
Li Qiong (1):
mm/slub: avoid accessing metadata when pointer is invalid in object_err()
yangshiguang (1):
mm: slub: avoid wake up kswapd in set_track_prepare
mm/slub.c | 37 ++++++++++++++++++++++++++-----------
1 file changed, 26 insertions(+), 11 deletions(-)
Powered by blists - more mailing lists