>From 3e0e6257fa4fff41f816d8c97a2039180316158d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 9 Jun 2018 23:03:48 +0000 Subject: [PATCH 14/16] s390x: add kexec_file_load syscall number from linux v4.17 new in linux commit 71406883fd35794d573b3085433c41d0a3bf6c21 --- arch/s390x/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in index c965664c..409e9155 100644 --- a/arch/s390x/bits/syscall.h.in +++ b/arch/s390x/bits/syscall.h.in @@ -323,4 +323,5 @@ #define __NR_s390_guarded_storage 378 #define __NR_statx 379 #define __NR_s390_sthyi 380 +#define __NR_kexec_file_load 381 -- 2.16.3