2019-08-16 23:46 UTC+1000 ~ Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Hi all, > > In commit > > ed4a3983cd3e ("tools: bpftool: fix argument for p_err() in BTF do_dump()") > > Fixes tag > > Fixes: c93cc69004dt ("bpftool: add ability to dump BTF types") > > has these problem(s): > > - missing space between the SHA1 and the subject > > This is dues to the trailing 't' on the SHA1 :-( > > - 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"). > Hi Stephen, I made that typo, please accept my apologies :(. The correct tag should be: Fixes: c93cc69004df ("bpftool: add ability to dump BTF types") Regards, Quentin