summaryrefslogtreecommitdiffstats
path: root/net/bpf
diff options
context:
space:
mode:
authorStanislav Fomichev2019-04-09 20:49:11 +0200
committerDaniel Borkmann2019-04-11 10:21:41 +0200
commit3daf8e703ec3dcf73a27a7dcabbac152793eb114 (patch)
treef754d8dd81d388e6a3747e834fcd4163f8494e88 /net/bpf
parentlibbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN (diff)
downloadkernel-qcow2-linux-3daf8e703ec3dcf73a27a7dcabbac152793eb114.tar.gz
kernel-qcow2-linux-3daf8e703ec3dcf73a27a7dcabbac152793eb114.tar.xz
kernel-qcow2-linux-3daf8e703ec3dcf73a27a7dcabbac152793eb114.zip
selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN
Simple test that sets cb to {1,2,3,4,5} and priority to 6, runs bpf program that fails if cb is not what we expect and increments cb[i] and priority. When the test finishes, we check that cb is now {2,3,4,5,6} and priority is 7. We also test the sanity checks: * ctx_in is provided, but ctx_size_in is zero (same for ctx_out/ctx_size_out) * unexpected non-zero fields in __sk_buff return EINVAL Signed-off-by: Stanislav Fomichev <sdf@google.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net/bpf')
0 files changed, 0 insertions, 0 deletions