Skip to content

Commit

Permalink
submodules: update bpftool and libbpf submodule references
Browse files Browse the repository at this point in the history
Bringing the latest and greatest versions of libbpf and bpftool.

Closes: #226
Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Oct 19, 2023
1 parent 82cea43 commit dfda858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bpftool
Submodule bpftool updated 62 files
+41 −0 .github/assets/README.md
+137 −0 .github/assets/bpftool_ball.svg
+408 −0 .github/assets/bpftool_horizontal_color.svg
+230 −0 .github/assets/bpftool_horizontal_monochrome.svg
+227 −0 .github/assets/bpftool_horizontal_monochrome_reversed.svg
+370 −0 .github/assets/bpftool_icon_color.svg
+207 −0 .github/assets/bpftool_icon_monochrome.svg
+207 −0 .github/assets/bpftool_icon_monochrome_reversed.svg
+403 −0 .github/assets/bpftool_stacked_color.svg
+237 −0 .github/assets/bpftool_stacked_monochrome.svg
+237 −0 .github/assets/bpftool_stacked_monochrome_reversed.svg
+14 −9 .github/workflows/build.yaml
+8 −4 .github/workflows/docker.yaml
+86 −0 .github/workflows/lint-commits.yaml
+27 −0 .github/workflows/lint-shell.yaml
+0 −23 .github/workflows/lint.yaml
+147 −0 .github/workflows/release.yaml
+15 −25 .github/workflows/static-build.yaml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+94 −42 README.md
+28 −31 bash-completion/bpftool
+13 −3 docs/bpftool-cgroup.rst
+2 −2 docs/bpftool-gen.rst
+4 −4 docs/bpftool-map.rst
+15 −11 docs/bpftool-net.rst
+20 −17 docs/bpftool-prog.rst
+8 −4 docs/bpftool-struct_ops.rst
+6 −0 include/linux/compiler-gcc.h
+13 −1 include/uapi/asm-generic/bitsperlong.h
+297 −39 include/uapi/linux/bpf.h
+1 −1 include/uapi/linux/const.h
+1 −0 include/uapi/linux/if_link.h
+5 −1 include/uapi/linux/perf_event.h
+1 −1 libbpf
+18 −1 scripts/README.md
+91 −0 scripts/gh-label-release-assets.sh
+1 −1 src/Makefile
+7 −6 src/Makefile.feature
+83 −0 src/btf_dumper.c
+16 −13 src/cfg.c
+4 −1 src/cfg.h
+9 −7 src/cgroup.c
+20 −3 src/common.c
+13 −13 src/feature.c
+32 −26 src/gen.c
+1 −1 src/iter.c
+1 −4 src/json_writer.c
+1 −0 src/json_writer.h
+52 −6 src/kernel/bpf/disasm.c
+574 −5 src/link.c
+9 −1 src/main.h
+16 −3 src/map.c
+199 −5 src/net.c
+8 −0 src/netlink_dumper.h
+1 −1 src/perf.c
+91 −63 src/prog.c
+21 −5 src/skeleton/pid_iter.bpf.c
+17 −10 src/skeleton/profiler.bpf.c
+58 −12 src/struct_ops.c
+56 −4 src/xlated_dumper.c
+4 −1 src/xlated_dumper.h

0 comments on commit dfda858

Please sign in to comment.