2020-06-02 17:38:06

by Peter Zijlstra

[permalink] [raw]
Subject: [PATCH 0/3] KCSAN cleanups and noinstr

Hi all,

Here's two KCSAN cleanups and the required noinstr change for x86.


2020-06-02 18:48:55

by Marco Elver

[permalink] [raw]
Subject: Re: [PATCH 0/3] KCSAN cleanups and noinstr

On Tue, 2 Jun 2020 at 19:34, Peter Zijlstra <[email protected]> wrote:
>
> Hi all,
>
> Here's two KCSAN cleanups and the required noinstr change for x86.

Thank you!

Reviewed-by: Marco Elver <[email protected]>

As promised, here are the patches that would take care of KASAN and
UBSAN, rebased on the patches here:
https://lkml.kernel.org/r/[email protected]

Thanks,
-- Marco