linux/rust/kernel/debugfs
Boqun Feng f74cf399e0 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>
Link: https://patch.msgid.link/20251022035324.70785-4-boqun.feng@gmail.com
2025-11-12 08:56:42 -08:00
..
callback_adapters.rs rust: debugfs: Add support for callback-based files 2025-09-10 18:58:21 +02:00
entry.rs rust: debugfs: Add support for scoped directories 2025-09-10 18:58:29 +02:00
file_ops.rs rust: debugfs: Add support for callback-based files 2025-09-10 18:58:21 +02:00
traits.rs rust: debugfs: Replace the usage of Rust native atomics 2025-11-12 08:56:42 -08:00