Re: [PATCH] rwonce: handle KCSAN like KASAN in read_word_at_a_time()
From: Arnd Bergmann
Date: Tue Mar 25 2025 - 12:59:50 EST
On Tue, Mar 25, 2025, at 17:36, Jann Horn wrote:
> On Tue, Mar 25, 2025 at 5:31 PM Marco Elver <elver@xxxxxxxxxx> wrote:
>> On Tue, 25 Mar 2025 at 17:06, Arnd Bergmann <arnd@xxxxxxxx> wrote:
>> > On Tue, Mar 25, 2025, at 17:01, Jann Horn wrote:
>> > > Fixes: dfd402a4c4ba ("kcsan: Add Kernel Concurrency Sanitizer infrastructure")
>> > > Signed-off-by: Jann Horn <jannh@xxxxxxxxxx>
> [...]
>> I have nothing pending yet. Unless you're very certain there'll be
>> more KCSAN patches,
>
> No, I don't know yet whether I'll have more KCSAN patches for 6.15.
>
>> I'd suggest that Arnd can take it. I'm fine with
>> KCSAN-related patches that aren't strongly dependent on each other
>> outside kernel/kcsan to go through whichever tree is closest.
>
> Sounds good to me.
Applied, should be able send the PR tomorrow with the rest of
my asm-generic changes.
Arnd