]> granicus.if.org Git - strace/commitdiff
Wire up kexec_file_load syscall on architectures that use generic unistd.h
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Feb 2019 23:35:07 +0000 (23:35 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Feb 2019 23:35:07 +0000 (23:35 +0000)
* linux/32/syscallent.h [294]: Wire up kexec_file_load syscall
introduced by linux commit v5.0-rc1~35^2~41^2~15.
* linux/64/syscallent.h [294]: Likewise.
* NEWS: Mention this.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1676045

NEWS
linux/32/syscallent.h
linux/64/syscallent.h

diff --git a/NEWS b/NEWS
index 9c337cbaf73b61e7e64d34cb4e8685756bcefd91..d26701f5fcf57e95de295fb1dea4c12bb395d610 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??)
 
 * Improvements
   * Enhanced xlat styles support configured by -X option.
-  * Wired up rseq syscall on aarch64, arc, metag, nios2,
+  * Wired up kexec_file_load and rseq syscalls on aarch64, arc, metag, nios2,
     or1k, riscv, and tile architectures.
   * Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
     NETNSA_*, NT_*, PR_*, REL_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC
index 145f07b7121cbc14b9af5cf8bdb24bfec8cd513f..6b30d16712d25d488075dc4ccce3bb7a4e880c3b 100644 (file)
 [291] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [292] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 [293] = { 4,   0,              SEN(rseq),                      "rseq"                  },
+[294] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
 
 #undef sys_ARCH_mmap
 #undef ARCH_WANT_SYNC_FILE_RANGE2
index 1c4b80d4de6aa6b8f37e8141f732cc83f62e5897..fff2e975c25d05e5b2339102c0a4ac89297e2354 100644 (file)
 [291] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [292] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 [293] = { 4,   0,              SEN(rseq),                      "rseq"                  },
+[294] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },