Skip to content

Commit

Permalink
libbpf: update libbpf submodule to latest upstream master
Browse files Browse the repository at this point in the history
Update libbpf submodule to get all the latest changes.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Sep 20, 2023
1 parent 93596cd commit b9b3680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 44 files
+1 −0 .gitattributes
+3 −0 .github/PULL_REQUEST_TEMPLATE.md
+1 −0 .github/actions/build-selftests/build_selftests.sh
+84,038 −141,046 .github/actions/build-selftests/vmlinux.h
+6 −6 .github/actions/vmtest/action.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+0 −70 ci/diffs/0001-s390-define-RUNTIME_DISCARD_EXIT-to-fix-link-error-w.patch
+0 −46 ci/diffs/0001-selftests-bpf-Select-CONFIG_FUNCTION_ERROR_INJECTION.patch
+0 −3 ci/vmtest/configs/ALLOWLIST-5.5.0
+4 −115 ci/vmtest/configs/DENYLIST-5.5.0
+4 −0 ci/vmtest/configs/DENYLIST-latest
+1 −0 ci/vmtest/configs/DENYLIST-latest.s390x
+10 −3 ci/vmtest/run_selftests.sh
+202 −23 include/uapi/linux/bpf.h
+6 −0 include/uapi/linux/fcntl.h
+1 −0 include/uapi/linux/if_link.h
+9 −0 include/uapi/linux/if_xdp.h
+22 −2 include/uapi/linux/netdev.h
+2 −1 include/uapi/linux/perf_event.h
+4 −3 scripts/build-fuzzers.sh
+6 −3 src/Makefile
+131 −49 src/bpf.c
+133 −21 src/bpf.h
+13 −5 src/bpf_helper_defs.h
+114 −5 src/bpf_helpers.h
+3 −2 src/bpf_tracing.h
+161 −1 src/btf.c
+19 −3 src/btf_dump.c
+440 −0 src/elf.c
+7 −7 src/gen_loader.c
+0 −10 src/hashmap.h
+763 −268 src/libbpf.c
+102 −3 src/libbpf.h
+10 −0 src/libbpf.map
+16 −0 src/libbpf_common.h
+21 −0 src/libbpf_internal.h
+4 −1 src/libbpf_probes.c
+1 −1 src/libbpf_version.h
+13 −1 src/linker.c
+5 −0 src/netlink.c
+1 −1 src/relo_core.c
+2 −2 src/usdt.bpf.h
+85 −41 src/usdt.c

0 comments on commit b9b3680

Please sign in to comment.