Re: (subset) [PATCH v2 00/11] powerpc: KCSAN fix warnings and mark accesses

2023-07-02 Thread Michael Ellerman
On Wed, 10 May 2023 13:31:06 +1000, Rohan McLure wrote: > v1 of this patch series available here: > Link: > https://lore.kernel.org/linuxppc-dev/20230508020120.218494-1-rmcl...@linux.ibm.com/ > > The KCSAN sanitiser notifies programmers of instances where unmarked > accesses to shared state has

[PATCH v2 00/11] powerpc: KCSAN fix warnings and mark accesses

2023-05-09 Thread Rohan McLure
v1 of this patch series available here: Link: https://lore.kernel.org/linuxppc-dev/20230508020120.218494-1-rmcl...@linux.ibm.com/ The KCSAN sanitiser notifies programmers of instances where unmarked accesses to shared state has lead to a data race, or when the compiler has liberty to reorder an