2022-10-13 00:07:46

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Signed-off-by missing for commit in the mm-stable tree

Hi all,

Commit

db24ef4e6b0a ("mm/mmap: undo ->mmap() when arch_validate_flags() fails")

is missing a Signed-off-by from its author.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-10-13 05:57:43

by Carlos Llamas

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commit in the mm-stable tree

On Thu, Oct 13, 2022 at 10:42:34AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Commit
>
> db24ef4e6b0a ("mm/mmap: undo ->mmap() when arch_validate_flags() fails")
>
> is missing a Signed-off-by from its author.
>
> --
> Cheers,
> Stephen Rothwell

Sorry this was my fault as I used a three-dash line to comment a code
section in the commit message. Which instead just cuts the commit log
short when applying the patch. Sigh.

You can see this in the original post:
https://lkml.kernel.org/r/[email protected]

I believe Andrew noticed this error and fixed the patch. However, the
Signed-off-by tag probably got dropped in the process. I'm unsure if
this can be amended in the mm tree?

Thanks Stephen for flagging this and apologies Andrew for the trouble.

--
Carlos Llamas

2022-10-13 13:23:46

by Andrew Morton

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commit in the mm-stable tree

On Thu, 13 Oct 2022 04:43:13 +0000 Carlos Llamas <[email protected]> wrote:

> Sorry this was my fault as I used a three-dash line to comment a code
> section in the commit message. Which instead just cuts the commit log
> short when applying the patch. Sigh.
>
> You can see this in the original post:
> https://lkml.kernel.org/r/[email protected]
>
> I believe Andrew noticed this error and fixed the patch.

Partially fixed :(

> However, the
> Signed-off-by tag probably got dropped in the process. I'm unsure if
> this can be amended in the mm tree?

I have fixed it up, thanks.