Re: [PATCH v4 1/9] kasan: introduce helper functions for determining bug type

2017-03-28 Thread Andrey Konovalov
On Tue, Mar 28, 2017 at 4:00 PM, Andrey Konovalov wrote: > Introduce get_shadow_bug_type() function, which determines bug type > based on the shadow value for a particular kernel address. > Introduce get_wild_bug_type() function, which determines bug type > for addresses which don't have a corresp

[PATCH v4 1/9] kasan: introduce helper functions for determining bug type

2017-03-28 Thread Andrey Konovalov
Introduce get_shadow_bug_type() function, which determines bug type based on the shadow value for a particular kernel address. Introduce get_wild_bug_type() function, which determines bug type for addresses which don't have a corresponding shadow value. Signed-off-by: Andrey Konovalov --- mm/kas