summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-12 18:58:28 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-02-12 18:28:16 +0000
commit850bb4124f364975a818d9042c74694aa9cac1b8 (patch)
tree68f07ddb69b3dea21c849df2c15033eed4c6e126 /NEWS
parent2a368bd36fcaadaeb693c27908bc6729906dd7ec (diff)
downloadstrace-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3104a3bff..a17d1140b 100644
--- a/NEWS
+++ b/NEWS
@@ -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