mm, kasan: add GFP flags to KASAN API
authorAlexander Potapenko <[email protected]>
Fri, 25 Mar 2016 21:22:02 +0000 (14:22 -0700)
committerLinus Torvalds <[email protected]>
Fri, 25 Mar 2016 23:37:42 +0000 (16:37 -0700)
commit505f5dcb1c419e55a9621a01f83eb5745d8d7398
tree4d608fdad5254972f8bba02f437060764e30bc6f
parent7ed2f9e663854db313f177a511145630e398b402
mm, kasan: add GFP flags to KASAN API

Add GFP flags to KASAN hooks for future patches to use.

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]>
include/linux/kasan.h
include/linux/slab.h
mm/kasan/kasan.c
mm/mempool.c
mm/slab.c
mm/slab.h
mm/slab_common.c
mm/slub.c