linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the kspp tree with the tty tree
@ 2023-01-27  4:57 Stephen Rothwell
  2023-01-27  7:02 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2023-01-27  4:57 UTC (permalink / raw)
  To: Kees Cook, Greg KH
  Cc: Greg Kroah-Hartman, Jiri Slaby (SUSE),
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

  drivers/tty/vt/vt.c

between commit:

  feb36abbedea ("tty: vt: remove struct uni_screen")

from the tty tree and commit:

  19c30ead3938 ("vt: Replace 0-length array with flexible array")

from the kspp tree.

I fixed it up (the former removed the line changed by the latter) 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] 5+ messages in thread

* Re: linux-next: manual merge of the kspp tree with the tty tree
  2023-01-27  4:57 linux-next: manual merge of the kspp tree with the tty tree Stephen Rothwell
@ 2023-01-27  7:02 ` Greg KH
  2023-01-27  7:12   ` Jiri Slaby
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2023-01-27  7:02 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Kees Cook, Jiri Slaby (SUSE),
	Linux Kernel Mailing List, Linux Next Mailing List

On Fri, Jan 27, 2023 at 03:57:53PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the kspp tree got a conflict in:
> 
>   drivers/tty/vt/vt.c
> 
> between commit:
> 
>   feb36abbedea ("tty: vt: remove struct uni_screen")
> 
> from the tty tree and commit:
> 
>   19c30ead3938 ("vt: Replace 0-length array with flexible array")
> 
> from the kspp tree.

Kees, I was waiting for a new version of your 0-length patch before
applying it as I thought there were review comments on it.  So you
should probably drop it from your tree or resend it so I can merge it
into the tty tree if it's acceptable.

thanks,

greg k-h

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

* Re: linux-next: manual merge of the kspp tree with the tty tree
  2023-01-27  7:02 ` Greg KH
@ 2023-01-27  7:12   ` Jiri Slaby
  2023-01-27  7:21     ` Greg KH
  2023-01-27 18:39     ` Kees Cook
  0 siblings, 2 replies; 5+ messages in thread
From: Jiri Slaby @ 2023-01-27  7:12 UTC (permalink / raw)
  To: Greg KH, Stephen Rothwell
  Cc: Kees Cook, Linux Kernel Mailing List, Linux Next Mailing List

On 27. 01. 23, 8:02, Greg KH wrote:
> On Fri, Jan 27, 2023 at 03:57:53PM +1100, Stephen Rothwell wrote:
>> Hi all,
>>
>> Today's linux-next merge of the kspp tree got a conflict in:
>>
>>    drivers/tty/vt/vt.c
>>
>> between commit:
>>
>>    feb36abbedea ("tty: vt: remove struct uni_screen")
>>
>> from the tty tree and commit:
>>
>>    19c30ead3938 ("vt: Replace 0-length array with flexible array")
>>
>> from the kspp tree.
> 
> Kees, I was waiting for a new version of your 0-length patch before
> applying it as I thought there were review comments on it.  So you
> should probably drop it from your tree or resend it so I can merge it
> into the tty tree if it's acceptable.

feb36abbedea removes the array completely, so obsoletes 19c30ead3938.

thanks,
-- 
js
suse labs


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

* Re: linux-next: manual merge of the kspp tree with the tty tree
  2023-01-27  7:12   ` Jiri Slaby
@ 2023-01-27  7:21     ` Greg KH
  2023-01-27 18:39     ` Kees Cook
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2023-01-27  7:21 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Stephen Rothwell, Kees Cook, Linux Kernel Mailing List,
	Linux Next Mailing List

On Fri, Jan 27, 2023 at 08:12:46AM +0100, Jiri Slaby wrote:
> On 27. 01. 23, 8:02, Greg KH wrote:
> > On Fri, Jan 27, 2023 at 03:57:53PM +1100, Stephen Rothwell wrote:
> > > Hi all,
> > > 
> > > Today's linux-next merge of the kspp tree got a conflict in:
> > > 
> > >    drivers/tty/vt/vt.c
> > > 
> > > between commit:
> > > 
> > >    feb36abbedea ("tty: vt: remove struct uni_screen")
> > > 
> > > from the tty tree and commit:
> > > 
> > >    19c30ead3938 ("vt: Replace 0-length array with flexible array")
> > > 
> > > from the kspp tree.
> > 
> > Kees, I was waiting for a new version of your 0-length patch before
> > applying it as I thought there were review comments on it.  So you
> > should probably drop it from your tree or resend it so I can merge it
> > into the tty tree if it's acceptable.
> 
> feb36abbedea removes the array completely, so obsoletes 19c30ead3938.

Ah, nevermind then :)

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

* Re: linux-next: manual merge of the kspp tree with the tty tree
  2023-01-27  7:12   ` Jiri Slaby
  2023-01-27  7:21     ` Greg KH
@ 2023-01-27 18:39     ` Kees Cook
  1 sibling, 0 replies; 5+ messages in thread
From: Kees Cook @ 2023-01-27 18:39 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Greg KH, Stephen Rothwell, Linux Kernel Mailing List,
	Linux Next Mailing List

On Fri, Jan 27, 2023 at 08:12:46AM +0100, Jiri Slaby wrote:
> On 27. 01. 23, 8:02, Greg KH wrote:
> > On Fri, Jan 27, 2023 at 03:57:53PM +1100, Stephen Rothwell wrote:
> > > Hi all,
> > > 
> > > Today's linux-next merge of the kspp tree got a conflict in:
> > > 
> > >    drivers/tty/vt/vt.c
> > > 
> > > between commit:
> > > 
> > >    feb36abbedea ("tty: vt: remove struct uni_screen")
> > > 
> > > from the tty tree and commit:
> > > 
> > >    19c30ead3938 ("vt: Replace 0-length array with flexible array")
> > > 
> > > from the kspp tree.
> > 
> > Kees, I was waiting for a new version of your 0-length patch before
> > applying it as I thought there were review comments on it.  So you
> > should probably drop it from your tree or resend it so I can merge it
> > into the tty tree if it's acceptable.
> 
> feb36abbedea removes the array completely, so obsoletes 19c30ead3938.

Yup, looks great. I've dropped the patch now.

-- 
Kees Cook

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

end of thread, other threads:[~2023-01-27 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27  4:57 linux-next: manual merge of the kspp tree with the tty tree Stephen Rothwell
2023-01-27  7:02 ` Greg KH
2023-01-27  7:12   ` Jiri Slaby
2023-01-27  7:21     ` Greg KH
2023-01-27 18:39     ` Kees Cook

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).