* Missing signoff in the arm-soc tree
@ 2026-07-13 17:35 Mark Brown
2026-07-13 17:38 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2026-07-13 17:35 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]
Commits
923588dd861ba ("ARM: mark mv78xx0 support as deprecated")
3a09d8c6b3688 ("ARM: mark axxia platform as deprecated")
fa431f73cc18a ("ARM: mark Cortex-M3/M4/M7 based boards as deprecated")
fd0148ccd1d8f ("ARM: mark footbridge as deprecated")
faae50ff70799 ("ARM: mark RiscPC as deprecated")
25592ecf80a17 ("ARM: mark mach-sa1100 as deprecated")
7a9d2a5cb68f4 ("ARM: orion5x: mark all board files as deprecated")
a28d72f93f209 ("ARM: PXA: mark remaining board files as deprecated")
bb09fdba36e19 ("ARM: mark ARCH_DOVE as deprecated")
337de957c1166 ("ARM: mark IWMMXT as deprecated")
09b6757da5976 ("ARM: update FPE_NWFPE help text")
8b0e28c2792ec ("ARM: s3c64xx: extend deprecation schedule")
ef53a06103114 ("ARM: update DEPRECATED_PARAM_STRUCT removal timeline")
ed1dab5e08938 ("ARM: mark CPU_ENDIAN_BE8 as deprecated")
4d9226b820c16 ("ARM: turn CONFIG_ATAGS off by default")
e61f27ee54497 ("ARM: deprecate support for ARM1136r0")
07c06fe4622bb ("ARM: rework ARM11 CPU selection logic")
a82f541ab97f0 ("ARM: limit OABI support to StrongARM CPUs")
4122589d5488c ("ARM: use CONFIG_AEABI by default everywhere")
are missing a Signed-off-by from their committers
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-07-13 17:35 Missing signoff in the arm-soc tree Mark Brown
@ 2026-07-13 17:38 ` Mark Brown
2026-07-15 11:39 ` Alexandre Belloni
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2026-07-13 17:38 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Mon, Jul 13, 2026 at 06:35:55PM +0100, Mark Brown wrote:
> Commits
>
> 923588dd861ba ("ARM: mark mv78xx0 support as deprecated")
> are missing a Signed-off-by from their committers
Alexandre, you did a rebase which makes you the committer of all the
commits you rebased - you need to add a signoff (git rebase --signoff
might help).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-07-13 17:38 ` Mark Brown
@ 2026-07-15 11:39 ` Alexandre Belloni
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2026-07-15 11:39 UTC (permalink / raw)
To: Mark Brown; +Cc: Arnd Bergmann, soc, linux-kernel, linux-next
On 13/07/2026 18:38:17+0100, Mark Brown wrote:
> On Mon, Jul 13, 2026 at 06:35:55PM +0100, Mark Brown wrote:
> > Commits
> >
> > 923588dd861ba ("ARM: mark mv78xx0 support as deprecated")
>
> > are missing a Signed-off-by from their committers
>
> Alexandre, you did a rebase which makes you the committer of all the
> commits you rebased - you need to add a signoff (git rebase --signoff
> might help).
Yeah, let me fix my mess.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-09-14 19:53 ` Arnd Bergmann
@ 2026-09-14 23:08 ` Mark Brown
0 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2026-09-14 23:08 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: soc, linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
On Mon, Sep 14, 2026 at 09:53:00PM +0200, Arnd Bergmann wrote:
> On Mon, Sep 14, 2026, at 18:25, Mark Brown wrote:
> > These issues are *still* present today. It's making noise whenever I
> > check -next for ongoing issues, it'd be good if the branch could be
> > rebuilt.
> I assume you hit this on the branch I pushed out earlier today, which
> started fresh from 7.3 with just a single merge. I've amended that
> commit with an S-o-b now, but I'm not sure if that is what you are
> asking.
It is in whatever was there when I fetched the trees this morning which
was some time before I finished the merge and ran the summary stuff so
you may have updated it later.
> When you write "and also isn't showing up as a merge", do you mean
> your script has an exception for merge commits to not need S-o-b
> but fails to detect this one as a merge? I see that about half the
> merges in linux-next (including your daily merges) are not signed off,
> so I'm not sure if we are all doing this wrong the same way, or if
> there is a different problem with the soc tree.
As indicated in the original mail and repeated followups the relevant
commit is 3edcea7f0413e84863300998ad3838eb87e6fca7 which looks from the
changelog like it was originally a merge but is not described as such in
the git metadata, it is just an apparently empty commit with a single
parent with a suspiciously similar changelog. My theory was that
something had gone wrong with a rebase or scripting. I only check for
signoff problems on non-merge commits, merge commits are ignored since
they are not normally signed off.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-09-14 16:25 ` Mark Brown
@ 2026-09-14 19:53 ` Arnd Bergmann
2026-09-14 23:08 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Arnd Bergmann @ 2026-09-14 19:53 UTC (permalink / raw)
To: Mark Brown, soc; +Cc: linux-kernel, linux-next
On Mon, Sep 14, 2026, at 18:25, Mark Brown wrote:
> On Mon, Aug 03, 2026 at 06:25:57PM +0100, Mark Brown wrote:
>> On Sun, Jul 26, 2026 at 05:29:00PM +0100, Mark Brown wrote:
>> > Commit
>> >
>> > 3edcea7f0413e ("Merge branch 'arm/fixes' into for-next")
>> >
>> > is missing a Signed-off-by from its committer (and also isn't showing up
>> > as a merge).
>>
>> This issue (and the matching author signoff) is still present today.
>
> These issues are *still* present today. It's making noise whenever I
> check -next for ongoing issues, it'd be good if the branch could be
> rebuilt.
I assume you hit this on the branch I pushed out earlier today, which
started fresh from 7.3 with just a single merge. I've amended that
commit with an S-o-b now, but I'm not sure if that is what you are
asking.
When you write "and also isn't showing up as a merge", do you mean
your script has an exception for merge commits to not need S-o-b
but fails to detect this one as a merge? I see that about half the
merges in linux-next (including your daily merges) are not signed off,
so I'm not sure if we are all doing this wrong the same way, or if
there is a different problem with the soc tree.
Arnd
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-08-03 17:25 ` Mark Brown
@ 2026-09-14 16:25 ` Mark Brown
2026-09-14 19:53 ` Arnd Bergmann
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2026-09-14 16:25 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
On Mon, Aug 03, 2026 at 06:25:57PM +0100, Mark Brown wrote:
> On Sun, Jul 26, 2026 at 05:29:00PM +0100, Mark Brown wrote:
> > Commit
> >
> > 3edcea7f0413e ("Merge branch 'arm/fixes' into for-next")
> >
> > is missing a Signed-off-by from its committer (and also isn't showing up
> > as a merge).
>
> This issue (and the matching author signoff) is still present today.
These issues are *still* present today. It's making noise whenever I
check -next for ongoing issues, it'd be good if the branch could be
rebuilt.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Missing signoff in the arm-soc tree
2026-07-26 16:29 Mark Brown
@ 2026-08-03 17:25 ` Mark Brown
2026-09-14 16:25 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2026-08-03 17:25 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
On Sun, Jul 26, 2026 at 05:29:00PM +0100, Mark Brown wrote:
> Commit
>
> 3edcea7f0413e ("Merge branch 'arm/fixes' into for-next")
>
> is missing a Signed-off-by from its committer (and also isn't showing up
> as a merge).
This issue (and the matching author signoff) is still present today.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Missing signoff in the arm-soc tree
@ 2026-07-26 16:29 Mark Brown
2026-08-03 17:25 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2026-07-26 16:29 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
Commit
3edcea7f0413e ("Merge branch 'arm/fixes' into for-next")
is missing a Signed-off-by from its committer (and also isn't showing up
as a merge).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Missing signoff in the arm-soc tree
@ 2026-07-26 16:28 Mark Brown
0 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2026-07-26 16:28 UTC (permalink / raw)
To: Arnd Bergmann, soc; +Cc: linux-kernel, linux-next
Commit
3edcea7f0413e ("Merge branch 'arm/fixes' into for-next")
is missing a Signed-off-by from its author (and isn't showing up as
a merge)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-09-14 23:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 17:35 Missing signoff in the arm-soc tree Mark Brown
2026-07-13 17:38 ` Mark Brown
2026-07-15 11:39 ` Alexandre Belloni
2026-07-26 16:28 Mark Brown
2026-07-26 16:29 Mark Brown
2026-08-03 17:25 ` Mark Brown
2026-09-14 16:25 ` Mark Brown
2026-09-14 19:53 ` Arnd Bergmann
2026-09-14 23:08 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®