[GIT PULL] slab fixes for 6.12-rc1

From: Vlastimil Babka
Date: Fri Oct 04 2024 - 09:55:18 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-6.12-rc1

Thanks,
Vlastimil

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

Fixes for issues introduced in 6.12-rc1: kobject memory leak, unsupressed
warning and possible lockup in new slub_kunit tests, misleading code in
kvfree_rcu_queue_batch().

----------------------------------------------------------------
Nilay Shroff (1):
mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()

Uladzislau Rezki (Sony) (1):
rcu/kvfree: Refactor kvfree_rcu_queue_batch()

Vlastimil Babka (2):
mm, slab: suppress warnings in test_leak_destroy kunit test
slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in

kernel/rcu/tree.c | 9 +++++----
lib/slub_kunit.c | 18 ++++++++++++------
mm/slab.h | 8 +++++++-
mm/slab_common.c | 5 +++--
mm/slub.c | 5 +++--
5 files changed, 30 insertions(+), 15 deletions(-)