On Wed, Jun 12, 2024 at 03:30:25PM -0700, Boqun Feng wrote: > --- /dev/null > +++ b/rust/kernel/sync/atomic/impl.rs > @@ -0,0 +1,1375 @@ > +// SPDX-License-Identifier: GPL-2.0 > + > +//! Generated by scripts/atomic/gen-rust-atomic.sh > +//! DO NOT MODIFY THIS FILE DIRECTLY Again, why not generate at build time? thanks, greg k-h