Re: [PATCH v3 0/6] rust: add `register!` macro
From: Danilo Krummrich
Date: Mon Jan 26 2026 - 09:25:16 EST
On Mon Jan 26, 2026 at 2:56 PM CET, Miguel Ojeda wrote:
> On Mon, Jan 26, 2026 at 2:29 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>>
>> This patchset is based on `driver-core-next`.
>
> I think in the end you wanted to pick this through driver-core in this
> cycle, right?
Yes, if the series is ready until -rc8.
> I have sent Acked-by's for that, I hope it helps.
Thanks!
>> Note that it also need `rust-fixes` to avoid an `unused_unsafe` warning.
>
> That sounds fine, i.e. -next has it and Linus will have it before the
> merge window (unless you want to get rid of the warnings in your own
> branch).
Exactly, having this warning in the driver-core tree intermediately is fine with
me.
- Danilo