Skip to content

Commit

Permalink
Revert libbpf submodule to latest intentional change
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Marchevsky <[email protected]>
  • Loading branch information
davemarchevsky committed Sep 7, 2022
1 parent a643556 commit 3712051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/libbpf
Submodule libbpf updated 61 files
+3 −3 .github/actions/build-selftests/build_selftests.sh
+6 −14 .github/actions/build-selftests/helpers.sh
+125,957 −70,052 .github/actions/build-selftests/vmlinux.h
+5 −2 .github/actions/vmtest/action.yml
+2 −2 .github/workflows/build.yml
+1 −1 .github/workflows/coverity.yml
+1 −1 .github/workflows/ondemand.yml
+1 −1 .github/workflows/pahole.yml
+1 −1 .github/workflows/test.yml
+5 −0 .readthedocs.yaml
+0 −130 .travis.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+1 −1 README.md
+1 −2 docs/index.rst
+2 −11 docs/libbpf_naming_convention.rst
+223 −9 include/uapi/linux/bpf.h
+16 −5 include/uapi/linux/btf.h
+3 −0 include/uapi/linux/if_link.h
+2 −0 include/uapi/linux/perf_event.h
+24 −1 scripts/build-fuzzers.sh
+19 −8 src/Makefile
+90 −255 src/bpf.c
+30 −125 src/bpf.h
+44 −4 src/bpf_core_read.h
+245 −9 src/bpf_helper_defs.h
+39 −0 src/bpf_helpers.h
+69 −14 src/bpf_tracing.h
+215 −212 src/btf.c
+33 −85 src/btf.h
+110 −50 src/btf_dump.c
+1 −1 src/gen_loader.c
+1,694 −1,577 src/libbpf.c
+375 −453 src/libbpf.h
+28 −110 src/libbpf.map
+3 −13 src/libbpf_common.h
+50 −20 src/libbpf_internal.h
+26 −2 src/libbpf_legacy.h
+5 −120 src/libbpf_probes.c
+2 −2 src/libbpf_version.h
+2 −5 src/linker.c
+8 −54 src/netlink.c
+486 −95 src/relo_core.c
+14 −2 src/relo_core.h
+247 −0 src/usdt.bpf.h
+1,519 −0 src/usdt.c
+0 −1,260 src/xsk.c
+0 −336 src/xsk.h
+7 −6 travis-ci/managers/debian.sh
+3 −2 travis-ci/managers/test_compile.sh
+4 −3 travis-ci/managers/ubuntu.sh
+1 −0 travis-ci/rootfs/mkrootfs_arch.sh
+19 −7 travis-ci/rootfs/mkrootfs_debian.sh
+1 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0
+1 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest
+3 −0 travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x
+8 −3 travis-ci/vmtest/configs/config-latest.s390x
+12 −5 travis-ci/vmtest/configs/config-latest.x86_64
+2 −2 travis-ci/vmtest/configs/whitelist/WHITELIST-5.5.0
+6 −14 travis-ci/vmtest/helpers.sh
+9 −9 travis-ci/vmtest/run_selftests.sh

0 comments on commit 3712051

Please sign in to comment.