]> granicus.if.org Git - strace/commitdiff
xlat: update F_SEAL_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 May 2019 21:26:52 +0000 (21:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 May 2019 21:26:52 +0000 (21:26 +0000)
* xlat/f_seals.in (F_SEAL_FUTURE_WRITE): New constant introduced
by Linux kernel commit v5.1-rc1~152^2~49.
* NEWS: Mention this.

NEWS
xlat/f_seals.in

diff --git a/NEWS b/NEWS
index 2176fd8321b6e9556e2e7055e27a8117f34bd799..f8e59ca30d9eea025659e574ad1abd7ca9edc77a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,8 @@ 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 BPF_*, FAN_*, NT_*, PR_SPEC_*, SO_*, and V4L2_* constants.
+  * Updated lists of BPF_*, FAN_*, F_SEAL_*, NT_*, PR_SPEC_*, SO_*,
+    and V4L2_* constants.
   * Updated lists of ioctl commands from Linux 5.1.
 
 Noteworthy changes in release 5.0 (2019-03-19)
index 7faad8f73c8d43e63e42ca08ff040acd936fe5df..3bdceeb4ea726f49279ce1d29404e1b17745edb0 100644 (file)
@@ -2,3 +2,4 @@ F_SEAL_SEAL     1
 F_SEAL_SHRINK  2
 F_SEAL_GROW    4
 F_SEAL_WRITE   8
+F_SEAL_FUTURE_WRITE    16