Skip to content

Commit

Permalink
build(deps): bump 3rdparty/libbpf from 140b902 to bf7aace
Browse files Browse the repository at this point in the history
Bumps [3rdparty/libbpf](https://github.com/libbpf/libbpf) from `140b902` to `bf7aace`.
- [Release notes](https://github.com/libbpf/libbpf/releases)
- [Commits](libbpf/libbpf@140b902...bf7aace)

---
updated-dependencies:
- dependency-name: 3rdparty/libbpf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2022
1 parent 16bf9a8 commit 3218a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libbpf
Submodule libbpf updated 61 files
+30 −0 .github/actions/build-selftests/action.yml
+8 −8 .github/actions/build-selftests/build_selftests.sh
+44 −0 .github/actions/build-selftests/helpers.sh
+0 −0 .github/actions/build-selftests/prepare_selftests-4.9.0.sh
+0 −0 .github/actions/build-selftests/prepare_selftests-5.5.0.sh
+0 −0 .github/actions/build-selftests/vmlinux.h
+72 −20 .github/actions/vmtest/action.yml
+81 −0 .github/workflows/build.yml
+7 −70 .github/workflows/test.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+43 −1 docs/api.rst
+2 −2 docs/index.rst
+142 −2 include/uapi/linux/bpf.h
+260 −34 include/uapi/linux/if_link.h
+5 −2 scripts/sync-kernel.sh
+2 −2 src/Makefile
+212 −105 src/bpf.c
+52 −5 src/bpf.h
+10 −3 src/bpf_gen_internal.h
+80 −1 src/bpf_helper_defs.h
+105 −34 src/btf.c
+7 −1 src/btf.h
+3 −3 src/btf_dump.c
+138 −72 src/gen_loader.c
+465 −240 src/libbpf.c
+184 −8 src/libbpf.h
+18 −1 src/libbpf.map
+5 −0 src/libbpf_common.h
+60 −22 src/libbpf_internal.h
+11 −1 src/libbpf_legacy.h
+190 −55 src/libbpf_probes.c
+1 −1 src/libbpf_version.h
+5 −1 src/linker.c
+144 −107 src/relo_core.c
+30 −73 src/relo_core.h
+11 −2 src/skel_internal.h
+11 −16 src/xsk.c
+0 −0 travis-ci/diffs/.do_not_use_dot_patch_here
+35 −0 travis-ci/diffs/001-fix-oob-write-in-test_verifier.diff
+0 −0 travis-ci/rootfs/mkrootfs_arch.sh
+0 −0 travis-ci/rootfs/mkrootfs_debian.sh
+0 −0 travis-ci/rootfs/mkrootfs_tweak.sh
+2 −2 travis-ci/rootfs/s390x-self-hosted-builder/README.md
+2 −1 travis-ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile
+0 −0 travis-ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.service
+0 −0 travis-ci/rootfs/s390x-self-hosted-builder/fs/usr/bin/actions-runner
+0 −0 travis-ci/rootfs/s390x-self-hosted-builder/fs/usr/bin/entrypoint
+0 −0 travis-ci/rootfs/s390x-self-hosted-builder/qemu-user-static.service
+0 −34 travis-ci/vmtest/build_pahole.sh
+0 −54 travis-ci/vmtest/checkout_latest_kernel.sh
+0 −9 travis-ci/vmtest/configs/INDEX
+2 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x
+8 −1 travis-ci/vmtest/configs/config-latest.x86_64
+1 −0 travis-ci/vmtest/configs/whitelist/WHITELIST-4.9.0
+1 −0 travis-ci/vmtest/configs/whitelist/WHITELIST-5.5.0
+19 −1 travis-ci/vmtest/helpers.sh
+0 −21 travis-ci/vmtest/prepare_selftests.sh
+0 −536 travis-ci/vmtest/run.sh
+17 −6 travis-ci/vmtest/run_selftests.sh
+0 −51 travis-ci/vmtest/run_vmtest.sh

0 comments on commit 3218a65

Please sign in to comment.