linux/rust/kernel/alloc
Tamir Duberstein 1f96115f50 rust: alloc: use kernel::{fmt,prelude::fmt!}
Reduce coupling to implementation details of the formatting machinery by
avoiding direct use for `core`'s formatting traits and macros.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-09-16 09:26:58 +02:00
..
kvec rust: alloc: use kernel::{fmt,prelude::fmt!} 2025-09-16 09:26:58 +02:00
allocator.rs Alloc & DMA changes for v6.18 2025-09-08 00:09:41 +02:00
kbox.rs rust: alloc: use kernel::{fmt,prelude::fmt!} 2025-09-16 09:26:58 +02:00
kvec.rs rust: alloc: use kernel::{fmt,prelude::fmt!} 2025-09-16 09:26:58 +02:00
layout.rs rust: make ArrayLayout::new_unchecked a const fn 2025-08-15 19:58:51 +02:00