Re: [PATCH 01/11] kasan: prefix exported functions with kasan_

2021-01-12 Thread Marco Elver
Re subject: none of these seem to be exported (but they are global). On Tue, Jan 05, 2021 at 07:27PM +0100, Andrey Konovalov wrote: > There's a number of internal KASAN functions that are used across multiple > source code files and therefore aren't marked as static inline. To avoid > littering

Re: [PATCH 01/11] kasan: prefix exported functions with kasan_

2021-01-11 Thread Alexander Potapenko
On Tue, Jan 5, 2021 at 7:28 PM Andrey Konovalov wrote: > > There's a number of internal KASAN functions that are used across multiple > source code files and therefore aren't marked as static inline. To avoid > littering the kernel function names list with generic functions, prefix > all such

[PATCH 01/11] kasan: prefix exported functions with kasan_

2021-01-05 Thread Andrey Konovalov
There's a number of internal KASAN functions that are used across multiple source code files and therefore aren't marked as static inline. To avoid littering the kernel function names list with generic functions, prefix all such KASAN functions with kasan_. As a part of this change: - Rename