Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2022
1 parent 1542eab commit e2441d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libbpf
Submodule libbpf updated 73 files
+30 −0 .github/actions/build-selftests/action.yml
+9 −9 .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
+12,038 −8,860 .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
+1 −1 LICENSE.BSD-2-Clause
+30 −28 README.md
+43 −1 docs/api.rst
+2 −2 docs/index.rst
+23 −0 fuzz/bpf-object-fuzzer.c
+ fuzz/bpf-object-fuzzer_seed_corpus.zip
+2 −0 include/linux/types.h
+260 −5 include/uapi/linux/bpf.h
+262 −34 include/uapi/linux/if_link.h
+1,393 −0 include/uapi/linux/perf_event.h
+58 −0 scripts/build-fuzzers.sh
+6 −2 scripts/sync-kernel.sh
+15 −8 src/Makefile
+223 −111 src/bpf.c
+172 −8 src/bpf.h
+10 −3 src/bpf_gen_internal.h
+195 −1 src/bpf_helper_defs.h
+1 −1 src/bpf_helpers.h
+273 −257 src/bpf_tracing.h
+135 −35 src/btf.c
+34 −8 src/btf.h
+12 −5 src/btf_dump.c
+150 −75 src/gen_loader.c
+1 −2 src/hashmap.c
+856 −425 src/libbpf.c
+365 −14 src/libbpf.h
+31 −1 src/libbpf.map
+5 −0 src/libbpf_common.h
+74 −22 src/libbpf_internal.h
+33 −1 src/libbpf_legacy.h
+190 −71 src/libbpf_probes.c
+1 −1 src/libbpf_version.h
+5 −1 src/linker.c
+140 −40 src/netlink.c
+160 −156 src/relo_core.c
+64 −77 src/relo_core.h
+244 −20 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
+1 −1 travis-ci/rootfs/mkrootfs_tweak.sh
+7 −5 travis-ci/rootfs/s390x-self-hosted-builder/README.md
+3 −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
+6 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x
+3 −1 travis-ci/vmtest/configs/config-latest.s390x
+14 −3 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 e2441d9

Please sign in to comment.