Linux-Next discussions
 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; 5+ 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] 5+ messages in thread

* Re: 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
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

* Re: 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
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

* linux-next: manual merge of the jc_docs tree with the char-misc.current tree
@ 2026-08-05 12:34 Mark Brown
  2026-08-06  6:19 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2026-08-05 12:34 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Christian Brauner, Greg Kroah-Hartman, Linux Kernel Mailing List,
	Linux Next Mailing List, Lorenzo Stoakes, Willy Tarreau

Hi all,

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

  Documentation/process/coding-assistants.rst

between commit:

  3d7c44f73765d ("docs: coding-assistant: explain important steps when looking for bugs")

from the char-misc.current tree and commits:

  d699a5da10394 ("docs: link AI coding assistants and tool-generated content pages")
  816d9992d9ed4 ("coding-assistants: simplify attribution")

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.

diff --cc Documentation/process/coding-assistants.rst
index e71df7d28467e,e62c9577d91a2..0000000000000
--- a/Documentation/process/coding-assistants.rst
+++ b/Documentation/process/coding-assistants.rst
@@@ -56,41 -56,4 +56,41 @@@ Basic development tools (git, gcc, make
  
  Example::
  
-   Assisted-by: Claude:claude-3-opus coccinelle sparse
+   Assisted-by: LLM coccinelle sparse
 +
 +Procedure for finding and fixing bugs
 +=====================================
 +
 +When an AI assistant is used to find and fix bugs, it **MUST** follow at least
 +these steps:
 +
 +1. Before starting, read the whole process documentation listed above, as well
 +   as any other document mentioned in the request. Do not rely on isolated
 +   parts found by keyword search.
 +2. Note the commit ID and Locate a bug as instructed.
 +3. For any bug found that is not trivial, verify that it looks real by
 +   attempting to create a reproducer to demonstrate it. Lacking it may cause
 +   the report to be ignored, as many unverified bug reports sent to maintainers
 +   happen to be invalid. Stop here if it finally looks wrong.
 +4. Write a fix for the bug. This part is not optional: except in a few very
 +   rare cases, an AI assistant able to find a bug is able to fix it. Note that
 +   fixes written in the same session as used to find the bug will generally
 +   lead to better and more accurate fixes as the LLM's reasoning context
 +   remains present.
 +5. Build and verify that the fix works either using the reproducer or by
 +   re-running a complete analysis; drop any fix that doesn't work and try
 +   another one. The fix must not add build warnings and must pass the
 +   checkpatch.pl checks (see submitting-patches.rst).
 +6. Commit the working fix with a detailed message describing the problem, the
 +   solution and a Fixes tag. Do not add a Signed-off-by tag, and add an
 +   Assisted-by tag, as described above.
 +7. Identify the maintainers and lists using scripts/get_maintainer.pl.
 +   Documentation/process/security-bugs.rst shows how to do that.
 +8. Indicate what could not be done. If the fix could not be built or tested, or
 +   if no reproducer could be produced, say so explicitly: maintainers currently
 +   waste too much time analyzing unverified reports and untested fixes.
 +9. Read Documentation/process/threat-model.rst to determine whether the bug is
 +   a vulnerability or a regular bug, and leave the result to the reporter for
 +   review (the assistant must never send anything itself). Regular bugs are
 +   submitted as described in Documentation/process/submitting-patches.rst,
 +   vulnerabilities as described in Documentation/process/security-bugs.rst.

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

* Re: linux-next: manual merge of the jc_docs tree with the char-misc.current tree
  2026-08-05 12:34 linux-next: manual merge of the jc_docs tree with the char-misc.current tree Mark Brown
@ 2026-08-06  6:19 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2026-08-06  6:19 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jonathan Corbet, Christian Brauner, Linux Kernel Mailing List,
	Linux Next Mailing List, Lorenzo Stoakes, Willy Tarreau

On Wed, Aug 05, 2026 at 01:34:46PM +0100, Mark Brown wrote:
> Hi all,
> 
> Today's linux-next merge of the jc_docs tree got a conflict in:
> 
>   Documentation/process/coding-assistants.rst
> 
> between commit:
> 
>   3d7c44f73765d ("docs: coding-assistant: explain important steps when looking for bugs")
> 
> from the char-misc.current tree and commits:
> 
>   d699a5da10394 ("docs: link AI coding assistants and tool-generated content pages")
>   816d9992d9ed4 ("coding-assistants: simplify attribution")
> 
> 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.
> 
> diff --cc Documentation/process/coding-assistants.rst
> index e71df7d28467e,e62c9577d91a2..0000000000000
> --- a/Documentation/process/coding-assistants.rst
> +++ b/Documentation/process/coding-assistants.rst
> @@@ -56,41 -56,4 +56,41 @@@ Basic development tools (git, gcc, make
>   
>   Example::
>   
> -   Assisted-by: Claude:claude-3-opus coccinelle sparse
> +   Assisted-by: LLM coccinelle sparse

Looks good to me, thanks!

greg k-h

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

end of thread, other threads:[~2026-08-06  6:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 12:34 linux-next: manual merge of the jc_docs tree with the char-misc.current tree Mark Brown
2026-08-06  6:19 ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2019-06-20  1:11 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