diff options
author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2018-02-12 18:58:28 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-02-12 18:28:16 +0000 |
commit | 850bb4124f364975a818d9042c74694aa9cac1b8 (patch) | |
tree | 68f07ddb69b3dea21c849df2c15033eed4c6e126 /NEWS | |
parent | 2a368bd36fcaadaeb693c27908bc6729906dd7ec (diff) | |
download | strace-850bb4124f364975a818d9042c74694aa9cac1b8.tar.gz |
powerpc, powerpc64: wire up pkey_* syscalls
* linux/powerpc/syscallent.h [384..386]: Add pkey_alloc,
pkey_free, and pkey_mprotect syscalls introduced by linux kernel
commits v4.16-rc1~93^2~70 and v4.16-rc1~93^2~69, respectively.
* linux/powerpc64/syscallent.h: Likewise.
* NEWS: Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ Noteworthy changes in release ?.?? (????-??-??) * Information about availability of demangling and reliable personality decoding (on architectures with multiple personalities) is now available in strace -V output. + * Added decoding of pkey_alloc, pkey_free, and pkey_mprotect syscalls on + powerpc and powerpc64. * Enhanced manual page. * Bug fixes |