]> granicus.if.org Git - strace/commitdiff
ia64: wire up perf_event_open and seccomp syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
* linux/ia64/syscallent.h [1024 + 327..328]: Wire up perf_event_open
and seccomp syscalls introduced on ia64 by linux commit
v5.1-rc1~160^2~3^2~14.
* NEWS: Mention this.

NEWS
linux/ia64/syscallent.h

diff --git a/NEWS b/NEWS
index a4a13ed42ef9b3d32e934dc55fd5f46db19a27be..705dcd33f0a905acf3cbd53698346edb1e1bde17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ Noteworthy changes in release ?.? (????-??-??)
 
 * Improvements
   * Added C-SKY architecture support.
-  * Wired up statx and io_pgetevents syscalls on ia64.
+  * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls
+    on ia64.
 
 Noteworthy changes in release 5.0 (2019-03-19)
 ==============================================
index a4de81439a3d50335c2b58ff182814d1d51e227f..f588e7a15a57fbdb57e17f9a03e1cf6bedd553ee 100644 (file)
 [1024 + 325] = { 6,    TD,             SEN(pwritev2),                  "pwritev2"              },
 [1024 + 326] = { 5,    TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [1024 + 327] = { 6,    0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[1024 + 328] = { 5,    TD,             SEN(perf_event_open),           "perf_event_open"       },
+[1024 + 329] = { 3,    0,              SEN(seccomp),                   "seccomp"               },