[PATCH 2/6] rust: kernel: add `fmt` module

Benno Lossin lossin at kernel.org
Fri Jul 4 22:38:26 UTC 2025


On Fri Jul 4, 2025 at 10:14 PM CEST, Tamir Duberstein wrote:
> `kernel::fmt` is a facade over `core::fmt` that can be used downstream,
> allowing future changes to the formatting machinery to be contained
> within the kernel crate without downstream code needing to be modified.
>
> Signed-off-by: Tamir Duberstein <tamird at gmail.com>

Reviewed-by: Benno Lossin <lossin at kernel.org>

---
Cheers,
Benno

> ---
>  rust/kernel/fmt.rs | 7 +++++++
>  rust/kernel/lib.rs | 1 +
>  2 files changed, 8 insertions(+)


More information about the dri-devel mailing list