Re: [PATCH v9 17/44] kasan, arm64: move initialization message

2020-11-12 Thread Alexander Potapenko
On Wed, Nov 11, 2020 at 7:50 PM Andrey Konovalov wrote: > > On Wed, Nov 11, 2020 at 4:04 PM Alexander Potapenko wrote: > > > > On Tue, Nov 10, 2020 at 11:11 PM Andrey Konovalov > > wrote: > > > > > > Software tag-based KASAN mode is fully initialized with kasan_init_tags(), > > > while the gene

Re: [PATCH v9 17/44] kasan, arm64: move initialization message

2020-11-11 Thread Andrey Konovalov
On Wed, Nov 11, 2020 at 4:04 PM Alexander Potapenko wrote: > > On Tue, Nov 10, 2020 at 11:11 PM Andrey Konovalov > wrote: > > > > Software tag-based KASAN mode is fully initialized with kasan_init_tags(), > > while the generic mode only requires kasan_init(). Move the > > initialization message

Re: [PATCH v9 17/44] kasan, arm64: move initialization message

2020-11-11 Thread Alexander Potapenko
On Tue, Nov 10, 2020 at 11:11 PM Andrey Konovalov wrote: > > Software tag-based KASAN mode is fully initialized with kasan_init_tags(), > while the generic mode only requires kasan_init(). Move the > initialization message for tag-based mode into kasan_init_tags(). > > Also fix pr_fmt() usage for

[PATCH v9 17/44] kasan, arm64: move initialization message

2020-11-10 Thread Andrey Konovalov
Software tag-based KASAN mode is fully initialized with kasan_init_tags(), while the generic mode only requires kasan_init(). Move the initialization message for tag-based mode into kasan_init_tags(). Also fix pr_fmt() usage for KASAN code: generic.c doesn't need it as it doesn't use any printing