| commit | bba2354227b1820eae26a7e8c8acb37f63eaa435 | [log] [tgz] |
|---|---|---|
| author | Boqun Feng <boqun.feng@gmail.com> | Tue Oct 21 23:53:24 2025 -0400 |
| committer | Boqun Feng <boqun.feng@gmail.com> | Wed Nov 05 12:06:25 2025 -0800 |
| tree | d6c6c54286ff79dba2a36371514a20fdd1932714 | |
| parent | 9e4a30970bf7cfd8f49a0e915138116f38294f58 [diff] |
rust: debugfs: Replace the usage of Rust native atomics Rust native atomics are not allowed to use in kernel due to the mismatch of memory model with Linux kernel memory model, hence remove the usage of Rust native atomics in debufs. Reviewed-by: Matthew Maurer <mmaurer@google.com> Acked-by: Danilo Krummrich <dakr@kernel.org> Tested-by: David Gow <davidgow@google.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>