]> granicus.if.org Git - strace/commit
xlat: update bpf_attach_type constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 15 May 2018 12:04:11 +0000 (14:04 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 May 2018 09:15:27 +0000 (09:15 +0000)
commitb532e92c6ea0f8b7dc6db455248c34f8376489b1
treeb1684a424921fb9dece6118f8507c6d349e1fd41
parent2604ea997b31d12358f93e00f656ddd04afd4b25
xlat: update bpf_attach_type constants

* xlat/bpf_attach_type.in (BPF_SK_MSG_VERDICT): New constant,
introduced by Linux commit v4.17-rc1~148^2~156^2~1^2~13.
(BPF_CGROUP_INET4_BIND, BPF_CGROUP_INET6_BIND): New constants,
introduced by Linux commit v4.17-rc1~148^2~19^2^2~6.
(BPF_CGROUP_INET4_CONNECT, BPF_CGROUP_INET6_CONNECT): New constants,
introduced by Linux commit v4.17-rc1~148^2~19^2^2~3.
(BPF_CGROUP_INET4_POST_BIND, BPF_CGROUP_INET6_POST_BIND): New constants,
introduced by Linux commit v4.17-rc1~148^2~19^2^2~1.
* tests/bpf.c (BPF_PROG_QUERY_checks): Update expected output.
tests/bpf.c
xlat/bpf_attach_type.in