public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* Missing signoffs in the ext3 tree
@ 2024-12-06 10:22 Mark Brown
  2024-12-06 14:46 ` Jan Kara
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2024-12-06 10:22 UTC (permalink / raw)
  To: Jan Kara; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

Hi,

Commits

  74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
  8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")

are missing a Signed-off-by from their authors.

Thanks,
Mark

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing signoffs in the ext3 tree
  2024-12-06 10:22 Missing signoffs in the ext3 tree Mark Brown
@ 2024-12-06 14:46 ` Jan Kara
  2024-12-06 14:52   ` Amir Goldstein
  2024-12-06 17:28   ` Al Viro
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Kara @ 2024-12-06 14:46 UTC (permalink / raw)
  To: Amir Goldstein, Al Viro; +Cc: Jan Kara, linux-next, Mark Brown

Hi!

On Fri 06-12-24 10:22:31, Mark Brown wrote:
> Commits
> 
>   74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
>   8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")

Thanks for noticing Mark.

Al, care to provide your signed-off-by for the
"fs: get rid of __FMODE_NONOTIFY kludge"? Amir then massaged the details
but you were indeed the original author of big part of the patch. Thanks!

Amir, I'm not sure about the authorship of "fanotify: don't skip extra
event info if no info_mode is set". Was it you or actually Josef?

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing signoffs in the ext3 tree
  2024-12-06 14:46 ` Jan Kara
@ 2024-12-06 14:52   ` Amir Goldstein
  2024-12-06 15:06     ` Jan Kara
  2024-12-06 17:28   ` Al Viro
  1 sibling, 1 reply; 6+ messages in thread
From: Amir Goldstein @ 2024-12-06 14:52 UTC (permalink / raw)
  To: Jan Kara; +Cc: Al Viro, linux-next, Mark Brown

On Fri, Dec 6, 2024 at 3:46 PM Jan Kara <jack@suse.cz> wrote:
>
> Hi!
>
> On Fri 06-12-24 10:22:31, Mark Brown wrote:
> > Commits
> >
> >   74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
> >   8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")
>
> Thanks for noticing Mark.
>
> Al, care to provide your signed-off-by for the
> "fs: get rid of __FMODE_NONOTIFY kludge"? Amir then massaged the details
> but you were indeed the original author of big part of the patch. Thanks!
>
> Amir, I'm not sure about the authorship of "fanotify: don't skip extra
> event info if no info_mode is set". Was it you or actually Josef?

I do not know if I sent out a sketch, but looks like Josef was the
author of the patch in its current form:
https://lore.kernel.org/linux-fsdevel/adfd31f369528c9958922d901fbe8eba48dfe496.1721403041.git.josef@toxicpanda.com/
we passed the branch back and forth so many times that I might have
changed authorship by mistake,
so best fix authorship.

Thanks,
Amir.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing signoffs in the ext3 tree
  2024-12-06 14:52   ` Amir Goldstein
@ 2024-12-06 15:06     ` Jan Kara
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Kara @ 2024-12-06 15:06 UTC (permalink / raw)
  To: Amir Goldstein; +Cc: Jan Kara, Al Viro, linux-next, Mark Brown

On Fri 06-12-24 15:52:49, Amir Goldstein wrote:
> On Fri, Dec 6, 2024 at 3:46 PM Jan Kara <jack@suse.cz> wrote:
> >
> > Hi!
> >
> > On Fri 06-12-24 10:22:31, Mark Brown wrote:
> > > Commits
> > >
> > >   74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
> > >   8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")
> >
> > Thanks for noticing Mark.
> >
> > Al, care to provide your signed-off-by for the
> > "fs: get rid of __FMODE_NONOTIFY kludge"? Amir then massaged the details
> > but you were indeed the original author of big part of the patch. Thanks!
> >
> > Amir, I'm not sure about the authorship of "fanotify: don't skip extra
> > event info if no info_mode is set". Was it you or actually Josef?
> 
> I do not know if I sent out a sketch, but looks like Josef was the
> author of the patch in its current form:
> https://lore.kernel.org/linux-fsdevel/adfd31f369528c9958922d901fbe8eba48dfe496.1721403041.git.josef@toxicpanda.com/
> we passed the branch back and forth so many times that I might have
> changed authorship by mistake,
> so best fix authorship.

Thanks, done!

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing signoffs in the ext3 tree
  2024-12-06 14:46 ` Jan Kara
  2024-12-06 14:52   ` Amir Goldstein
@ 2024-12-06 17:28   ` Al Viro
  2024-12-09 10:36     ` Jan Kara
  1 sibling, 1 reply; 6+ messages in thread
From: Al Viro @ 2024-12-06 17:28 UTC (permalink / raw)
  To: Jan Kara; +Cc: Amir Goldstein, linux-next, Mark Brown

On Fri, Dec 06, 2024 at 03:46:06PM +0100, Jan Kara wrote:
> Hi!
> 
> On Fri 06-12-24 10:22:31, Mark Brown wrote:
> > Commits
> > 
> >   74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
> >   8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")
> 
> Thanks for noticing Mark.
> 
> Al, care to provide your signed-off-by for the
> "fs: get rid of __FMODE_NONOTIFY kludge"? Amir then massaged the details
> but you were indeed the original author of big part of the patch. Thanks!

Patch appears to match what I have in a local branch + fix for braino caught
by Amir, so...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing signoffs in the ext3 tree
  2024-12-06 17:28   ` Al Viro
@ 2024-12-09 10:36     ` Jan Kara
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Kara @ 2024-12-09 10:36 UTC (permalink / raw)
  To: Al Viro; +Cc: Jan Kara, Amir Goldstein, linux-next, Mark Brown

On Fri 06-12-24 17:28:28, Al Viro wrote:
> On Fri, Dec 06, 2024 at 03:46:06PM +0100, Jan Kara wrote:
> > Hi!
> > 
> > On Fri 06-12-24 10:22:31, Mark Brown wrote:
> > > Commits
> > > 
> > >   74094f677916e ("fanotify: don't skip extra event info if no info_mode is set")
> > >   8adc64d022177 ("fs: get rid of __FMODE_NONOTIFY kludge")
> > 
> > Thanks for noticing Mark.
> > 
> > Al, care to provide your signed-off-by for the
> > "fs: get rid of __FMODE_NONOTIFY kludge"? Amir then massaged the details
> > but you were indeed the original author of big part of the patch. Thanks!
> 
> Patch appears to match what I have in a local branch + fix for braino caught
> by Amir, so...
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Thanks! Branch updated & pushed out (and my for_next branch as well).

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-09 10:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 10:22 Missing signoffs in the ext3 tree Mark Brown
2024-12-06 14:46 ` Jan Kara
2024-12-06 14:52   ` Amir Goldstein
2024-12-06 15:06     ` Jan Kara
2024-12-06 17:28   ` Al Viro
2024-12-09 10:36     ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox