diff options
author | Roman Gushchin <[email protected]> | 2018-01-15 19:16:15 +0000 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-01-16 02:49:49 +0100 |
commit | 45e5e1212af4633aa76db387ccaac8b41c8a7b6c (patch) | |
tree | 4aee8f854e8caa163573cd95d392c40e9b1fd9cd /scripts/patch-kernel | |
parent | e3b073c7ca32c68ccd3827248ad84e16b8fa3d29 (diff) |
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Bpftool doesn't recognize BPF_PROG_TYPE_CGROUP_DEVICE programs,
so the prog show command prints the numeric type value:
$ bpftool prog show
1: type 15 name bpf_prog1 tag ac9f93dbfd6d9b74
loaded_at Jan 15/07:58 uid 0
xlated 96B jited 105B memlock 4096B
This patch defines the corresponding textual representation:
$ bpftool prog show
1: cgroup_device name bpf_prog1 tag ac9f93dbfd6d9b74
loaded_at Jan 15/07:58 uid 0
xlated 96B jited 105B memlock 4096B
Signed-off-by: Roman Gushchin <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Quentin Monnet <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions