Revision 55860d96ca59265d35427da0ee7d7f61e404f8e7 authored by Sebastian Andrzej Siewior on 26 June 2020, 03:29:55 UTC, committed by Linus Torvalds on 26 June 2020, 07:27:37 UTC
According to Christopher Lameter two fixes have been merged for the same
problem.  As far as I can tell, the code does not acquire the list_lock
and invoke kmalloc().  list_slab_objects() misses an unlock (the
counterpart to get_map()) and the memory allocated in free_partial()
isn't used.

Revert the mentioned commit.

Link: http://lkml.kernel.org/r/20200618201234.795692-1-bigeasy@linutronix.de
Fixes: aa456c7aebb14 ("slub: remove kmalloc under list_lock from list_slab_objects() V2")
Link: https://lkml.kernel.org/r/alpine.DEB.2.22.394.2006181501480.12014@www.lameter.com
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 8982ae5
History
File Mode Size
Kconfig -rw-r--r-- 586 bytes
Makefile -rw-r--r-- 248 bytes
cap.c -rw-r--r-- 4.2 KB
ctl.c -rw-r--r-- 25.1 KB
ctl.h -rw-r--r-- 4.6 KB
dma_port.c -rw-r--r-- 12.1 KB
dma_port.h -rw-r--r-- 937 bytes
domain.c -rw-r--r-- 18.8 KB
eeprom.c -rw-r--r-- 12.9 KB
icm.c -rw-r--r-- 57.4 KB
lc.c -rw-r--r-- 8.1 KB
nhi.c -rw-r--r-- 32.6 KB
nhi.h -rw-r--r-- 2.7 KB
nhi_ops.c -rw-r--r-- 4.1 KB
nhi_regs.h -rw-r--r-- 4.5 KB
path.c -rw-r--r-- 14.6 KB
property.c -rw-r--r-- 16.8 KB
switch.c -rw-r--r-- 63.9 KB
tb.c -rw-r--r-- 26.3 KB
tb.h -rw-r--r-- 27.7 KB
tb_msgs.h -rw-r--r-- 10.9 KB
tb_regs.h -rw-r--r-- 10.8 KB
tmu.c -rw-r--r-- 8.4 KB
tunnel.c -rw-r--r-- 28.8 KB
tunnel.h -rw-r--r-- 3.0 KB
usb4.c -rw-r--r-- 17.7 KB
xdomain.c -rw-r--r-- 43.1 KB

back to top