summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-04-02 21:05:45 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-04-02 21:05:45 +0000
commit3f3cc726f3d767b8c703287c14b17ae4950c9590 (patch)
tree5e7aa203a0e62775031127fabd93b6baaa9b79c2
parentbff666c1f5b2028bfbd7973941005938faee767d (diff)
downloadstrace-3f3cc726f3d767b8c703287c14b17ae4950c9590.tar.gz
hppa: wire up kexec_file_load syscall
... introduced on hppa by Linux kernel commit v5.4-rc1~188^2~3. * linux/hppa/syscallent.h [355]: Add kexec_file_load entry. * NEWS: Mention this.
-rw-r--r--NEWS3
-rw-r--r--linux/hppa/syscallent.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 774731627..6e6dda34c 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,8 @@ Noteworthy changes in release ?.? (????-??-??)
commands.
* Enhanced decoding of RTC_VL_READ ioctl command.
* Enhanced decoding of IFLA_* netlink attributes.
- * Implement HIDIOCGRAWUNIQ() ioctl command number printing.
+ * Implemented HIDIOCGRAWUNIQ() ioctl command number printing.
+ * Wired up kexec_file_load syscall on hppa.
* Updated lists of AUDIT_*, BPF_*, CLONE_*, GRND_*, IFLA_*, IORING_*,
IPPROTO_*, KEY_*, KVM_*, RTM_F_*, SCHED_*, and *_MAGIC constants.
* Updated lists of ioctl commands from Linux 5.6.
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index daeceecc8..90d314d3f 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -358,6 +358,7 @@
[352] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[353] = { 1, 0, SEN(pkey_free), "pkey_free" },
[354] = { 4, 0, SEN(rseq), "rseq" },
-/* [355 ... 402] - reserved to sync up with other architectures */
+[355] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
+/* [356 ... 402] - reserved to sync up with other architectures */
#include "syscallent-common-32.h"
#include "syscallent-common.h"