Re: [PATCH v17 07/11] rust: debugfs: use `kernel::fmt`

From: Danilo Krummrich

Date: Wed Oct 15 2025 - 15:45:19 EST


On 10/15/25 9:24 PM, Tamir Duberstein wrote:
> Reduce coupling to implementation details of the formatting machinery by
> avoiding direct use for `core`'s formatting traits and macros.
>
> This backslid in commit 40ecc49466c8 ("rust: debugfs: Add support for
> callback-based files") and commit 5e40b591cb46 ("rust: debugfs: Add
> support for read-only files").
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>

Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>