LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commit in the random tree
@ 2020-01-08 0:39 Stephen Rothwell
2020-01-14 0:18 ` Theodore Y. Ts'o
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2020-01-08 0:39 UTC (permalink / raw)
To: Theodore Ts'o
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Qian Cai,
Sergey Senozhatsky
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
Hi all,
Commit
1b710b1b10ef ("char/random: silence a lockdep splat with printk()")
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 random tree
2020-01-08 0:39 linux-next: Signed-off-by missing for commit in the random tree Stephen Rothwell
@ 2020-01-14 0:18 ` Theodore Y. Ts'o
2020-01-14 1:22 ` Sergey Senozhatsky
0 siblings, 1 reply; 7+ messages in thread
From: Theodore Y. Ts'o @ 2020-01-14 0:18 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Qian Cai,
Sergey Senozhatsky
On Wed, Jan 08, 2020 at 11:39:53AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Commit
>
> 1b710b1b10ef ("char/random: silence a lockdep splat with printk()")
>
> is missing a Signed-off-by from its author.
Sergey, can you confirm that you intended to add a Signed-off-by: for
this patch?
Thanks!!
- Ted
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the random tree
2020-01-14 0:18 ` Theodore Y. Ts'o
@ 2020-01-14 1:22 ` Sergey Senozhatsky
2020-01-14 16:57 ` Theodore Y. Ts'o
0 siblings, 1 reply; 7+ messages in thread
From: Sergey Senozhatsky @ 2020-01-14 1:22 UTC (permalink / raw)
To: Theodore Y. Ts'o
Cc: Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List, Qian Cai, Sergey Senozhatsky
On (20/01/13 19:18), Theodore Y. Ts'o wrote:
> On Wed, Jan 08, 2020 at 11:39:53AM +1100, Stephen Rothwell wrote:
> > Hi all,
> >
> > Commit
> >
> > 1b710b1b10ef ("char/random: silence a lockdep splat with printk()")
> >
> > is missing a Signed-off-by from its author.
>
> Sergey, can you confirm that you intended to add a Signed-off-by: for
> this patch?
Oh, I didn't realize I was the author. Sorry!
Sure, confirmed
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
-ss
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the random tree
2020-01-14 1:22 ` Sergey Senozhatsky
@ 2020-01-14 16:57 ` Theodore Y. Ts'o
2020-01-14 17:31 ` Qian Cai
0 siblings, 1 reply; 7+ messages in thread
From: Theodore Y. Ts'o @ 2020-01-14 16:57 UTC (permalink / raw)
To: Sergey Senozhatsky
Cc: Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List, Qian Cai
On Tue, Jan 14, 2020 at 10:22:21AM +0900, Sergey Senozhatsky wrote:
>
> Oh, I didn't realize I was the author. Sorry!
>
> Sure, confirmed
>
> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
>
Hmm... the e-mail in question[1] was sent by Qian Cai, but there was a
From: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
in the first line of the body which attributed the patch to you. But
then e-mail continues:
Sergey didn't like the locking order .... but those code is so old,
and I have no clue how to de-couple it after checking other locks in
the splat. There is an onging effort to make all printk() as deferred,
so until that happens, workaround it for now as a short-term fix.
So did Qian Cai author the patch, and this should have been
"Reported-by Sergey Senozhatsky"? In which case I need a
Signed-off-by from Qian Cai.
This is a pretty trivial patch, but it would be good to get the
attributions and credit correct!
- Ted
[1] https://lore.kernel.org/linux-arm-kernel/1573679785-21068-1-git-send-email-cai@lca.pw/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the random tree
2020-01-14 16:57 ` Theodore Y. Ts'o
@ 2020-01-14 17:31 ` Qian Cai
2020-01-14 21:33 ` Theodore Y. Ts'o
0 siblings, 1 reply; 7+ messages in thread
From: Qian Cai @ 2020-01-14 17:31 UTC (permalink / raw)
To: Theodore Y. Ts'o
Cc: Sergey Senozhatsky, Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List
> On Jan 14, 2020, at 11:57 AM, Theodore Y. Ts'o <tytso@mit.edu> wrote:
>
> On Tue, Jan 14, 2020 at 10:22:21AM +0900, Sergey Senozhatsky wrote:
>>
>> Oh, I didn't realize I was the author. Sorry!
>>
>> Sure, confirmed
>>
>> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
>>
>
> Hmm... the e-mail in question[1] was sent by Qian Cai, but there was a
>
> From: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
>
> in the first line of the body which attributed the patch to you. But
> then e-mail continues:
>
> Sergey didn't like the locking order .... but those code is so old,
> and I have no clue how to de-couple it after checking other locks in
> the splat. There is an onging effort to make all printk() as deferred,
> so until that happens, workaround it for now as a short-term fix.
>
> So did Qian Cai author the patch, and this should have been
> "Reported-by Sergey Senozhatsky"? In which case I need a
> Signed-off-by from Qian Cai.
>
> This is a pretty trivial patch, but it would be good to get the
> attributions and credit correct!
>
> - Ted
>
> [1] https://lore.kernel.org/linux-arm-kernel/1573679785-21068-1-git-send-email-cai@lca.pw/
It is actually Sergey proposed an informal patch here [1]. I just sent on
his behave and adding a commit log.
[1] https://lore.kernel.org/linux-mm/20190911011008.GA4420@jagdpanzerIV/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the random tree
2020-01-14 17:31 ` Qian Cai
@ 2020-01-14 21:33 ` Theodore Y. Ts'o
2020-01-14 21:41 ` Qian Cai
0 siblings, 1 reply; 7+ messages in thread
From: Theodore Y. Ts'o @ 2020-01-14 21:33 UTC (permalink / raw)
To: Qian Cai
Cc: Sergey Senozhatsky, Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List
On Tue, Jan 14, 2020 at 12:31:04PM -0500, Qian Cai wrote:
> It is actually Sergey proposed an informal patch here [1]. I just sent on
> his behave and adding a commit log.
>
> [1] https://lore.kernel.org/linux-mm/20190911011008.GA4420@jagdpanzerIV/
>
Thanks for the clarification; given that you composed the commit log,
would you like me to add a "Signed-off-by: Qian Cai <cai@lca.pw>" for
you as well? Given that you added the commit description, it would be
fair to give you credit as well.
Regards,
- Ted
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the random tree
2020-01-14 21:33 ` Theodore Y. Ts'o
@ 2020-01-14 21:41 ` Qian Cai
0 siblings, 0 replies; 7+ messages in thread
From: Qian Cai @ 2020-01-14 21:41 UTC (permalink / raw)
To: Theodore Y. Ts'o
Cc: Sergey Senozhatsky, Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List
> On Jan 14, 2020, at 4:33 PM, Theodore Y. Ts'o <tytso@mit.edu> wrote:
>
> Thanks for the clarification; given that you composed the commit log,
> would you like me to add a "Signed-off-by: Qian Cai <cai@lca.pw>" for
> you as well? Given that you added the commit description, it would be
> fair to give you credit as well.
Yes, the patch has already had my SoB.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-01-14 21:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 0:39 linux-next: Signed-off-by missing for commit in the random tree Stephen Rothwell
2020-01-14 0:18 ` Theodore Y. Ts'o
2020-01-14 1:22 ` Sergey Senozhatsky
2020-01-14 16:57 ` Theodore Y. Ts'o
2020-01-14 17:31 ` Qian Cai
2020-01-14 21:33 ` Theodore Y. Ts'o
2020-01-14 21:41 ` Qian Cai
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).