Skip to content

Commit

Permalink
update_libbpf: Update libbpf directory (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored Apr 21, 2024
1 parent 0d1ad64 commit 41daa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 45 files
+2 −0 .github/actions/build-selftests/prepare_selftests-4.9.0.sh
+2 −0 .github/actions/build-selftests/prepare_selftests-5.5.0.sh
+82,603 −81,531 .github/actions/build-selftests/vmlinux.h
+1 −0 .github/actions/vmtest/action.yml
+3 −3 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/coverity.yml
+1 −1 .github/workflows/lint.yml
+1 −1 .github/workflows/ondemand.yml
+1 −1 .github/workflows/pahole.yml
+1 −1 .github/workflows/test.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+1 −1 README.md
+0 −29 ci/diffs/0001-bpf-patch-out-BPF_F_TEST_REG_INVARIANTS-for-old-kern.patch
+0 −89 ci/diffs/0001-selftests-bpf-xskxceiver-ksft_print_msg-fix-format-t.patch
+56 −0 ci/diffs/0002-xdp-bonding-Fix-feature-flags-when-there-are-no-slav.patch
+1 −0 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 include/linux/filter.h
+2 −0 include/linux/kernel.h
+121 −8 include/uapi/linux/bpf.h
+3 −0 include/uapi/linux/fcntl.h
+1 −0 include/uapi/linux/if_link.h
+20 −3 include/uapi/linux/netdev.h
+13 −0 include/uapi/linux/perf_event.h
+1 −1 src/Makefile
+49 −9 src/bpf.c
+74 −14 src/bpf.h
+52 −8 src/bpf_core_read.h
+214 −214 src/bpf_helper_defs.h
+4 −0 src/bpf_helpers.h
+36 −7 src/btf.c
+0 −2 src/elf.c
+583 −0 src/features.c
+712 −573 src/libbpf.c
+32 −2 src/libbpf.h
+6 −2 src/libbpf.map
+63 −5 src/libbpf_internal.h
+19 −6 src/libbpf_probes.c
+1 −1 src/linker.c
+2 −2 src/netlink.c
+3 −0 src/str_error.h

0 comments on commit 41daa78

Please sign in to comment.