2019-06-11 10:06:25

by Stephen Rothwell

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

Hi all,

In commit

605465dd0c27 ("bpf: lpm_trie: check left child of last leftmost node for NULL")

Fixes tag

Fixes: b471f2f1de8 ("bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE")

has these problem(s):

- SHA1 should be at least 12 digits long
Can be fixed 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

2019-06-12 18:03:09

by Daniel Borkmann

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

On 06/11/2019 12:05 PM, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> 605465dd0c27 ("bpf: lpm_trie: check left child of last leftmost node for NULL")
>
> Fixes tag
>
> Fixes: b471f2f1de8 ("bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE")
>
> has these problem(s):
>
> - SHA1 should be at least 12 digits long
> Can be fixed 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").
>

Fyi, fixed this up yesterday in bpf tree, thanks.