xlat: update MAP_* constants

* 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.
This commit is contained in:
Дмитрий Левин 2018-02-02 00:21:16 +00:00
parent 71124c49ee
commit 444a93d0f0
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -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.

View 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