* linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
@ 2022-08-17 21:46 Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2022-08-17 21:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
Hi all,
Commit
71443ad8d694 ("ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown")
is missing a Signed-off-by from its author.
This is just another case of the author being rewritten by the ocfs2
mailing list.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
@ 2022-09-12 21:04 Stephen Rothwell
2022-09-13 4:09 ` Christoph Hellwig
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2022-09-12 21:04 UTC (permalink / raw)
To: Andrew Morton
Cc: Christoph Hellwig, Liu Shixin, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
Hi all,
Commit
c3bc4e30a601 ("frontswap: don't call ->init if no ops are registered")
is missing a Signed-off-by from its author.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
2022-09-12 21:04 linux-next: Signed-off-by missing for commit in the mm-hotfixes tree Stephen Rothwell
@ 2022-09-13 4:09 ` Christoph Hellwig
0 siblings, 0 replies; 7+ messages in thread
From: Christoph Hellwig @ 2022-09-13 4:09 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Andrew Morton, Christoph Hellwig, Liu Shixin,
Linux Kernel Mailing List, Linux Next Mailing List
On Tue, Sep 13, 2022 at 07:04:10AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> Commit
>
> c3bc4e30a601 ("frontswap: don't call ->init if no ops are registered")
>
> is missing a Signed-off-by from its author.
Here we go:
Signed-off-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
@ 2022-10-25 5:02 Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2022-10-25 5:02 UTC (permalink / raw)
To: Andrew Morton
Cc: Rik van Riel, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
Hi all,
Commit
93464feb6cd9 ("mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs")
is missing a Signed-off-by from its author.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
@ 2024-10-07 20:47 Stephen Rothwell
2024-10-08 9:41 ` Manas
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2024-10-07 20:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: Manas, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
Hi all,
Commit
922e46ae7737 ("mm: fix null pointer dereference in pfnmap_lockdep_assert")
is missing a Signed-off-by from its author.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
2024-10-07 20:47 Stephen Rothwell
@ 2024-10-08 9:41 ` Manas
0 siblings, 0 replies; 7+ messages in thread
From: Manas @ 2024-10-08 9:41 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Andrew Morton, Linux Kernel Mailing List, Linux Next Mailing List
On 08.10.2024 07:47, Stephen Rothwell wrote:
>Hi all,
>
>Commit
>
> 922e46ae7737 ("mm: fix null pointer dereference in pfnmap_lockdep_assert")
>
>is missing a Signed-off-by from its author.
>
Hi all, I am the author of this patch. I forgot to sign it. Should I send a new
patch version to amend the mistake?
Sorry, I am new to kernel development.
--
Manas
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-next: Signed-off-by missing for commit in the mm-hotfixes tree
@ 2025-04-13 22:29 Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2025-04-13 22:29 UTC (permalink / raw)
To: Andrew Morton
Cc: Oscar Salvador, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
Hi all,
Commit
4bbce82f2e29 ("MAINTAINERS: update HUGETLB reviewers")
from the mm-hotfixes-stable branch is missing a Signed-off-by from
its author.
This is just a typo - Signed-of-by v Signed-off-by - and so may not be
worth fixing.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-04-13 22:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 21:04 linux-next: Signed-off-by missing for commit in the mm-hotfixes tree Stephen Rothwell
2022-09-13 4:09 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2025-04-13 22:29 Stephen Rothwell
2024-10-07 20:47 Stephen Rothwell
2024-10-08 9:41 ` Manas
2022-10-25 5:02 Stephen Rothwell
2022-08-17 21:46 Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).