summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-05-21 21:26:52 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-05-21 21:26:52 +0000
commit9b75c09f9545cde3968544ae70852436b3b8e938 (patch)
treef2180e27ad989a4165dff8657b00e83dc825ae9b
parenta9328c6dc8c004d5066ffd3bfd90aad73bc6f4e0 (diff)
downloadstrace-9b75c09f9545cde3968544ae70852436b3b8e938.tar.gz
xlat: update F_SEAL_* constants
* xlat/f_seals.in (F_SEAL_FUTURE_WRITE): New constant introduced by Linux kernel commit v5.1-rc1~152^2~49. * NEWS: Mention this.
-rw-r--r--NEWS3
-rw-r--r--xlat/f_seals.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2176fd832..f8e59ca30 100644
--- 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)
diff --git a/xlat/f_seals.in b/xlat/f_seals.in
index 7faad8f73..3bdceeb4e 100644
--- a/xlat/f_seals.in
+++ b/xlat/f_seals.in
@@ -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