public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the hyperv-fixes tree
@ 2019-07-14 12:55 Stephen Rothwell
  2019-07-14 15:02 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2019-07-14 12:55 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Randy Dunlap

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

Hi all,

In commit

  2e6d7851bdeb ("PCI: pci-hyperv: fix build errors on non-SYSFS config")

Fixes tag

  Fixes: a15f2c08c708 ("PCI: hv: support reporting serial number as slot

has these problem(s):

  - Subject has leading but no trailing parentheses
  - Subject has leading but no trailing quotes

Please do not split Fixes tags over more than one line.  Also do not
include blank lines among the tag lines.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the hyperv-fixes tree
  2019-07-14 12:55 linux-next: Fixes tag needs some work in the hyperv-fixes tree Stephen Rothwell
@ 2019-07-14 15:02 ` Randy Dunlap
  2019-07-14 22:01   ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2019-07-14 15:02 UTC (permalink / raw)
  To: Stephen Rothwell, Sasha Levin
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

On 7/14/19 5:55 AM, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   2e6d7851bdeb ("PCI: pci-hyperv: fix build errors on non-SYSFS config")
> 
> Fixes tag
> 
>   Fixes: a15f2c08c708 ("PCI: hv: support reporting serial number as slot

oops, copy-paste error.

> 
> has these problem(s):
> 
>   - Subject has leading but no trailing parentheses
>   - Subject has leading but no trailing quotes
> 
> Please do not split Fixes tags over more than one line.  Also do not
> include blank lines among the tag lines.

Hm, so you are saying that the Fixes: line should not be separated from the
other tag lines?  That's news to me...
Should Fixes: be before the other tag lines or does it matter?

thanks.
-- 
~Randy

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

* Re: linux-next: Fixes tag needs some work in the hyperv-fixes tree
  2019-07-14 15:02 ` Randy Dunlap
@ 2019-07-14 22:01   ` Stephen Rothwell
  2019-07-16 11:20     ` Sasha Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2019-07-14 22:01 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Sasha Levin, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi Randy,

On Sun, 14 Jul 2019 08:02:11 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>
> > Please do not split Fixes tags over more than one line.  Also do not
> > include blank lines among the tag lines.  
> 
> Hm, so you are saying that the Fixes: line should not be separated from the
> other tag lines?  That's news to me...

see "git interpret-trailers".

> Should Fixes: be before the other tag lines or does it matter?

I don't think that matters, but first seems most used.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the hyperv-fixes tree
  2019-07-14 22:01   ` Stephen Rothwell
@ 2019-07-16 11:20     ` Sasha Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Sasha Levin @ 2019-07-16 11:20 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Randy Dunlap, Linux Next Mailing List, Linux Kernel Mailing List

On Mon, Jul 15, 2019 at 08:01:59AM +1000, Stephen Rothwell wrote:
>Hi Randy,
>
>On Sun, 14 Jul 2019 08:02:11 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>>
>> > Please do not split Fixes tags over more than one line.  Also do not
>> > include blank lines among the tag lines.
>>
>> Hm, so you are saying that the Fixes: line should not be separated from the
>> other tag lines?  That's news to me...
>
>see "git interpret-trailers".

Stephen,

Thanks for pointing it out, I've fixed it up. And thanks for pointing
out git-interpret-trailers, I wasn't familiar with that.

--
Thanks,
Sasha

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

* linux-next: Fixes tag needs some work in the hyperv-fixes tree
@ 2024-12-09  7:10 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2024-12-09  7:10 UTC (permalink / raw)
  To: Wei Liu; +Cc: Olaf Hering, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  8ade047144a2 ("tools: hv: change permissions of NetworkManager configuration file")

Fixes tag

  Fixes: 42999c90 ("Support for keyfile based connection profile")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").
  - Subject does not match target commit subject
    Just use
        git log -1 --format='Fixes: %h ("%s")'

Also, please keep all the commit message tags together at the end of
the commit message.

-- 
Cheers,
Stephen Rothwell

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

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 12:55 linux-next: Fixes tag needs some work in the hyperv-fixes tree Stephen Rothwell
2019-07-14 15:02 ` Randy Dunlap
2019-07-14 22:01   ` Stephen Rothwell
2019-07-16 11:20     ` Sasha Levin
  -- strict thread matches above, loose matches on Subject: below --
2024-12-09  7:10 Stephen Rothwell

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