]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpftool: add raw_tracepoint_writable prog type to header
authorDaniel T. Lee <danieltimlee@gmail.com>
Fri, 12 Jul 2019 01:35:39 +0000 (10:35 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 12 Jul 2019 13:14:42 +0000 (15:14 +0200)
commit83413157bb3575688238e2e5d8179b05d2f25a08
tree6e550ae6251789909ce01fcaf6a103f088e519ba
parentfe8149e991d935e4e927505decffd34bf08d1c47
tools: bpftool: add raw_tracepoint_writable prog type to header

From commit f1d7e579c0bf ("bpf: add writable context for raw tracepoints"),
a new type of BPF_PROG, RAW_TRACEPOINT_WRITABLE has been added.

Since this BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE is not listed at
bpftool's header, it causes a segfault when executing 'bpftool feature'.

This commit adds BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE entry to
prog_type_name enum, and will eventually fixes the segfault issue.

Fixes: f1d7e579c0bf ("bpf: add writable context for raw tracepoints")
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/main.h