linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the jc_docs tree with the char-misc.current tree
@ 2019-06-20  1:11 Stephen Rothwell
  2019-06-20  5:57 ` Greg KH
  2019-07-08 23:50 ` Stephen Rothwell
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2019-06-20  1:11 UTC (permalink / raw)
  To: Jonathan Corbet, Greg KH, Arnd Bergmann
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Takashi Iwai,
	Mauro Carvalho Chehab

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

Hi all,

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

  Documentation/fb/fbcon.rst

between commit:

  fce677d7e8f0 ("docs: fb: Add TER16x32 to the available font names")

from the char-misc.current tree and commit:

  ab42b818954c ("docs: fb: convert docs to ReST and rename to *.rst")

from the jc_docs 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 Documentation/fb/fbcon.rst
index 5a865437b33f,cfb9f7c38f18..000000000000
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@@ -77,12 -80,12 +80,12 @@@ C. Boot option
  
  1. fbcon=font:<name>
  
-         Select the initial font to use. The value 'name' can be any of the
-         compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
-         PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
+ 	Select the initial font to use. The value 'name' can be any of the
+ 	compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
 -	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, VGA8x16, VGA8x8.
++	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
  
  	Note, not all drivers can handle font with widths not divisible by 8,
-         such as vga16fb.
+ 	such as vga16fb.
  
  2. fbcon=scrollback:<value>[k]
  

[-- 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 jc_docs tree with the char-misc.current tree
  2019-06-20  1:11 linux-next: manual merge of the jc_docs tree with the char-misc.current tree Stephen Rothwell
@ 2019-06-20  5:57 ` Greg KH
  2019-07-08 23:50 ` Stephen Rothwell
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2019-06-20  5:57 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Jonathan Corbet, Arnd Bergmann, Linux Next Mailing List,
	Linux Kernel Mailing List, Takashi Iwai, Mauro Carvalho Chehab

On Thu, Jun 20, 2019 at 11:11:28AM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the jc_docs tree got a conflict in:
> 
>   Documentation/fb/fbcon.rst
> 
> between commit:
> 
>   fce677d7e8f0 ("docs: fb: Add TER16x32 to the available font names")
> 
> from the char-misc.current tree and commit:
> 
>   ab42b818954c ("docs: fb: convert docs to ReST and rename to *.rst")
> 
> from the jc_docs 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 Documentation/fb/fbcon.rst
> index 5a865437b33f,cfb9f7c38f18..000000000000
> --- a/Documentation/fb/fbcon.rst
> +++ b/Documentation/fb/fbcon.rst
> @@@ -77,12 -80,12 +80,12 @@@ C. Boot option
>   
>   1. fbcon=font:<name>
>   
> -         Select the initial font to use. The value 'name' can be any of the
> -         compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
> -         PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
> + 	Select the initial font to use. The value 'name' can be any of the
> + 	compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
>  -	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, VGA8x16, VGA8x8.
> ++	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
>   
>   	Note, not all drivers can handle font with widths not divisible by 8,
> -         such as vga16fb.
> + 	such as vga16fb.
>   
>   2. fbcon=scrollback:<value>[k]
>   

Fix looks good to me, thanks!

greg k-h


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

* Re: linux-next: manual merge of the jc_docs tree with the char-misc.current tree
  2019-06-20  1:11 linux-next: manual merge of the jc_docs tree with the char-misc.current tree Stephen Rothwell
  2019-06-20  5:57 ` Greg KH
@ 2019-07-08 23:50 ` Stephen Rothwell
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2019-07-08 23:50 UTC (permalink / raw)
  To: Jonathan Corbet, Greg KH, Arnd Bergmann
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Takashi Iwai,
	Mauro Carvalho Chehab

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

Hi all,

On Thu, 20 Jun 2019 11:11:28 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the jc_docs tree got a conflict in:
> 
>   Documentation/fb/fbcon.rst
> 
> between commit:
> 
>   fce677d7e8f0 ("docs: fb: Add TER16x32 to the available font names")
> 
> from the char-misc.current tree and commit:
> 
>   ab42b818954c ("docs: fb: convert docs to ReST and rename to *.rst")
> 
> from the jc_docs 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 Documentation/fb/fbcon.rst
> index 5a865437b33f,cfb9f7c38f18..000000000000
> --- a/Documentation/fb/fbcon.rst
> +++ b/Documentation/fb/fbcon.rst
> @@@ -77,12 -80,12 +80,12 @@@ C. Boot option
>   
>   1. fbcon=font:<name>
>   
> -         Select the initial font to use. The value 'name' can be any of the
> -         compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
> -         PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
> + 	Select the initial font to use. The value 'name' can be any of the
> + 	compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
>  -	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, VGA8x16, VGA8x8.
> ++	PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.
>   
>   	Note, not all drivers can handle font with widths not divisible by 8,
> -         such as vga16fb.
> + 	such as vga16fb.
>   
>   2. fbcon=scrollback:<value>[k]
>   

I am still getting this conflict (the commit ids may have changed).
Just a reminder in case you think Linus may need to know.

This is now a conflict between the jc_docs 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:[~2019-07-08 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20  1:11 linux-next: manual merge of the jc_docs tree with the char-misc.current tree Stephen Rothwell
2019-06-20  5:57 ` Greg KH
2019-07-08 23:50 ` 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).