]> granicus.if.org Git - strace/commitdiff
arm: wire up kexec_file_load syscall
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/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.

NEWS
linux/arm/syscallent.h

diff --git a/NEWS b/NEWS
index 7916a76d8a22a5416a0cc667df9f99e2d3b795c4..908f06c512c332ccf2f9f9a5c9524e2542df8831 100644 (file)
--- 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.
 
index 7ce2c1fc0b7dfb59821f379e024e503b1b3b362d..2519db34d70a423e50567a27ce4df1cedeb469e4 100644 (file)
 [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