Re: [PATCH 1/2] mm, kasan: Added GFP flags to KASAN API

2015-11-02 Thread Alexander Potapenko
Fair enough. These are only used in https://github.com/steelannelida/kasan/commit/7c9b30f499dfd5f48b39fbbd0006c788bd72f72a I think I'd better send them for review as part of that change. On Fri, Oct 30, 2015 at 1:24 AM, Andrey Ryabinin wrote: > On 10/28/2015 07:39 PM, Alexander Potapenko wrote: >

Re: [PATCH 1/2] mm, kasan: Added GFP flags to KASAN API

2015-10-30 Thread Andrey Ryabinin
On 10/28/2015 07:39 PM, Alexander Potapenko wrote: > Add GFP flags to KASAN hooks for future patches to use. Really? These flags are still not used in the next patch (unless I missed something). > This is the first part of the "mm: kasan: unified support for SLUB and > SLAB allocators" patch ori

[PATCH 1/2] mm, kasan: Added GFP flags to KASAN API

2015-10-28 Thread Alexander Potapenko
Add GFP flags to KASAN hooks for future patches to use. This is the first part of the "mm: kasan: unified support for SLUB and SLAB allocators" patch originally prepared by Dmitry Chernenkov. Signed-off-by: Dmitry Chernenkov Signed-off-by: Alexander Potapenko --- include/linux/kasan.h | 19