On Thu, Dec 2, 2021 at 3:29 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > On Wed, Dec 1, 2021 at 3:28 PM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote: > > > > Corresponding Linux UAPI struct uses __u32, not int, so keep it > > consistent. > > > > Fixes: 992c4225419a3 ("992c4225419a libbpf: Unify low-level map creation APIs w/ new bpf_map_create()") > > That was not a correct tag. > It should have been: > Fixes: 992c4225419a ("libbpf: Unify low-level map creation APIs w/ new > bpf_map_create()") yeah, sorry, it's just a copy/paste problem (I pasted just hash initially, then git log --oneline <hash>, pasted that, but forgot to remove previously pasted sha. > > I fixed it while applying. > I have the following in my .gitconfig > [core] > abbrev = 12 > [pretty] > fixes = Fixes: %h (\"%s\") oh, nice trick, I'll add that, thanks > > and use it this way: > git log -1 --pretty=fixes sha