Re: [PATCH] powerpc: Fix hard_irq_disable() with sanitizer

From: Michael Ellerman
Date: Fri Sep 02 2022 - 07:33:09 EST


On Tue, 23 Aug 2022 18:36:35 +0200, Christophe Leroy wrote:
> As reported by Zhouyi Zhou, WRITE_ONCE() is not atomic
> as expected when KASAN or KCSAN are compiled in.
>
> Fix it by re-implementing it using inline assembly.
>
>

Applied to powerpc/fixes.

[1/1] powerpc: Fix hard_irq_disable() with sanitizer
https://git.kernel.org/powerpc/c/814816d71e29934d0a76ee259b54c0b80c3b0e4a

cheers