Skip to content

Commit

Permalink
libbpf: bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed May 2, 2023
1 parent ce39641 commit c291411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 47 files
+1 −0 .gitattributes
+21 −4 .github/actions/build-selftests/build_selftests.sh
+85,495 −81,298 .github/actions/build-selftests/vmlinux.h
+6 −6 .github/actions/vmtest/action.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+1 −1 README.md
+281 −0 SYNC.md
+70 −0 ci/diffs/0001-s390-define-RUNTIME_DISCARD_EXIT-to-fix-link-error-w.patch
+83 −0 ci/diffs/0001-veth-take-into-account-peer-device-for-NETDEV_XDP_AC.patch
+0 −2 ci/vmtest/configs/ALLOWLIST-5.5.0
+1 −0 ci/vmtest/configs/DENYLIST-latest
+17 −8 docs/index.rst
+3 −3 docs/libbpf_naming_convention.rst
+228 −0 docs/libbpf_overview.rst
+105 −16 include/uapi/linux/bpf.h
+1 −0 include/uapi/linux/fcntl.h
+1 −0 include/uapi/linux/if_link.h
+61 −0 include/uapi/linux/netdev.h
+43 −0 include/uapi/linux/openat2.h
+3 −0 include/uapi/linux/perf_event.h
+2 −0 scripts/sync-kernel.sh
+1 −1 src/Makefile
+36 −9 src/bpf.c
+89 −6 src/bpf.h
+2 −2 src/bpf_core_read.h
+3 −1 src/bpf_gen_internal.h
+32 −7 src/bpf_helper_defs.h
+110 −2 src/bpf_helpers.h
+3 −0 src/bpf_tracing.h
+4 −6 src/btf.c
+25 −23 src/gen_loader.c
+455 −154 src/libbpf.c
+126 −24 src/libbpf.h
+6 −0 src/libbpf.map
+2 −2 src/libbpf_internal.h
+83 −0 src/libbpf_probes.c
+15 −10 src/linker.c
+115 −11 src/netlink.c
+1 −1 src/nlattr.c
+12 −0 src/nlattr.h
+0 −3 src/relo_core.c
+2 −2 src/ringbuf.c
+4 −1 src/usdt.bpf.h
+118 −78 src/usdt.c
+333 −0 src/zip.c
+47 −0 src/zip.h

0 comments on commit c291411

Please sign in to comment.