* Re: [PATCH] fs: Fix comment typo
2023-06-11 19:50 ` Jonathan Corbet
@ 2023-06-11 20:07 ` Matthew Wilcox
2023-06-12 2:00 ` Bagas Sanjaya
2023-06-12 1:41 ` Bagas Sanjaya
2023-06-12 6:34 ` Christian Brauner
2 siblings, 1 reply; 11+ messages in thread
From: Matthew Wilcox @ 2023-06-11 20:07 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Bagas Sanjaya, Shaomin Deng, viro, brauner, linux-fsdevel,
linux-kernel, Mao Zhu
On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
> Bagas Sanjaya <bagasdotme@gmail.com> writes:
>
> > On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
> >> From: Mao Zhu <zhumao001@208suo.com>
> >>
> >> Delete duplicated word in comment.
> >
> > On what function?
>
> Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
> contributors into the ground? It appears I do. So:
>
> Bagas, *stop* this. It's a typo patch removing an extraneous word. The
> changelog is fine. We absolutely do not need you playing changelog cop
> and harassing contributors over this kind of thing.
Amen.
> >> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> >
> > You're carrying someone else's patch, so besides SoB from original
> > author, you need to also have your own SoB.
>
> This, instead, is a valid problem that needs to be fixed.
I mean ... yes, technically, it does. But it's a change that deletes
a word in a comment. Honestly, I'd take the patch without any kind of
sign-off. It doesn't create any copyright claim, which is the purpose
of the DCO.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] fs: Fix comment typo
2023-06-11 20:07 ` Matthew Wilcox
@ 2023-06-12 2:00 ` Bagas Sanjaya
0 siblings, 0 replies; 11+ messages in thread
From: Bagas Sanjaya @ 2023-06-12 2:00 UTC (permalink / raw)
To: Matthew Wilcox, Jonathan Corbet
Cc: Shaomin Deng, viro, brauner, linux-fsdevel, linux-kernel, Mao Zhu
[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]
On Sun, Jun 11, 2023 at 09:07:22PM +0100, Matthew Wilcox wrote:
> On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
> > Bagas Sanjaya <bagasdotme@gmail.com> writes:
> >
> > > On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
> > >> From: Mao Zhu <zhumao001@208suo.com>
> > >>
> > >> Delete duplicated word in comment.
> > >
> > > On what function?
> >
> > Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
> > contributors into the ground? It appears I do. So:
> >
> > Bagas, *stop* this. It's a typo patch removing an extraneous word. The
> > changelog is fine. We absolutely do not need you playing changelog cop
> > and harassing contributors over this kind of thing.
>
> Amen.
>
Amen too. Hope I can learn from this.
> > >> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> > >
> > > You're carrying someone else's patch, so besides SoB from original
> > > author, you need to also have your own SoB.
> >
> > This, instead, is a valid problem that needs to be fixed.
>
> I mean ... yes, technically, it does. But it's a change that deletes
> a word in a comment. Honestly, I'd take the patch without any kind of
> sign-off. It doesn't create any copyright claim, which is the purpose
> of the DCO.
What? Relaxed SoB requirement for trivial patches like this? I thought
that SoB rules also apply to these patches.
Thanks.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] fs: Fix comment typo
2023-06-11 19:50 ` Jonathan Corbet
2023-06-11 20:07 ` Matthew Wilcox
@ 2023-06-12 1:41 ` Bagas Sanjaya
2023-06-12 1:53 ` Bagas Sanjaya
2023-06-12 6:34 ` Christian Brauner
2 siblings, 1 reply; 11+ messages in thread
From: Bagas Sanjaya @ 2023-06-12 1:41 UTC (permalink / raw)
To: Jonathan Corbet, Shaomin Deng, viro, brauner
Cc: linux-fsdevel, linux-kernel, Mao Zhu
[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]
On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
> Bagas Sanjaya <bagasdotme@gmail.com> writes:
>
> > On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
> >> From: Mao Zhu <zhumao001@208suo.com>
> >>
> >> Delete duplicated word in comment.
> >
> > On what function?
>
> Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
> contributors into the ground? It appears I do. So:
>
> Bagas, *stop* this. It's a typo patch removing an extraneous word. The
> changelog is fine. We absolutely do not need you playing changelog cop
> and harassing contributors over this kind of thing.
OK, thanks for reminding me again.
At the time of reviewing, I had bad feeling that @cdjrlc.com people will
ignore review comments (I betted due to mail setup problem that prevents
them from properly repling to mailing lists, which is unfortunate). I
was nitpicking because the diff context doesn't look clear to me (what
function name?).
>
> >> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> >
> > You're carrying someone else's patch, so besides SoB from original
> > author, you need to also have your own SoB.
>
> This, instead, is a valid problem that needs to be fixed.
OK.
Sorry for my inconvenience.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] fs: Fix comment typo
2023-06-12 1:41 ` Bagas Sanjaya
@ 2023-06-12 1:53 ` Bagas Sanjaya
0 siblings, 0 replies; 11+ messages in thread
From: Bagas Sanjaya @ 2023-06-12 1:53 UTC (permalink / raw)
To: Jonathan Corbet, Shaomin Deng, viro, brauner
Cc: linux-fsdevel, linux-kernel, Mao Zhu
On 6/12/23 08:41, Bagas Sanjaya wrote:
> On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
>> Bagas Sanjaya <bagasdotme@gmail.com> writes:
>>
>>> On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
>>>> From: Mao Zhu <zhumao001@208suo.com>
>>>>
>>>> Delete duplicated word in comment.
>>>
>>> On what function?
>>
>> Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
>> contributors into the ground? It appears I do. So:
>>
>> Bagas, *stop* this. It's a typo patch removing an extraneous word. The
>> changelog is fine. We absolutely do not need you playing changelog cop
>> and harassing contributors over this kind of thing.
>
> OK, thanks for reminding me again.
>
> At the time of reviewing, I had bad feeling that @cdjrlc.com people will
> ignore review comments (I betted due to mail setup problem that prevents
> them from properly repling to mailing lists, which is unfortunate). I
> was nitpicking because the diff context doesn't look clear to me (what
> function name?).
>
And no wonder why several maintainers also highlight this (which prompted
me to review that way):
[1]: https://lore.kernel.org/all/162b5545-7d24-3cf2-9158-3100ef644e03@linux.intel.com/
[2]: https://lore.kernel.org/all/3a73cf7f02915891c77dc5a3203dc187f6d91194.camel@HansenPartnership.com/
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] fs: Fix comment typo
2023-06-11 19:50 ` Jonathan Corbet
2023-06-11 20:07 ` Matthew Wilcox
2023-06-12 1:41 ` Bagas Sanjaya
@ 2023-06-12 6:34 ` Christian Brauner
2023-06-12 8:34 ` Christian Brauner
2 siblings, 1 reply; 11+ messages in thread
From: Christian Brauner @ 2023-06-12 6:34 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Bagas Sanjaya, Shaomin Deng, viro, linux-fsdevel, linux-kernel,
Mao Zhu
On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
> Bagas Sanjaya <bagasdotme@gmail.com> writes:
>
> > On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
> >> From: Mao Zhu <zhumao001@208suo.com>
> >>
> >> Delete duplicated word in comment.
> >
> > On what function?
>
> Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
> contributors into the ground? It appears I do. So:
>
> Bagas, *stop* this. It's a typo patch removing an extraneous word. The
> changelog is fine. We absolutely do not need you playing changelog cop
> and harassing contributors over this kind of thing.
100% agreed.
>
> >> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> >
> > You're carrying someone else's patch, so besides SoB from original
> > author, you need to also have your own SoB.
>
> This, instead, is a valid problem that needs to be fixed.
Patch picked up and missing sender SOB added.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] fs: Fix comment typo
2023-06-12 6:34 ` Christian Brauner
@ 2023-06-12 8:34 ` Christian Brauner
2023-06-12 9:18 ` Bagas Sanjaya
0 siblings, 1 reply; 11+ messages in thread
From: Christian Brauner @ 2023-06-12 8:34 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Bagas Sanjaya, Shaomin Deng, viro, linux-fsdevel, linux-kernel,
Mao Zhu
On Mon, Jun 12, 2023 at 08:34:53AM +0200, Christian Brauner wrote:
> On Sun, Jun 11, 2023 at 01:50:34PM -0600, Jonathan Corbet wrote:
> > Bagas Sanjaya <bagasdotme@gmail.com> writes:
> >
> > > On Sun, Jun 11, 2023 at 08:33:14AM -0400, Shaomin Deng wrote:
> > >> From: Mao Zhu <zhumao001@208suo.com>
> > >>
> > >> Delete duplicated word in comment.
> > >
> > > On what function?
> >
> > Bagas, do I *really* have to ask you, yet again, to stop nitpicking our
> > contributors into the ground? It appears I do. So:
> >
> > Bagas, *stop* this. It's a typo patch removing an extraneous word. The
> > changelog is fine. We absolutely do not need you playing changelog cop
> > and harassing contributors over this kind of thing.
>
> 100% agreed.
>
> >
> > >> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> > >
> > > You're carrying someone else's patch, so besides SoB from original
> > > author, you need to also have your own SoB.
> >
> > This, instead, is a valid problem that needs to be fixed.
>
> Patch picked up and missing sender SOB added.
I've been informed that I may not be allowed to do that.
So dropping the sender SOB for now following willy's argument.
^ permalink raw reply [flat|nested] 11+ messages in thread