2020-09-05 02:19:53

by Stephen Rothwell

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

Hi all,

Commit

4c31ead75f41 ("printk: ringbuffer: support dataless records")

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

--
Cheers,
Stephen Rothwell


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

2020-09-08 07:47:19

by Petr Mladek

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

On Sat 2020-09-05 12:18:27, Stephen Rothwell wrote:
> Hi all,
>
> Commit
>
> 4c31ead75f41 ("printk: ringbuffer: support dataless records")
>
> is missing a Signed-off-by from its committer.

Thanks for catching this. It should be fixed now.

It has been originally committed by Sergey. I rebased it to add the
missing SHA1[0] and suddenly became committer, see

I have just rebased it once again and added my newly required Signed-of-by.

[0] https://lore.kernel.org/lkml/20200903091436.GA5012@alley/

Best Regards,
Petr

2020-09-08 10:02:58

by Sergey Senozhatsky

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

On (20/09/08 09:46), Petr Mladek wrote:
> On Sat 2020-09-05 12:18:27, Stephen Rothwell wrote:
> > Hi all,
> >
> > Commit
> >
> > 4c31ead75f41 ("printk: ringbuffer: support dataless records")
> >
> > is missing a Signed-off-by from its committer.
>
> Thanks for catching this. It should be fixed now.
>
> It has been originally committed by Sergey. I rebased it to add the
> missing SHA1[0] and suddenly became committer, see

Oh.
I missed it somehow that b4/git-am didn't add all the required fields.
That wasn't the only patch that I applied. So, well.. Sorry and thanks
for catching and fixing this up.

-ss

2020-09-09 08:18:03

by Petr Mladek

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

On Tue 2020-09-08 18:59:24, Sergey Senozhatsky wrote:
> On (20/09/08 09:46), Petr Mladek wrote:
> > On Sat 2020-09-05 12:18:27, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > Commit
> > >
> > > 4c31ead75f41 ("printk: ringbuffer: support dataless records")
> > >
> > > is missing a Signed-off-by from its committer.
> >
> > Thanks for catching this. It should be fixed now.
> >
> > It has been originally committed by Sergey. I rebased it to add the
> > missing SHA1[0] and suddenly became committer, see
>
> Oh.
> I missed it somehow that b4/git-am didn't add all the required fields.
> That wasn't the only patch that I applied. So, well.. Sorry and thanks
> for catching and fixing this up.

It was actually my mistake. I should have added my SOB when rebased
the commit.

Best Regards,
Petr