public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the sysctl tree with the asm-generic tree
@ 2023-09-21  1:50 ` Stephen Rothwell
  2023-09-21  3:02   ` Luis Chamberlain
  2023-09-25 13:51   ` Joel Granados
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Rothwell @ 2023-09-21  1:50 UTC (permalink / raw)
  To: Luis Chamberlain, Arnd Bergmann
  Cc: Ard Biesheuvel, Joel Granados, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

Hi all,

Today's linux-next merge of the sysctl tree got a conflict in:

  arch/ia64/kernel/crash.c

between commit:

  cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")

from the asm-generic tree and commit:

  d2f2ef357794 ("ia64: Remove now superfluous sentinel element from ctl_table array")

from the sysctl tree.

I fixed it up (I removed the file) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the sysctl tree with the asm-generic tree
  2023-09-21  1:50 ` linux-next: manual merge of the sysctl tree with the asm-generic tree Stephen Rothwell
@ 2023-09-21  3:02   ` Luis Chamberlain
  2023-09-21  3:56     ` Stephen Rothwell
  2023-09-25 13:51   ` Joel Granados
  1 sibling, 1 reply; 4+ messages in thread
From: Luis Chamberlain @ 2023-09-21  3:02 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Ard Biesheuvel, Joel Granados,
	Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Sep 21, 2023 at 11:50:34AM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the sysctl tree got a conflict in:
> 
>   arch/ia64/kernel/crash.c
> 
> between commit:
> 
>   cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> 
> from the asm-generic tree and commit:
> 
>   d2f2ef357794 ("ia64: Remove now superfluous sentinel element from ctl_table array")
> 
> from the sysctl tree.
> 
> I fixed it up (I removed the file) 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.

Lol, good bye IA64! Glad I got merge conflict to say goodbye.

  Luis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the sysctl tree with the asm-generic tree
  2023-09-21  3:02   ` Luis Chamberlain
@ 2023-09-21  3:56     ` Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2023-09-21  3:56 UTC (permalink / raw)
  To: Luis Chamberlain
  Cc: Arnd Bergmann, Ard Biesheuvel, Joel Granados,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

Hi Luis,

On Wed, 20 Sep 2023 20:02:23 -0700 Luis Chamberlain <mcgrof@kernel.org> wrote:
>
> Lol, good bye IA64! Glad I got merge conflict to say goodbye.

:-)

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the sysctl tree with the asm-generic tree
  2023-09-21  1:50 ` linux-next: manual merge of the sysctl tree with the asm-generic tree Stephen Rothwell
  2023-09-21  3:02   ` Luis Chamberlain
@ 2023-09-25 13:51   ` Joel Granados
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Granados @ 2023-09-25 13:51 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Luis Chamberlain, Arnd Bergmann, Ard Biesheuvel,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]

On Thu, Sep 21, 2023 at 11:50:34AM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the sysctl tree got a conflict in:
> 
>   arch/ia64/kernel/crash.c
> 
> between commit:
> 
>   cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> 
> from the asm-generic tree and commit:
> 
>   d2f2ef357794 ("ia64: Remove now superfluous sentinel element from ctl_table array")
This is part of the sysctl work to remove sentinel. I wont take any
actio as Luis has already removed it.

Best

> 
> from the sysctl tree.
> 
> I fixed it up (I removed the file) 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



-- 

Joel Granados

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-25 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20230921015042eucas1p1f8658fd99d9e7befc3926bb71d917c86@eucas1p1.samsung.com>
2023-09-21  1:50 ` linux-next: manual merge of the sysctl tree with the asm-generic tree Stephen Rothwell
2023-09-21  3:02   ` Luis Chamberlain
2023-09-21  3:56     ` Stephen Rothwell
2023-09-25 13:51   ` Joel Granados

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox