2022-04-21 11:37:49

by Stephen Rothwell

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

Hi all,

In commit

a20aadab6ad6 ("arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely")

Fixes tag

Fixes: 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")

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

2022-04-22 21:47:07

by Vineet Gupta

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

Hi Stephen,

On 4/18/22 13:40, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> a20aadab6ad6 ("arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely")
>
> Fixes tag
>
> Fixes: 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")
>
> 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").

I've fixed this and pushed.

Thx,
-Vineet