Re: [PATCH 1/5] compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()

From: Linus Torvalds
Date: Thu Feb 01 2018 - 13:28:33 EST


Ack for the whole series.

Will this go through Andrew's mm tree or what? I can pick it up directly too.

Linus

On Thu, Feb 1, 2018 at 10:00 AM, Andrey Ryabinin
<aryabinin@xxxxxxxxxxxxx> wrote:
> Instead of having two identical __read_once_size_nocheck() functions
> with different attributes, consolidate all the difference in new macro
> __no_kasan_or_inline and use it. No functional changes.
>
> Signed-off-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>