Skip to content

Commit

Permalink
libbpf: update to latest upstream
Browse files Browse the repository at this point in the history
Update to latest libbpf version, which includes v1.4 changes, plus some
more new features and fixes (e.g., handling ".llvm.<hash>" ksym
suffixes).

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Jun 4, 2024
1 parent 49e6aad commit 4fea642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 46 files
+0 −3 .github/PULL_REQUEST_TEMPLATE.md
+89,403 −86,816 .github/actions/build-selftests/vmlinux.h
+5 −5 .github/workflows/build.yml
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/coverity.yml
+1 −1 .github/workflows/lint.yml
+1 −1 .github/workflows/ondemand.yml
+2 −2 .github/workflows/pahole.yml
+1 −1 .github/workflows/test.yml
+18 −0 .mailmap
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+69 −0 ci/diffs/0001-arch-Kconfig-Move-SPECULATION_MITIGATIONS-to-arch-Kc.patch
+32 −0 ci/diffs/0001-selftests-bpf-fix-inet_csk_accept-prototype-in-test_.patch
+56 −0 ci/diffs/0002-xdp-bonding-Fix-feature-flags-when-there-are-no-slav.patch
+0 −1 ci/vmtest/configs/ALLOWLIST-5.5.0
+14 −0 ci/vmtest/configs/DENYLIST
+1 −0 ci/vmtest/configs/DENYLIST-latest
+13 −0 ci/vmtest/configs/DENYLIST-latest.s390x
+8 −0 docs/libbpf_overview.rst
+84 −13 include/uapi/linux/bpf.h
+0 −123 include/uapi/linux/fcntl.h
+1 −0 include/uapi/linux/if_link.h
+42 −0 include/uapi/linux/netdev.h
+0 −43 include/uapi/linux/openat2.h
+37 −0 scripts/mailmap-update.sh
+16 −0 scripts/sync-kernel.sh
+1 −1 src/Makefile
+16 −3 src/bpf.c
+9 −0 src/bpf.h
+2 −1 src/bpf_core_read.h
+6 −2 src/bpf_helper_defs.h
+19 −4 src/bpf_helpers.h
+35 −35 src/bpf_tracing.h
+1 −1 src/btf.c
+5 −0 src/btf_dump.c
+54 −2 src/features.c
+629 −118 src/libbpf.c
+33 −3 src/libbpf.h
+9 −0 src/libbpf.map
+5 −12 src/libbpf_internal.h
+11 −2 src/libbpf_probes.c
+1 −1 src/libbpf_version.h
+45 −8 src/ringbuf.c
+14 −2 src/str_error.c
+12 −12 src/usdt.bpf.h

0 comments on commit 4fea642

Please sign in to comment.