Re: linux-next: manual merge of the driver-core tree with the drm-rust tree
From: Alice Ryhl
Date: Mon Nov 17 2025 - 09:52:37 EST
On Mon, Nov 17, 2025 at 04:06:21PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the driver-core tree got a conflict in:
>
> drivers/gpu/nova-core/driver.rs
>
> between commit:
>
> 1101c442410c ("gpu: nova-core: Set correct DMA mask")
>
> from the drm-rust tree and commits:
>
> 0242623384c7 ("rust: driver: let probe() return impl PinInit<Self, Error>")
> e4e679c8608e ("rust: auxiliary: unregister on parent device unbind")
>
> from the driver-core tree.
>
> I fixed it up (I think - see below) and can carry the fix as
> necessary. This is now fixed as far as linux-next is concerned, but any
> non trivial conflicts should be mentioned to your upstream maintainer
> when your tree is submitted for merging. You may also want to consider
> cooperating with the maintainer of the conflicting tree to minimise any
> particularly complex conflicts.
Thanks! Looks good.
Alice