mm, kasan: SLAB support
authorAlexander Potapenko <[email protected]>
Fri, 25 Mar 2016 21:21:59 +0000 (14:21 -0700)
committerLinus Torvalds <[email protected]>
Fri, 25 Mar 2016 23:37:42 +0000 (16:37 -0700)
commit7ed2f9e663854db313f177a511145630e398b402
treef9dfba81a688864a4d78689470f624b0a482f545
parente6e8379c876de16c6b78f83b15d5ac32c79cb440
mm, kasan: SLAB support

Add KASAN hooks to SLAB allocator.

This patch is based on the "mm: kasan: unified support for SLUB and SLAB
allocators" patch originally prepared by Dmitry Chernenkov.

Signed-off-by: Alexander Potapenko <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Konstantin Serebryany <[email protected]>
Cc: Dmitry Chernenkov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
12 files changed:
Documentation/kasan.txt
include/linux/kasan.h
include/linux/slab.h
include/linux/slab_def.h
include/linux/slub_def.h
lib/Kconfig.kasan
mm/Makefile
mm/kasan/kasan.c
mm/kasan/kasan.h
mm/kasan/report.c
mm/slab.c
mm/slab_common.c