Re: [PATCH 0/7] driver-core: rust: replace `kernel::c_str!` with C-Strings
From: Danilo Krummrich
Date: Mon Dec 22 2025 - 11:46:13 EST
On Mon Dec 22, 2025 at 1:35 PM CET, Tamir Duberstein wrote:
Applied to driver-core-testing, thanks!
> Tamir Duberstein (7):
> rust: auxiliary: replace `kernel::c_str!` with C-Strings
> rust: device: replace `kernel::c_str!` with C-Strings
> rust: platform: replace `kernel::c_str!` with C-Strings
[ Use kernel vertical import style; discard unrelated faux changes.
- Danilo ]
> rust: io: replace `kernel::c_str!` with C-Strings
[ Use kernel vertical import style. - Danilo ]
> rust: irq: replace `kernel::c_str!` with C-Strings
> rust: debugfs: replace `kernel::c_str!` with C-Strings
> samples: rust: debugfs: replace `kernel::c_str!` with C-Strings
@Tamir: Can you please send a separate patch for the faux bus?