]> granicus.if.org Git - strace/commit
xlat: add flow dissector bpf program type constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 16:15:24 +0000 (17:15 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
commite850f7f95c259663b3bc8aa1429b7d3a043fad8b
tree40fe974af7ce29b8bed3e06d09e4d2bcf397eef0
parent2a750e9a9fab2bb563fbf81a6aa1fa9ccd51518d
xlat: add flow dissector bpf program type constants

* xlat/bpf_attach_type.in (BPF_FLOW_DISSECTOR): New constant
introduced by Linux commit v4.20-rc1~14^2~259^2~9^2~4.
* xlat/bpf_prog_types.in (BPF_PROG_TYPE_FLOW_DISSECTOR): Likewise.
* NEWS: Mention this.
* tests/bpf.c (BPF_PROG_LOAD_checks, BPF_PROG_QUERY_checks): Update.
* tests/kernel_version.c (print_bpf_attr): Update.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
NEWS
tests/bpf.c
tests/kernel_version.c
xlat/bpf_attach_type.in
xlat/bpf_prog_types.in