]> granicus.if.org Git - strace/commit
xlat: update BPF_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 03:38:33 +0000 (03:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
commit333079522aafe9276ede700d067cc4f7ca797fd7
tree9621f16d15847b098c4fc6f2aa61a39d93dacfa9
parent38ea49ad111f8a622756e62bc99cab6ce515dc27
xlat: update BPF_* constants

* xlat/bpf_map_types.in (BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE): New
constant introduced by Linux kernel commit v4.20-rc1~14^2~124^2~12^2~7.
(BPF_MAP_TYPE_QUEUE, BPF_MAP_TYPE_STACK): New constants introduced
by Linux kernel commit v4.20-rc1~151^2~32^2~11^2~3.
* xlat/bpf_commands.in (BPF_MAP_LOOKUP_AND_DELETE_ELEM): New constant
introduced by Linux kernel commit v4.20-rc1~151^2~32^2~11^2~2.
* tests/bpf.c (BPF_MAP_CREATE_checks): Update.
tests/bpf.c
xlat/bpf_commands.in
xlat/bpf_map_types.in