]> granicus.if.org Git - strace/commit
Update BPF_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 10 Sep 2017 09:41:22 +0000 (09:41 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Sep 2017 12:04:11 +0000 (12:04 +0000)
commit3e45b0398d55b130eaafec40b4714e48ba1c0b27
tree34aa4c3ce63bfc94b02507b4030c25070e364342
parent55bb3e27d7fd77dcd225f7cd662f8d2fb5c8249e
Update BPF_* constants

* xlat/bpf_attach_type.in: Add BPF_SK_SKB_STREAM_PARSER
and BPF_SK_SKB_STREAM_VERDICT introduced by kernel commit
v4.14-rc1~130^2~123^2~8.
* xlat/bpf_map_flags.in: Add BPF_F_NO_COMMON_LRU and BPF_F_NUMA_NODE
introduced by kernel commits v4.10-rc1~202^2~271^2~2
and v4.14-rc1~130^2~196^2~1, respectively.
* xlat/bpf_map_types.in: Add BPF_MAP_TYPE_DEVMAP
and BPF_MAP_TYPE_SOCKMAP introduced by kernel commits
v4.14-rc1~130^2~497^2~4 and v4.14-rc1~130^2~234^2~4,
respectively.
* xlat/bpf_op_jmp.in: Add BPF_JLT, BPF_JLE, BPF_JSLT, and BPF_JSLE
introduced by kernel commit v4.14-rc1~130^2~309^2~8.
* xlat/bpf_prog_types.in: Add BPF_PROG_TYPE_SK_SKB introduced
by kernel commit v4.14-rc1~130^2~234^2~6.
* NEWS: Mention this.
NEWS
xlat/bpf_attach_type.in
xlat/bpf_map_flags.in
xlat/bpf_map_types.in
xlat/bpf_op_jmp.in
xlat/bpf_prog_types.in