Linux-6.18.2/kernel/bpf/preload/iterators
2025-12-23 20:06:59 +08:00
..
.gitignore [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
iterators.bpf.c [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
iterators.lskel-big-endian.h [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
iterators.lskel-little-endian.h [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
Makefile [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
README [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08: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