From 9b75c09f9545cde3968544ae70852436b3b8e938 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 21 May 2019 21:26:52 +0000 Subject: [PATCH] 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. --- NEWS | 3 ++- xlat/f_seals.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2176fd83..f8e59ca3 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 7faad8f7..3bdceeb4 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 -- 2.40.0