]> granicus.if.org Git - strace/commit
xlat: update BPF_F_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 3 Jan 2019 23:36:22 +0000 (23:36 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
commitcf36cc7c78a43c574f454451e7b6ed77c80d0465
tree54e44c34301f782fabf7bc799ed8ec6a8a14dd7e
parent91cdd32f65b2bea7df9cd6b9bad04d8d08068bb8
xlat: update BPF_F_* constants

* xlat/bpf_map_flags.in (BPF_F_ZERO_SEED): New constant introduced
by Linux kernel commit v5.0-rc1~129^2~114^2~18^2~3.
* xlat/bpf_prog_flags.in (BPF_F_ANY_ALIGNMENT): New constant introduced
by Linux kernel commit v5.0-rc1~129^2~209^2~17^2~3.
* NEWS: Mention this.
* tests/bpf.c (BPF_MAP_CREATE_checks, BPF_PROG_LOAD_checks,
print_BPF_PROG_LOAD_attr3, print_BPF_PROG_LOAD_attr4): Update.
NEWS
tests/bpf.c
xlat/bpf_map_flags.in
xlat/bpf_prog_flags.in