From: Dmitry V. Levin Date: Mon, 15 Apr 2019 00:39:53 +0000 (+0000) Subject: alpha: wire up io_pgetevents syscall X-Git-Tag: v5.1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cac17f36096baa744d33b43348eaf956f8eb2b7a;p=strace alpha: wire up io_pgetevents syscall * linux/alpha/syscallent.h [523]: Wire up io_pgetevents syscall introduced on alpha by linux commit v5.1-rc1~160^2~3^2~13. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 705dcd33..93dabd58 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Noteworthy changes in release ?.? (????-??-??) * Improvements * Added C-SKY architecture support. + * Wired up io_pgetevents syscall on alpha. * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls on ia64. diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index 332c3baf..513633d1 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -466,3 +466,4 @@ [520] = { 6, TD, SEN(preadv2), "preadv2" }, [521] = { 6, TD, SEN(pwritev2), "pwritev2" }, [522] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, +[523] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },