]> granicus.if.org Git - strace/commitdiff
arm: wire up migrate_pages 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 [400]: Wire up migrate_pages syscall
introduced on arm by linux commit v5.1-rc1~160^2~3^2~11.
* NEWS: Mention this.

NEWS
linux/arm/syscallent.h

diff --git a/NEWS b/NEWS
index 93dabd58dc4e841c26f3c24a6ad9becd105e7c77..7916a76d8a22a5416a0cc667df9f99e2d3b795c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +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 io_pgetevents, perf_event_open, seccomp, and statx syscalls
     on ia64.
 
index dbb8ca06073feff71475167545807feb14d8505c..7ce2c1fc0b7dfb59821f379e024e503b1b3b362d 100644 (file)
 [397] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [398] = { 4,   0,              SEN(rseq),                      "rseq"                  },
 [399] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[400] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 
 #ifdef __ARM_EABI__
 # define ARM_FIRST_SHUFFLED_SYSCALL 500