]> granicus.if.org Git - strace/commitdiff
s390: wire up kexec_file_load syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 1 Jun 2018 01:20:18 +0000 (03:20 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 1 Jun 2018 13:37:12 +0000 (13:37 +0000)
* linux/s390/syscallent.h ([381]): Add kexec_file_load syscall.
* linux/s390/syscallent.h ([381]): Likewise.

linux/s390/syscallent.h
linux/s390x/syscallent.h

index b7e768e0e5b8c4e197b9abf736172599d9ab04dc..b39779d4434e9bce1bba9a71f9441c89b1f42db3 100644 (file)
 [378] = { 2,   0,              SEN(s390_guarded_storage),      "s390_guarded_storage"  },
 [379] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [380] = { 4,   0,              SEN(s390_sthyi),                "s390_sthyi"            },
+[381] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index d16ee94f23fd117194e938247b51651f95704708..c4251eb9f76f4310a30bb659ae541e3e81db3227 100644 (file)
 [378] = { 2,   0,              SEN(s390_guarded_storage),      "s390_guarded_storage"  },
 [379] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [380] = { 4,   0,              SEN(s390_sthyi),                "s390_sthyi"            },
+[381] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"