commit | 4635b0ae4d26f87cf68dbab6740955dd1ad67cf4 | [log] [tgz] |
---|---|---|
author | Matt Mullins <mmullins@fb.com> | Fri Apr 26 11:49:50 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Apr 26 19:04:19 2019 -0700 |
tree | 3622175df191cd2da9839c68170c9af3c0d9e4fa | |
parent | 2abd2de712cd891321a06b0890a85aef1e506cb5 [diff] |
tools: sync bpf.h This adds BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE, and fixes up the error: enumeration value ‘BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE’ not handled in switch [-Werror=switch-enum] build errors it would otherwise cause in libbpf. Signed-off-by: Matt Mullins <mmullins@fb.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>