]> granicus.if.org Git - strace/commitdiff
xlat: update MAP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 2 Feb 2018 00:21:16 +0000 (00:21 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 6 Feb 2018 08:45:32 +0000 (08:45 +0000)
* xlat/mmap_flags.in: Add MAP_SHARED_VALIDATE and MAP_SYNC introduced
by linux kernel commits v4.15-rc1~71^2^2~23 and v4.15-rc1~71^2^2~12,
respectively.
* NEWS: Mention this.

NEWS
xlat/mmap_flags.in

diff --git a/NEWS b/NEWS
index cbfc3b44edb7aa8ac55e3946ce51d682084948ac..556390a8cdb9962b8ff41fd82e99f257e479c135 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ Noteworthy changes in release ?.?? (????-??-??)
     of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
     as file descriptors.
   * Added decoding of get_tls syscall on arm.
-  * Updated lists of MSG_*, NT_*, and SHM_* constants.
+  * Updated lists of MAP_*, MSG_*, NT_*, and SHM_* constants.
   * Added manual page for the strace-log-merge command.
   * Updated lists of ioctl commands from Linux 4.15.
   * Implemented biarch support for s390x.
index e9fde4402d7515ce9835847d394882b015bf3721..60b74fc4ad269864ef7b435c9a07c2399cfb9fa2 100644 (file)
@@ -1,5 +1,6 @@
 MAP_SHARED
 MAP_PRIVATE
+MAP_SHARED_VALIDATE
 MAP_FIXED
 MAP_ANONYMOUS
 MAP_32BIT
@@ -48,6 +49,7 @@ MAP_ANON
 MAP_HASSEMAPHORE
 MAP_STACK
 MAP_HUGETLB
+MAP_SYNC
 #if defined MAP_UNINITIALIZED && MAP_UNINITIALIZED > 0
 MAP_UNINITIALIZED
 #endif