Linus, please pull the latest slab fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-fixes-for-6.6-rc4 There are two fixes: - a stable fix to prevent list corruption when destroying caches with leftover objects, by Rafael Aquini - a fix for a gotcha in kmalloc_size_roundup() when calling it with too high size, discovered when recently a networking call site had to be fixed (for a different issue), by David Laight Thanks, Vlastimil ---------------------------------------------------------------- David Laight (1): slab: kmalloc_size_roundup() must not return 0 for non-zero size Rafael Aquini (1): mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() mm/slab_common.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-)