JustOS/linux-6.13/kernel/bpf/preload/iterators
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00
..
.gitignore up 2025-01-24 17:00:19 +03:00
iterators.bpf.c up 2025-01-24 17:00:19 +03:00
iterators.lskel-big-endian.h up 2025-01-24 17:00:19 +03:00
iterators.lskel-little-endian.h up 2025-01-24 17:00:19 +03:00
Makefile up 2025-01-24 17:00:19 +03:00
README up 2025-01-24 17:00:19 +03:00

WARNING:
If you change "iterators.bpf.c" do "make -j" in this directory to
rebuild "iterators.lskel-little-endian.h". Then, on a big-endian
machine, do "make -j big" in this directory to rebuild
"iterators.lskel-big-endian.h". Commit both resulting headers.
Make sure to have clang 10 installed.
See Documentation/bpf/bpf_devel_QA.rst