commit | b37242c773b21edcd566e3bf995fb91d06b9537a | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat Oct 21 02:34:23 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 22 00:56:09 2017 +0100 |
tree | 094fc50d34225194618797023ee25e65413a5e0d | |
parent | 0fd4759c5515b7f2297d7fee5c45e5d9dd733001 [diff] |
bpf: add test cases to bpf selftests to cover all access tests Lets add test cases to cover really all possible direct packet access tests for good/bad access cases so we keep tracking them. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>