]> granicus.if.org Git - strace/commitdiff
Wire up rseq 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 [293]: Wire up rseq syscall introduced by linux
commit v4.19-rc1~109^2~47.
* linux/64/syscallent.h [293]: Likewise.
* NEWS: Mention this.

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

diff --git a/NEWS b/NEWS
index 4d7d5696545e7d388d2fbe5c2eba47d5a16641dd..9c337cbaf73b61e7e64d34cb4e8685756bcefd91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Noteworthy changes in release ?.?? (????-??-??)
 
 * Improvements
   * Enhanced xlat styles support configured by -X option.
+  * Wired up rseq syscall 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
     constants.
index 901b889fb2cdd73dc5e6977e57c498c06ca89334..145f07b7121cbc14b9af5cf8bdb24bfec8cd513f 100644 (file)
 [290] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [291] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [292] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[293] = { 4,   0,              SEN(rseq),                      "rseq"                  },
 
 #undef sys_ARCH_mmap
 #undef ARCH_WANT_SYNC_FILE_RANGE2
index d08b16152bcbbaa4aa68356d82411fc556ca2107..1c4b80d4de6aa6b8f37e8141f732cc83f62e5897 100644 (file)
 [290] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [291] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [292] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[293] = { 4,   0,              SEN(rseq),                      "rseq"                  },