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.