-
- Downloads
Fix race between cat /proc/slab_allocators and rmmod
Same story as with cat /proc/*/wchan race vs rmmod race, only /proc/slab_allocators want more info than just symbol name. Signed-off-by:Alexey Dobriyan <adobriyan@sw.ru> Acked-by:
Rusty Russell <rusty@rustcorp.com.au> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- include/linux/kallsyms.h 6 additions, 0 deletionsinclude/linux/kallsyms.h
- include/linux/module.h 6 additions, 0 deletionsinclude/linux/module.h
- kernel/kallsyms.c 19 additions, 0 deletionskernel/kallsyms.c
- kernel/module.c 27 additions, 0 deletionskernel/module.c
- mm/slab.c 3 additions, 7 deletionsmm/slab.c
Loading
Please register or sign in to comment