Re: [PATCH v7 1/9] rust: Introduce atomic API helpers
Miguel Ojeda <[email protected]> Wed, 16 Jul 2025 14:57:09 +0200
| Newsgroups | dev.linux.lists.lkmm,org.kernel.vger.linux-arch,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72kn1MQqY8MXaR9bnSYD=Wo7yC4Wxcq0p0Z4w2K=_dDpiw@mail.gmail.com> |
On Wed, Jul 16, 2025 at 2:54 PM Greg Kroah-Hartman <[email protected]> wrote: > > Ah, ok, that makes sense in a sad way. As long as someone knows to > regenerate these files when needed, hopefully when the C files change > someone knows to update these rust ones... IIUC, the line added in `scripts/atomic/gen-atomics.sh` will make sure it happens at the same time, right? Cheers, Miguel