Re: [PATCH] rust: move #define __rust_helper out of atomic.c
From: Boqun Feng
Date: Wed Jan 07 2026 - 18:21:28 EST
On Wed, Jan 07, 2026 at 06:20:02PM +0100, Alice Ryhl wrote:
[...]
> > whenever we changed scripts/atomic/* we need to rerun
> > scripts/atomic/gen-atomics.sh to calculate a new hash value of the
> > generated files, so we are missing this:
>
> I tried running it but I got an error from grep about no file input or
> something like that. I couldn't figure out what argument I needed to
> pass to the script.
>
$ cd <the kernel source>
$ scripts/atomic/gen-atomics.sh
works for me (on my machine ;-))
Regards,
Boqun