On 01/02/2023 13:55, Arnaldo Carvalho de Melo wrote: > Em Tue, Jan 31, 2023 at 12:47:21PM +0000, Alan Maguire escreveu: >> This will pull in BTF dedup improvements >> >> 082108f libbpf: Resolve unambigous forward declarations >> de048b6 libbpf: Resolve enum fwd as full enum64 and vice versa >> f3c51fe libbpf: Btf dedup identical struct test needs check for nested structs/arrays > > So, after running cmake in the build directory to update the libbpf > submodule I'm not finding the above 3 commits: > > ⬢[acme@toolbox bpf]$ git log --oneline -1 > 6597330c45d18538 (HEAD, tag: v1.1.0) sync: latest libbpf changes from kernel > ⬢[acme@toolbox bpf]$ > > This matches with the "Subproject commit" below, then: > > ⬢[acme@toolbox bpf]$ git log --oneline | egrep "Resolve unambigous forward declarations"\|"Resolve enum fwd as full enum64 and vice versa"\|"Btf dedup identical struct test needs check for nested structs/arrays" > 758331091179fe47 libbpf: Resolve unambigous forward declarations > 3a387f5a8fa8b25f libbpf: Resolve enum fwd as full enum64 and vice versa > 6ebbbacb5cb11840 libbpf: Btf dedup identical struct test needs check for nested structs/arrays > ⬢[acme@toolbox bpf]$ > > So I'm updating the commits, ok? > perfect, thanks (I think I must have used the commit ids from bpf-next not the libbpf project, sorry)! > Thanks! > > - Arnaldo > > >> Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> >> --- >> lib/bpf | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/bpf b/lib/bpf >> index 645500d..6597330 160000 >> --- a/lib/bpf >> +++ b/lib/bpf >> @@ -1 +1 @@ >> -Subproject commit 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e >> +Subproject commit 6597330c45d185381900037f0130712cd326ae59 >> -- >> 1.8.3.1