Re: [PATCH v3 2/7] mm, kasan: SLAB support

2016-02-26 Thread kbuild test robot
Hi Alexander, [auto build test WARNING on tip/x86/core] [also build test WARNING on v4.5-rc5] [cannot apply to next-20160226] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Alexander-Potapenko

[PATCH v3 2/7] mm, kasan: SLAB support

2016-02-26 Thread Alexander Potapenko
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 --- v3: - minor description changes - store deallocation info in kasan_slab_free() --- D