From 23ace0d18559a9644569ca833a9d90f71e6048aa Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 15 Apr 2019 00:39:53 +0000 Subject: [PATCH] ia64: wire up perf_event_open and seccomp syscalls * 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 | 3 ++- linux/ia64/syscallent.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a4a13ed4..705dcd33 100644 --- 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) ============================================== diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index a4de8143..f588e7a1 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -335,3 +335,5 @@ [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" }, -- 2.40.0