From: Dmitry V. Levin Date: Mon, 15 Apr 2019 00:39:53 +0000 (+0000) Subject: arm: wire up kexec_file_load syscall X-Git-Tag: v5.1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c27426a299b0973380fd8f8b7614cef31204697;p=strace arm: wire up kexec_file_load syscall * linux/arm/syscallent.h [401]: Wire up kexec_file_load syscall introduced on arm by linux commit v5.1-rc1~160^2~3^2~10. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 7916a76d..908f06c5 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Noteworthy changes in release ?.? (????-??-??) * Improvements * Added C-SKY architecture support. * Wired up io_pgetevents syscall on alpha. - * Wired up migrate_pages syscall on arm. + * Wired up kexec_file_load and migrate_pages syscalls on arm. * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls on ia64. diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index 7ce2c1fc..2519db34 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -408,6 +408,7 @@ [398] = { 4, 0, SEN(rseq), "rseq" }, [399] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, [400] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, +[401] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" }, #ifdef __ARM_EABI__ # define ARM_FIRST_SHUFFLED_SYSCALL 500