Re: [PATCH RFC v2 07/21] kasan, arm64: move initialization message

2020-11-03 Thread Andrey Konovalov
On Thu, Oct 29, 2020 at 9:14 PM Andrey Konovalov wrote: > > On Wed, Oct 28, 2020 at 11:56 AM Dmitry Vyukov wrote: > > > > On Thu, Oct 22, 2020 at 3:19 PM Andrey Konovalov > > wrote: > > > > > > Tag-based KASAN modes are fully initialized with kasan_init_tags(), > > > while the generic mode only

Re: [PATCH RFC v2 07/21] kasan, arm64: move initialization message

2020-10-29 Thread Andrey Konovalov
On Wed, Oct 28, 2020 at 11:56 AM Dmitry Vyukov wrote: > > On Thu, Oct 22, 2020 at 3:19 PM Andrey Konovalov > wrote: > > > > Tag-based KASAN modes are fully initialized with kasan_init_tags(), > > while the generic mode only requireds kasan_init(). Move the > > initialization message for tag-base

Re: [PATCH RFC v2 07/21] kasan, arm64: move initialization message

2020-10-28 Thread Dmitry Vyukov
On Thu, Oct 22, 2020 at 3:19 PM Andrey Konovalov wrote: > > Tag-based KASAN modes are fully initialized with kasan_init_tags(), > while the generic mode only requireds kasan_init(). Move the > initialization message for tag-based modes into kasan_init_tags(). > > Also fix pr_fmt() usage for KASAN

[PATCH RFC v2 07/21] kasan, arm64: move initialization message

2020-10-22 Thread Andrey Konovalov
Tag-based KASAN modes are fully initialized with kasan_init_tags(), while the generic mode only requireds kasan_init(). Move the initialization message for tag-based modes into kasan_init_tags(). Also fix pr_fmt() usage for KASAN code: generic mode doesn't need it, tag-based modes should use "kasa