All of lore.kernel.org
 help / color / mirror / Atom feed
* Formatting of stable commit messages
@ 2018-04-27  9:34 Paul Menzel
  2018-04-27  9:40 ` Willy Tarreau
  2018-04-27 10:03 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Menzel @ 2018-04-27  9:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

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

Dear Greg,


Looking at the change-log of the stable series, there are two lines 
between the commit messages summary [1] and the first line of the commit 
message body.

> commit 4c8e0270dc7afb10d4e06be4adfd177db5cb3cb8
> Author: Tang Junhui <tang.junhui@zte.com.cn>
> Date:   Wed Feb 7 11:41:46 2018 -0800
> 
>     bcache: fix for data collapse after re-attaching an attached device
>     
>     
>     [ Upstream commit 73ac105be390c1de42a2f21643c9778a5e002930 ]

I assume you scripts generate that. Could they be changed to just add 
one blank line?


Kind regards,

Paul


[1] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.37


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5174 bytes --]

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

* Re: Formatting of stable commit messages
  2018-04-27  9:34 Formatting of stable commit messages Paul Menzel
@ 2018-04-27  9:40 ` Willy Tarreau
  2018-04-27 10:03 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Willy Tarreau @ 2018-04-27  9:40 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Greg Kroah-Hartman, stable

Hello,

On Fri, Apr 27, 2018 at 11:34:58AM +0200, Paul Menzel wrote:
> Dear Greg,
> 
> 
> Looking at the change-log of the stable series, there are two lines between
> the commit messages summary [1] and the first line of the commit message
> body.
> 
> > commit 4c8e0270dc7afb10d4e06be4adfd177db5cb3cb8
> > Author: Tang Junhui <tang.junhui@zte.com.cn>
> > Date:   Wed Feb 7 11:41:46 2018 -0800
> > 
> >     bcache: fix for data collapse after re-attaching an attached device
> >     [ Upstream commit 73ac105be390c1de42a2f21643c9778a5e002930 ]
> 
> I assume you scripts generate that. Could they be changed to just add one
> blank line?

Just FWIW the ones appearing in the changelog seem to only affect Sasha's
autosel commits, which have a From line in the body. It might be that the
automatic removal of this From leaves only the previous and next empty
lines, resulting in what you observe.

Just my two cents,
Willy

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

* Re: Formatting of stable commit messages
  2018-04-27  9:34 Formatting of stable commit messages Paul Menzel
  2018-04-27  9:40 ` Willy Tarreau
@ 2018-04-27 10:03 ` Greg Kroah-Hartman
  2018-05-01 21:10   ` Greg Kroah-Hartman
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-04-27 10:03 UTC (permalink / raw)
  To: Paul Menzel; +Cc: stable

On Fri, Apr 27, 2018 at 11:34:58AM +0200, Paul Menzel wrote:
> Dear Greg,
> 
> 
> Looking at the change-log of the stable series, there are two lines between
> the commit messages summary [1] and the first line of the commit message
> body.
> 
> > commit 4c8e0270dc7afb10d4e06be4adfd177db5cb3cb8
> > Author: Tang Junhui <tang.junhui@zte.com.cn>
> > Date:   Wed Feb 7 11:41:46 2018 -0800
> > 
> >     bcache: fix for data collapse after re-attaching an attached device
> >     [ Upstream commit 73ac105be390c1de42a2f21643c9778a5e002930 ]
> 
> I assume you scripts generate that. Could they be changed to just add one
> blank line?

It's my script that messes with that, sometimes, and not others.  I
haven't really taken the time to figure it out, it's here:
	https://github.com/gregkh/gregkh-linux/blob/master/stable/dave_split.pl
if you want to figure it out :)

Is this really causing a problem with anything?  It's just an "extra"
blank line, nothing is being attributed incorrectly.

thanks,

greg k-h

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

* Re: Formatting of stable commit messages
  2018-04-27 10:03 ` Greg Kroah-Hartman
@ 2018-05-01 21:10   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-01 21:10 UTC (permalink / raw)
  To: Paul Menzel; +Cc: stable

On Fri, Apr 27, 2018 at 12:03:44PM +0200, Greg Kroah-Hartman wrote:
> On Fri, Apr 27, 2018 at 11:34:58AM +0200, Paul Menzel wrote:
> > Dear Greg,
> > 
> > 
> > Looking at the change-log of the stable series, there are two lines between
> > the commit messages summary [1] and the first line of the commit message
> > body.
> > 
> > > commit 4c8e0270dc7afb10d4e06be4adfd177db5cb3cb8
> > > Author: Tang Junhui <tang.junhui@zte.com.cn>
> > > Date:   Wed Feb 7 11:41:46 2018 -0800
> > > 
> > >     bcache: fix for data collapse after re-attaching an attached device
> > >     [ Upstream commit 73ac105be390c1de42a2f21643c9778a5e002930 ]
> > 
> > I assume you scripts generate that. Could they be changed to just add one
> > blank line?
> 
> It's my script that messes with that, sometimes, and not others.  I
> haven't really taken the time to figure it out, it's here:
> 	https://github.com/gregkh/gregkh-linux/blob/master/stable/dave_split.pl
> if you want to figure it out :)
> 
> Is this really causing a problem with anything?  It's just an "extra"
> blank line, nothing is being attributed incorrectly.

Ok, now that I see this, I can't "unsee" it, so I fixed the issue in my
script.  Shouldn't happen again.

thanks,

greg k-h

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

end of thread, other threads:[~2018-05-01 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  9:34 Formatting of stable commit messages Paul Menzel
2018-04-27  9:40 ` Willy Tarreau
2018-04-27 10:03 ` Greg Kroah-Hartman
2018-05-01 21:10   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.