Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.h
commit9a51f4e2b6668d14a125bdb2abd0fe6b8102eed1
authorJoseph Myers <joseph@codesourcery.com>
Fri, 26 May 2023 15:04:51 +0000 (26 15:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 26 May 2023 15:04:51 +0000 (26 15:04 +0000)
treeee11b9bca1d7b82a26ce14dc2667dfb4d7c73296
parenta33c211b117016cab1069f9f1dd9285f0c00a506
Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.h

Linux 6.3 adds new constants MFD_NOEXEC_SEAL and MFD_EXEC.  Add these
to bits/mman-shared.h (conditional on MFD_NOEXEC_SEAL not already
being defined, similar to the existing conditional on the older MFD_*
macros).

Tested for x86_64.
sysdeps/unix/sysv/linux/bits/mman-shared.h