commit | befa618112a0a4590ce21d70aa35c9d341337774 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Mon Jan 28 09:21:19 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jan 31 10:13:21 2019 +0100 |
tree | 08828abc7e48d0403742c948bde98be61651e10e | |
parent | cfff578ed51ca4ad4c66c8d4bd78694096ea5515 [diff] |
bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabled There is no way to exercise appropriate attach points without cgroups enabled. This lets test_verifier correctly skip tests for these prog_types if kernel was compiled without BPF cgroup support. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>