commit | cfff578ed51ca4ad4c66c8d4bd78694096ea5515 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Mon Jan 28 09:21:18 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jan 31 10:13:21 2019 +0100 |
tree | 499bb75269dc00ff4121f793c4827b6eea77d3bd | |
parent | 9acea337ef570faa14f13232d1b2fa6615aaf569 [diff] |
selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE_TRACEPOINT We don't have this helper if the kernel was compiled without CONFIG_BPF_EVENTS. Setting prog_type to BPF_PROG_TYPE_TRACEPOINT let's verifier correctly skip this test based on the missing prog_type support in the kernel. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>