Re: Missing signoff in the arm-soc tree
From: Arnd Bergmann
Date: Mon Sep 14 2026 - 15:53:50 EST
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