* linux-next: manual merge of the jc_docs tree with the mm-nomm-stable tree
@ 2026-01-26 16:41 Mark
0 siblings, 0 replies; 3+ messages in thread
From: Mark @ 2026-01-26 16:41 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Andrew Morton, Jani Nikula, Linux Kernel Mailing List,
Linux Next Mailing List, Mike Rapoport
[-- Attachment #1: Type: text/plain, Size: 942 bytes --]
Hi all,
Today's linux-next merge of the jc_docs tree got a conflict in:
Documentation/core-api/kho/index.rst
between commit:
35c554410d81c ("kho: docs: combine concepts and FDT documentation")
from the mm-nomm-stable tree and commit:
a592a36e49372 ("Documentation: use a source-read extension for the index link boilerplate")
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/core-api/kho/index.rst
index dcc6a36cc134c,51ea41c6a20d5..0000000000000
--- a/Documentation/core-api/kho/index.rst
+++ b/Documentation/core-api/kho/index.rst
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* linux-next: manual merge of the jc_docs tree with the mm-nomm-stable tree
@ 2026-03-31 12:27 Mark Brown
2026-03-31 13:15 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2026-03-31 12:27 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Alex Hung, Andrew Morton, Harry Wentland,
Linux Kernel Mailing List, Linux Next Mailing List, Sasha Levin
[-- Attachment #1: Type: text/plain, Size: 1618 bytes --]
Hi all,
Today's linux-next merge of the jc_docs tree got a conflict in:
scripts/checkpatch.pl
between commit:
d1db4118489ff ("checkpatch: add support for Assisted-by tag")
from the mm-nomm-stable tree and commit:
8545d9bc4bd08 ("scripts/checkpatch: add Assisted-by: tag validation")
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.
(The mm version does seem to misidentify as a signoff)
diff --cc scripts/checkpatch.pl
index 60fd2ee2d0e58,b8d961d77ff4e..0000000000000
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@@ -3106,11 -3106,11 +3106,11 @@@ sub process
}
}
-# Assisted-by: uses format AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2] instead of email
+ # Assisted-by uses AGENT_NAME:MODEL_VERSION format, not email
- if ($sign_off =~ /^Assisted-by:/i) {
- if ($email !~ /^\S+:\S+/) {
- WARN("BAD_SIGN_OFF",
- "Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format\n" . $herecurr);
+ if ($sign_off =~ /^assisted-by:$/i) {
+ if ($email !~ /^[^:]+:\S+(\s+\S+)*$/) {
+ WARN("BAD_ASSISTED_BY",
+ "Assisted-by: should use format: 'Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]'\n" . $herecurr);
}
next;
}
[-- Attachment #2: signature.asc --]
[-- 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 mm-nomm-stable tree
2026-03-31 12:27 linux-next: manual merge of the jc_docs tree with the mm-nomm-stable tree Mark Brown
@ 2026-03-31 13:15 ` Jonathan Corbet
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-03-31 13:15 UTC (permalink / raw)
To: Mark Brown
Cc: Alex Hung, Andrew Morton, Harry Wentland,
Linux Kernel Mailing List, Linux Next Mailing List, Sasha Levin
Mark Brown <broonie@kernel.org> writes:
> Hi all,
>
> Today's linux-next merge of the jc_docs tree got a conflict in:
>
> scripts/checkpatch.pl
>
> between commit:
>
> d1db4118489ff ("checkpatch: add support for Assisted-by tag")
>
> from the mm-nomm-stable tree and commit:
>
> 8545d9bc4bd08 ("scripts/checkpatch: add Assisted-by: tag validation")
>
> from the jc_docs tree.
Ah...I didn't realize that somebody had already addressed that problem.
Certainly we don't need two of them. I can drop mine.
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-31 13:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 12:27 linux-next: manual merge of the jc_docs tree with the mm-nomm-stable tree Mark Brown
2026-03-31 13:15 ` Jonathan Corbet
-- strict thread matches above, loose matches on Subject: below --
2026-01-26 16:41 Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox