Re: [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings

2025-07-14 Thread Danilo Krummrich
On Thu Jul 10, 2025 at 5:31 PM CEST, Tamir Duberstein wrote: > This series depends on step 3[0] which depends on steps 2a[1] and 2b[2] > which both depend on step 1[3]. For nova-core, auxiliary, device, firmware, PCI and platform, Acked-by: Danilo Krummrich (Note that there is quite som

Re: [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings

2025-07-11 Thread Benno Lossin
On Thu Jul 10, 2025 at 5:31 PM CEST, Tamir Duberstein wrote: > This series depends on step 3[0] which depends on steps 2a[1] and 2b[2] > which both depend on step 1[3]. > > This series also has a minor merge conflict with a small change[4] that > was taken through driver-core-testing. This series i

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings

2025-07-10 Thread Tamir Duberstein
This series depends on step 3[0] which depends on steps 2a[1] and 2b[2] which both depend on step 1[3]. This series also has a minor merge conflict with a small change[4] that was taken through driver-core-testing. This series is marked as depending on that change; as such it contains the post-con