2023-01-15 21:30:01

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the pci tree

Hi all,

In commit

58d4c63d0a27 ("PCI/IOV: Enlarge virtfn sysfs name buffer")

Fixes tag

Fixes: dd7cc44d0 ("PCI: add SR-IOV API for Physical Function driver")

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").

--
Cheers,
Stephen Rothwell


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

2023-01-16 04:06:24

by Alexey V. Vissarionov

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the pci tree

On 2023-01-16 08:14:25 +1100, Stephen Rothwell wrote:
> In commit
> 58d4c63d0a27 ("PCI/IOV: Enlarge virtfn sysfs name buffer")
> Fixes tag
> Fixes: dd7cc44d0 ("PCI: add SR-IOV API for Physical Function driver")
> has these problem(s):
> - SHA1 should be at least 12 digits long

Full SHA1 is dd7cc44d0bcec5e9c42fe52e88dc254ae62eac8d
First 12 digits would obviously be dd7cc44d0bce


--
Alexey V. Vissarionov
gremlin ??? altlinux ??? org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


Attachments:
(No filename) (559.00 B)
signature.asc (817.00 B)
Download all attachments

2023-01-18 17:50:45

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the pci tree

On Mon, Jan 16, 2023 at 06:23:55AM +0300, Alexey V. Vissarionov wrote:
> On 2023-01-16 08:14:25 +1100, Stephen Rothwell wrote:
> > In commit
> > 58d4c63d0a27 ("PCI/IOV: Enlarge virtfn sysfs name buffer")
> > Fixes tag
> > Fixes: dd7cc44d0 ("PCI: add SR-IOV API for Physical Function driver")
> > has these problem(s):
> > - SHA1 should be at least 12 digits long
>
> Full SHA1 is dd7cc44d0bcec5e9c42fe52e88dc254ae62eac8d
> First 12 digits would obviously be dd7cc44d0bce

I fixed it locally for you, so no need to repost for this.

Bjorn