Re: [PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
From: Danilo Krummrich
Date: Tue Jul 08 2025 - 08:49:56 EST
On Tue Jul 8, 2025 at 12:59 PM CEST, FUJITA Tomonori wrote:
> On Tue, 8 Jul 2025 12:45:20 +0200
> Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
>> On Tue, Jul 8, 2025 at 2:53 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>>>
>>> Does not apply to networking trees so I suspect someone else will take
>>> these:
>>>
>>> Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>
>>
>> Thanks! Happy to take it through Rust tree if that is best.
>
> This is based on Rust tree. If I remember correctly, it can't be
> applied cleanly to other trees because of Tamir's patch in Rust tree.
Had a brief look.
There will be two trivial conflicts with the driver-core tree, which fixed up
some of the safety comments you modify in this series as well.
The other way around, there is one trivial conflict with Tamir patch in the rust
tree fixing up an `as _` cast.
So, either way works fine.