* manual merge of the cix tree with the arm-soc tree
@ 2026-05-08 9:12 Thierry Reding
2026-05-08 10:52 ` Peter Chen
0 siblings, 1 reply; 5+ messages in thread
From: Thierry Reding @ 2026-05-08 9:12 UTC (permalink / raw)
To: Arnd Bergmann, Peter Chen
Cc: Krzysztof Kozlowski, soc, Linux Kernel Mailing List,
Linux Next Mailing List
Today's linux-next merge of the cix tree got a conflict in:
arch/arm64/configs/defconfig
between commit:
f54f7979ff88 ("arm64: defconfig: Move entries to match savedefconfig")
from the arm-soc trees and commit:
f4f1e3bdb5f9 ("arm64: defconfig: Enable CIX Sky1 pinctrl, PCIe host, and Cadence GPIO")
from the cix tree.
It looks like the patch from the cix tree somehow partially landed in
the arm-soc tree, even though it wasn't pulled yet.
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 --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 094bb9cd8764..e5f1901ee408 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -701,6 +701,7 @@ CONFIG_PINCTRL_SM8550_LPASS_LPI=m
CONFIG_PINCTRL_SM8650_LPASS_LPI=m
CONFIG_PINCTRL_SOPHGO_SG2000=y
CONFIG_GPIO_ALTERA=m
+CONFIG_GPIO_CADENCE=m
CONFIG_GPIO_DAVINCI=y
CONFIG_GPIO_DWAPB=y
CONFIG_GPIO_MB86S7X=y
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: manual merge of the cix tree with the arm-soc tree
2026-05-08 9:12 manual merge of the cix tree with the arm-soc tree Thierry Reding
@ 2026-05-08 10:52 ` Peter Chen
2026-05-08 11:06 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Peter Chen @ 2026-05-08 10:52 UTC (permalink / raw)
To: Thierry Reding, Arnd Bergmann
Cc: Krzysztof Kozlowski, soc, Linux Kernel Mailing List,
Linux Next Mailing List
On 26-05-08 11:12:23, Thierry Reding wrote:
> Today's linux-next merge of the cix tree got a conflict in:
>
> arch/arm64/configs/defconfig
>
> between commit:
>
> f54f7979ff88 ("arm64: defconfig: Move entries to match savedefconfig")
>
> from the arm-soc trees and commit:
>
> f4f1e3bdb5f9 ("arm64: defconfig: Enable CIX Sky1 pinctrl, PCIe host, and Cadence GPIO")
>
> from the cix tree.
>
> It looks like the patch from the cix tree somehow partially landed in
> the arm-soc tree, even though it wasn't pulled yet.
Hi Thierry,
Sorry for about it.
The above CIX things defconfig changes have reviewed near to Arm64 v7.1-rc1
merge window close, so I have not sent pull-request for it, and it left
at cix's for-next tree. These two days, I rebased cix's for-next tree to
v7.1-rc2, and this patch is on top of it.
Arnd, I deleted this patch at CIX next-tree. Would you please help queue it
in your soc/defconfig:
https://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix.git/
branch: cix/defconfig
Thanks,
Peter
>
> 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 --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 094bb9cd8764..e5f1901ee408 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -701,6 +701,7 @@ CONFIG_PINCTRL_SM8550_LPASS_LPI=m
> CONFIG_PINCTRL_SM8650_LPASS_LPI=m
> CONFIG_PINCTRL_SOPHGO_SG2000=y
> CONFIG_GPIO_ALTERA=m
> +CONFIG_GPIO_CADENCE=m
> CONFIG_GPIO_DAVINCI=y
> CONFIG_GPIO_DWAPB=y
> CONFIG_GPIO_MB86S7X=y
--
Best regards,
Peter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: manual merge of the cix tree with the arm-soc tree
2026-05-08 10:52 ` Peter Chen
@ 2026-05-08 11:06 ` Arnd Bergmann
2026-05-09 1:16 ` Peter Chen
0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2026-05-08 11:06 UTC (permalink / raw)
To: Peter Chen, Thierry Reding
Cc: Krzysztof Kozlowski, soc, Linux Kernel Mailing List, linux-next
On Fri, May 8, 2026, at 12:52, Peter Chen wrote:
> On 26-05-08 11:12:23, Thierry Reding wrote:
>>
>> It looks like the patch from the cix tree somehow partially landed in
>> the arm-soc tree, even though it wasn't pulled yet.
>
> Hi Thierry,
>
> Sorry for about it.
>
> The above CIX things defconfig changes have reviewed near to Arm64 v7.1-rc1
> merge window close, so I have not sent pull-request for it, and it left
> at cix's for-next tree. These two days, I rebased cix's for-next tree to
> v7.1-rc2, and this patch is on top of it.
Hi Peter,
this is not a problem you caused, just something to be aware of
when you send the pull request, and to check that Thierry made
the right choice in resolving it.
> Arnd, I deleted this patch at CIX next-tree. Would you please help queue it
> in your soc/defconfig:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix.git/
> branch: cix/defconfig
Please send it as a normal pull request or patch to soc@lists.linux.dev
so your change gets mered using the patchwork process.
If you send it as a standalone patch, please make sure it applies
on top of the soc/defconfig branch. A pull request is also fine,
and that would normally be based on -rc1. Obviously this causes
a merge conflict, which we will resolve during the merge.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: manual merge of the cix tree with the arm-soc tree
2026-05-08 11:06 ` Arnd Bergmann
@ 2026-05-09 1:16 ` Peter Chen
2026-05-09 8:02 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Peter Chen @ 2026-05-09 1:16 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Thierry Reding, Krzysztof Kozlowski, soc,
Linux Kernel Mailing List, linux-next
On 26-05-08 13:06:02, Arnd Bergmann wrote:
>
> Hi Peter,
>
> this is not a problem you caused, just something to be aware of
> when you send the pull request, and to check that Thierry made
> the right choice in resolving it.
>
> > Arnd, I deleted this patch at CIX next-tree. Would you please help queue it
> > in your soc/defconfig:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix.git/
> > branch: cix/defconfig
>
> Please send it as a normal pull request or patch to soc@lists.linux.dev
> so your change gets mered using the patchwork process.
>
> If you send it as a standalone patch, please make sure it applies
> on top of the soc/defconfig branch. A pull request is also fine,
> and that would normally be based on -rc1. Obviously this causes
> a merge conflict, which we will resolve during the merge.
>
Hi Arnd,
Thanks for explaining it. So, for linux-next merge confliction patch,
how to handle it better?
Option 1:
Send pull-request to SoC maintainer once linux-next merge conflict happens, and
depends on SoC maintainer's tree at linux-next for testing
Option 2:
Rebase on SoC maintainer's tree, and still keep patches on SoC submaintainer's tree
at linux-next for testing
Other options?
--
Best regards,
Peter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: manual merge of the cix tree with the arm-soc tree
2026-05-09 1:16 ` Peter Chen
@ 2026-05-09 8:02 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2026-05-09 8:02 UTC (permalink / raw)
To: Peter Chen
Cc: Thierry Reding, Krzysztof Kozlowski, soc,
Linux Kernel Mailing List, linux-next
On Sat, May 9, 2026, at 03:16, Peter Chen wrote:
> On 26-05-08 13:06:02, Arnd Bergmann wrote:
>> this is not a problem you caused, just something to be aware of
>> when you send the pull request, and to check that Thierry made
>> the right choice in resolving it.
>>
>> > Arnd, I deleted this patch at CIX next-tree. Would you please help queue it
>> > in your soc/defconfig:
>> >
>> > https://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix.git/
>> > branch: cix/defconfig
>>
>> Please send it as a normal pull request or patch to soc@lists.linux.dev
>> so your change gets mered using the patchwork process.
>>
>> If you send it as a standalone patch, please make sure it applies
>> on top of the soc/defconfig branch. A pull request is also fine,
>> and that would normally be based on -rc1. Obviously this causes
>> a merge conflict, which we will resolve during the merge.
>
> Thanks for explaining it. So, for linux-next merge confliction patch,
> how to handle it better?
You have to look at each case separately. My comment above was about
the defconfig conflict, which will be resolved as soon as the
conflicting patches are both on the soc/defconfig branch.
> Option 1:
> Send pull-request to SoC maintainer once linux-next merge conflict
> happens, and
> depends on SoC maintainer's tree at linux-next for testing
> Option 2:
> Rebase on SoC maintainer's tree, and still keep patches on SoC
> submaintainer's tree
> at linux-next for testing
> Other options?
Neither of those really.
You should send the pull requests for the SoC tree as soon
as it makes sense for the contents to be merged. If you know that
there is a conflict (because you got a message about it
for linux-next), put that information into the pull request
text so we know about it.
If the conflict is against a change in some other tree,
we still need to know about it, in order to plan the upstream
submission.
Most conflicts are entirely trivial to resolve, so
upstream maintainers are usually ok with them. If you
encounter something that does not look trivial, that usually
means we need to talk about it and come up with a solution
for that specific case.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-09 8:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 9:12 manual merge of the cix tree with the arm-soc tree Thierry Reding
2026-05-08 10:52 ` Peter Chen
2026-05-08 11:06 ` Arnd Bergmann
2026-05-09 1:16 ` Peter Chen
2026-05-09 8:02 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox