Skip to content

Commit

Permalink
3rdparty/libbpf: bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco authored and Rafael David Tinoco committed Jan 21, 2022
1 parent e7177a8 commit b85a8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libbpf
Submodule libbpf updated 65 files
+1 −1 .github/actions/setup/action.yml
+40 −0 .github/workflows/cifuzz.yml
+1 −0 .github/workflows/coverity.yml
+0 −20 .github/workflows/pahole.yml
+7 −2 .github/workflows/test.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+7 −0 README.md
+7 −7 docs/api.rst
+2 −2 docs/index.rst
+40 −0 docs/libbpf_naming_convention.rst
+8 −0 include/linux/filter.h
+95 −4 include/uapi/linux/bpf.h
+36 −20 include/uapi/linux/btf.h
+1 −0 include/uapi/linux/if_link.h
+7 −4 scripts/sync-kernel.sh
+3 −3 src/Makefile
+201 −148 src/bpf.c
+102 −5 src/bpf.h
+1 −1 src/bpf_core_read.h
+33 −6 src/bpf_gen_internal.h
+97 −4 src/bpf_helper_defs.h
+43 −8 src/bpf_helpers.h
+32 −0 src/bpf_tracing.h
+339 −156 src/btf.c
+186 −10 src/btf.h
+67 −36 src/btf_dump.c
+420 −104 src/gen_loader.c
+1,881 −1,027 src/libbpf.c
+236 −61 src/libbpf.h
+33 −0 src/libbpf.map
+37 −1 src/libbpf_common.h
+42 −37 src/libbpf_internal.h
+19 −0 src/libbpf_legacy.h
+25 −27 src/libbpf_probes.c
+9 −0 src/libbpf_version.h
+36 −25 src/linker.c
+1 −1 src/relo_core.c
+15 −4 src/skel_internal.h
+1 −0 src/strset.c
+22 −36 src/xsk.c
+52 −38 src/xsk.h
+2 −2 travis-ci/vmtest/build_selftests.sh
+8 −7 travis-ci/vmtest/configs/INDEX
+3 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0
+4 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest
+52 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x
+2,703 −0 travis-ci/vmtest/configs/config-latest.s390x
+0 −0 travis-ci/vmtest/configs/config-latest.x86_64
+1 −0 travis-ci/vmtest/configs/whitelist/WHITELIST-4.9.0
+56 −0 travis-ci/vmtest/configs/whitelist/WHITELIST-5.5.0
+22 −0 travis-ci/vmtest/helpers.sh
+1 −53 travis-ci/vmtest/mkrootfs_arch.sh
+40 −0 travis-ci/vmtest/mkrootfs_debian.sh
+61 −0 travis-ci/vmtest/mkrootfs_tweak.sh
+1 −1 travis-ci/vmtest/prepare_selftests.sh
+167 −75 travis-ci/vmtest/run.sh
+24 −14 travis-ci/vmtest/run_selftests.sh
+5 −3 travis-ci/vmtest/run_vmtest.sh
+72 −0 travis-ci/vmtest/s390x-self-hosted-builder/README.md
+48 −0 travis-ci/vmtest/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile
+24 −0 travis-ci/vmtest/s390x-self-hosted-builder/actions-runner-libbpf.service
+40 −0 travis-ci/vmtest/s390x-self-hosted-builder/fs/usr/bin/actions-runner
+35 −0 travis-ci/vmtest/s390x-self-hosted-builder/fs/usr/bin/entrypoint
+11 −0 travis-ci/vmtest/s390x-self-hosted-builder/qemu-user-static.service

0 comments on commit b85a8fa

Please sign in to comment.