* linux-next: manual merge of the driver-core tree with the drm-nova tree
@ 2025-07-01 5:51 Stephen Rothwell
2025-07-01 5:56 ` Greg KH
2025-07-29 23:27 ` Stephen Rothwell
0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2025-07-01 5:51 UTC (permalink / raw)
To: Greg KH, Danilo Krummrich
Cc: Alexandre Courbot, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]
Hi all,
Today's linux-next merge of the driver-core tree got a conflict in:
drivers/gpu/nova-core/driver.rs
between commit:
94a08721435c ("gpu: nova-core: increase BAR0 size to 16MB")
from the drm-nova tree and commit:
f5d3ef25d238 ("rust: devres: get rid of Devres' inner Arc")
from the driver-core tree.
I fixed it up (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.
--
Cheers,
Stephen Rothwell
diff --cc drivers/gpu/nova-core/driver.rs
index 518ef8739550,110f2b355db4..000000000000
--- a/drivers/gpu/nova-core/driver.rs
+++ b/drivers/gpu/nova-core/driver.rs
@@@ -1,6 -1,6 +1,6 @@@
// SPDX-License-Identifier: GPL-2.0
- use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M};
-use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc};
++use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};
use crate::gpu::Gpu;
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: manual merge of the driver-core tree with the drm-nova tree
2025-07-01 5:51 linux-next: manual merge of the driver-core tree with the drm-nova tree Stephen Rothwell
@ 2025-07-01 5:56 ` Greg KH
2025-07-29 23:27 ` Stephen Rothwell
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2025-07-01 5:56 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Danilo Krummrich, Alexandre Courbot, Linux Kernel Mailing List,
Linux Next Mailing List
On Tue, Jul 01, 2025 at 03:51:59PM +1000, 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:
>
> 94a08721435c ("gpu: nova-core: increase BAR0 size to 16MB")
>
> from the drm-nova tree and commit:
>
> f5d3ef25d238 ("rust: devres: get rid of Devres' inner Arc")
>
> from the driver-core tree.
>
> I fixed it up (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.
>
> --
> Cheers,
> Stephen Rothwell
>
> diff --cc drivers/gpu/nova-core/driver.rs
> index 518ef8739550,110f2b355db4..000000000000
> --- a/drivers/gpu/nova-core/driver.rs
> +++ b/drivers/gpu/nova-core/driver.rs
> @@@ -1,6 -1,6 +1,6 @@@
> // SPDX-License-Identifier: GPL-2.0
>
> - use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M};
> -use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc};
> ++use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};
>
Looks good to me, thanks!
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: manual merge of the driver-core tree with the drm-nova tree
2025-07-01 5:51 linux-next: manual merge of the driver-core tree with the drm-nova tree Stephen Rothwell
2025-07-01 5:56 ` Greg KH
@ 2025-07-29 23:27 ` Stephen Rothwell
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2025-07-29 23:27 UTC (permalink / raw)
To: Dave Airlie
Cc: Greg KH, Danilo Krummrich, Alexandre Courbot,
Linux Kernel Mailing List, Linux Next Mailing List, DRI
[-- Attachment #1: Type: text/plain, Size: 1516 bytes --]
Hi all,
On Tue, 1 Jul 2025 15:51:59 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the driver-core tree got a conflict in:
>
> drivers/gpu/nova-core/driver.rs
>
> between commit:
>
> 94a08721435c ("gpu: nova-core: increase BAR0 size to 16MB")
>
> from the drm-nova tree and commit:
>
> f5d3ef25d238 ("rust: devres: get rid of Devres' inner Arc")
>
> from the driver-core tree.
>
> I fixed it up (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.
>
>
> diff --cc drivers/gpu/nova-core/driver.rs
> index 518ef8739550,110f2b355db4..000000000000
> --- a/drivers/gpu/nova-core/driver.rs
> +++ b/drivers/gpu/nova-core/driver.rs
> @@@ -1,6 -1,6 +1,6 @@@
> // SPDX-License-Identifier: GPL-2.0
>
> - use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M};
> -use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc};
> ++use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};
>
> use crate::gpu::Gpu;
>
This is now a conflict between the drm tree and Linus' tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-29 23:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 5:51 linux-next: manual merge of the driver-core tree with the drm-nova tree Stephen Rothwell
2025-07-01 5:56 ` Greg KH
2025-07-29 23:27 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).