]> granicus.if.org Git - strace/commitdiff
xlat: update BPF_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 20 May 2019 22:50:44 +0000 (22:50 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 20 May 2019 22:50:44 +0000 (22:50 +0000)
* xlat/ebpf_class.in (BPF_JMP32): New constant introduced
by Linux kernel commit v5.1-rc1~178^2~404^2~4^2~15.
* xlat/bpf_map_update_elem_flags.in (BPF_F_LOCK): New constant
introduced by Linux kernel commit v5.1-rc1~178^2~375^2~4^2~3.
* NEWS: Mention this.

NEWS
xlat/bpf_map_update_elem_flags.in
xlat/ebpf_class.in

diff --git a/NEWS b/NEWS
index 751e940de11a348c5e69f05bfdf3e028de091895..121f98fd74c92c9806ef089525b89d1d872a2a6f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Noteworthy changes in release ?.? (????-??-??)
     and xtensa.
   * Wired up direct ipc syscalls on m68k, mips o32, powerpc, powerpc64,
     s390, s390x, sh, sparc, sparc64, and x86.
-  * Updated lists of NT_*, SO_*, and V4L2_* constants.
+  * Updated lists of BPF_*, NT_*, SO_*, and V4L2_* constants.
 
 Noteworthy changes in release 5.0 (2019-03-19)
 ==============================================
index e9322ea6b402821b470f44be3f2f11f1701c0410..03f362cbc4e5da8d3b7e6d17d241da2e635f3c54 100644 (file)
@@ -2,3 +2,4 @@
 BPF_ANY 0
 BPF_NOEXIST 1
 BPF_EXIST 2
+BPF_F_LOCK 4
index c1a82fc251f43f295d2c78fb3694706da826618a..259bdd9d8b5f00a2581b624da739064821b04473 100644 (file)
@@ -5,4 +5,5 @@ BPF_ST          0x2
 BPF_STX                0x3
 BPF_ALU                0x4
 BPF_JMP                0x5
+BPF_JMP32      0x6
 BPF_ALU64      0x7