linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the tty tree with the asm-generic tree
@ 2023-10-23  3:43 Stephen Rothwell
  2023-10-23  7:28 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2023-10-23  3:43 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann
  Cc: Ard Biesheuvel, Greg Kroah-Hartman, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

Today's linux-next merge of the tty tree got conflicts in:

  arch/ia64/kernel/setup.c
  drivers/firmware/pcdp.c

between commit:

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

from the asm-generic tree and commits:

  8a736ddfc861 ("vgacon: rework screen_info #ifdef checks")
  acfc78823326 ("vgacon: remove screen_info dependency")
  555624c0d10b ("vgacon: clean up global screen_info instances")

from the tty tree.

I fixed it up (I deleted the files) 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 tty tree with the asm-generic tree
  2023-10-23  3:43 linux-next: manual merge of the tty tree with the asm-generic tree Stephen Rothwell
@ 2023-10-23  7:28 ` Greg KH
  2023-10-23  7:49   ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2023-10-23  7:28 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Ard Biesheuvel, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, Oct 23, 2023 at 02:43:27PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the tty tree got conflicts in:
> 
>   arch/ia64/kernel/setup.c
>   drivers/firmware/pcdp.c
> 
> between commit:
> 
>   cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> 
> from the asm-generic tree and commits:
> 
>   8a736ddfc861 ("vgacon: rework screen_info #ifdef checks")
>   acfc78823326 ("vgacon: remove screen_info dependency")
>   555624c0d10b ("vgacon: clean up global screen_info instances")
> 
> from the tty tree.
> 
> I fixed it up (I deleted the files) 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.

Deleting the files are fine, thanks!

greg k-h

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

* Re: linux-next: manual merge of the tty tree with the asm-generic tree
  2023-10-23  7:28 ` Greg KH
@ 2023-10-23  7:49   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2023-10-23  7:49 UTC (permalink / raw)
  To: Greg KH, Stephen Rothwell
  Cc: Ard Biesheuvel, Linux Kernel Mailing List, linux-next

On Mon, Oct 23, 2023, at 09:28, Greg KH wrote:
> On Mon, Oct 23, 2023 at 02:43:27PM +1100, Stephen Rothwell wrote:
>> Hi all,
>> 
>> Today's linux-next merge of the tty tree got conflicts in:
>> 
>>   arch/ia64/kernel/setup.c
>>   drivers/firmware/pcdp.c
>> 
>> between commit:
>> 
>>   cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
>> 
>> from the asm-generic tree and commits:
>> 
>>   8a736ddfc861 ("vgacon: rework screen_info #ifdef checks")
>>   acfc78823326 ("vgacon: remove screen_info dependency")
>>   555624c0d10b ("vgacon: clean up global screen_info instances")
>> 
>> from the tty tree.
>> 
>> I fixed it up (I deleted the files) 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.
>
> Deleting the files are fine, thanks!

Agreed, I was aware of the conflict and considered dropping the
ia64 portion from the vgacon series, but it seemed cleaner to still
leave it in there with the trivial conflict after I had structured
it in a way that would not regress ia64 in the middle.

    Arnd

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

* Re: linux-next: manual merge of the tty tree with the asm-generic tree
  2018-03-15  6:36 Stephen Rothwell
@ 2018-03-15 10:18 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2018-03-15 10:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Linux-Next Mailing List,
	Linux Kernel Mailing List, Palmer Dabbelt

On Thu, Mar 15, 2018 at 05:36:04PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next merge of the tty tree got conflicts in:
> 
>   drivers/tty/hvc/Kconfig
>   drivers/tty/hvc/Makefile
> 
> between commit:
> 
>   c235c62f99e6 ("tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers")
> 
> from the asm-generic tree and commit:
> 
>   afa6b1ccfad5 ("tty: New RISC-V SBI console driver")
> 
> from the tty 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/tty/hvc/Kconfig
> index 3bade5ad3d71,e7cc617d6e45..000000000000
> --- a/drivers/tty/hvc/Kconfig
> +++ b/drivers/tty/hvc/Kconfig
> @@@ -88,6 -88,25 +88,16 @@@ config HVC_DC
>   	 driver. This console is used through a JTAG only on ARM. If you don't have
>   	 a JTAG then you probably don't want this option.
>   
>  -config HVC_BFIN_JTAG
>  -	bool "Blackfin JTAG console"
>  -	depends on BLACKFIN
>  -	select HVC_DRIVER
>  -	help
>  -	 This console uses the Blackfin JTAG to create a console under the
>  -	 the HVC driver.  If you don't have JTAG, then you probably don't
>  -	 want this option.
>  -
> + config HVC_RISCV_SBI
> + 	bool "RISC-V SBI console support"
> + 	depends on RISCV
> + 	select HVC_DRIVER
> + 	help
> + 	  This enables support for console output via RISC-V SBI calls, which
> + 	  is normally used only during boot to output printk.
> + 
> + 	  If you don't know what do to here, say Y.
> + 
>   config HVCS
>   	tristate "IBM Hypervisor Virtual Console Server support"
>   	depends on PPC_PSERIES && HVC_CONSOLE
> diff --cc drivers/tty/hvc/Makefile
> index 7da1934d34e8,83079ae000ae..000000000000
> --- a/drivers/tty/hvc/Makefile
> +++ b/drivers/tty/hvc/Makefile
> @@@ -9,4 -10,6 +9,5 @@@ obj-$(CONFIG_HVC_IRQ)		+= hvc_irq.
>   obj-$(CONFIG_HVC_XEN)		+= hvc_xen.o
>   obj-$(CONFIG_HVC_IUCV)		+= hvc_iucv.o
>   obj-$(CONFIG_HVC_UDBG)		+= hvc_udbg.o
>  -obj-$(CONFIG_HVC_BFIN_JTAG)	+= hvc_bfin_jtag.o
> + obj-$(CONFIG_HVC_RISCV_SBI)	+= hvc_riscv_sbi.o
>   obj-$(CONFIG_HVCS)		+= hvcs.o



Merge looks correct, thanks!

greg k-h

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

* linux-next: manual merge of the tty tree with the asm-generic tree
@ 2018-03-15  6:36 Stephen Rothwell
  2018-03-15 10:18 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2018-03-15  6:36 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Palmer Dabbelt

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

Hi Greg,

Today's linux-next merge of the tty tree got conflicts in:

  drivers/tty/hvc/Kconfig
  drivers/tty/hvc/Makefile

between commit:

  c235c62f99e6 ("tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers")

from the asm-generic tree and commit:

  afa6b1ccfad5 ("tty: New RISC-V SBI console driver")

from the tty 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/tty/hvc/Kconfig
index 3bade5ad3d71,e7cc617d6e45..000000000000
--- a/drivers/tty/hvc/Kconfig
+++ b/drivers/tty/hvc/Kconfig
@@@ -88,6 -88,25 +88,16 @@@ config HVC_DC
  	 driver. This console is used through a JTAG only on ARM. If you don't have
  	 a JTAG then you probably don't want this option.
  
 -config HVC_BFIN_JTAG
 -	bool "Blackfin JTAG console"
 -	depends on BLACKFIN
 -	select HVC_DRIVER
 -	help
 -	 This console uses the Blackfin JTAG to create a console under the
 -	 the HVC driver.  If you don't have JTAG, then you probably don't
 -	 want this option.
 -
+ config HVC_RISCV_SBI
+ 	bool "RISC-V SBI console support"
+ 	depends on RISCV
+ 	select HVC_DRIVER
+ 	help
+ 	  This enables support for console output via RISC-V SBI calls, which
+ 	  is normally used only during boot to output printk.
+ 
+ 	  If you don't know what do to here, say Y.
+ 
  config HVCS
  	tristate "IBM Hypervisor Virtual Console Server support"
  	depends on PPC_PSERIES && HVC_CONSOLE
diff --cc drivers/tty/hvc/Makefile
index 7da1934d34e8,83079ae000ae..000000000000
--- a/drivers/tty/hvc/Makefile
+++ b/drivers/tty/hvc/Makefile
@@@ -9,4 -10,6 +9,5 @@@ obj-$(CONFIG_HVC_IRQ)		+= hvc_irq.
  obj-$(CONFIG_HVC_XEN)		+= hvc_xen.o
  obj-$(CONFIG_HVC_IUCV)		+= hvc_iucv.o
  obj-$(CONFIG_HVC_UDBG)		+= hvc_udbg.o
 -obj-$(CONFIG_HVC_BFIN_JTAG)	+= hvc_bfin_jtag.o
+ obj-$(CONFIG_HVC_RISCV_SBI)	+= hvc_riscv_sbi.o
  obj-$(CONFIG_HVCS)		+= hvcs.o

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

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

end of thread, other threads:[~2023-10-23  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  3:43 linux-next: manual merge of the tty tree with the asm-generic tree Stephen Rothwell
2023-10-23  7:28 ` Greg KH
2023-10-23  7:49   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2018-03-15  6:36 Stephen Rothwell
2018-03-15 10:18 ` Greg KH

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