summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-03 18:19:22 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2019-01-03 18:19:22 +0100
commit6dfd611d0e18801876c464985f6bcdcfab640838 (patch)
treefb2647d6bd2b8186edcb86dc9534cc0d1bbe2db8
parentd98b83a927e0b3dc5797ee6c193bbe57af85ae0e (diff)
downloadstrace-6dfd611d0e18801876c464985f6bcdcfab640838.tar.gz
linux/{32,64}: wire up rseq and kexec_file_load to syscallent.h
* linux/32/syscallent.h ([293]): Wire up rseq, via Linux commit v4.19-rc1~109^2~47. ([294]): Wire up kexec_file_load, via Linux commit v4.20-rc3-1-g4e21565b7fd4. * linux/64/syscallent.h: Likewise.
-rw-r--r--linux/32/syscallent.h2
-rw-r--r--linux/64/syscallent.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/linux/32/syscallent.h b/linux/32/syscallent.h
index 8b05c75fb..0d5a19155 100644
--- a/linux/32/syscallent.h
+++ b/linux/32/syscallent.h
@@ -283,6 +283,8 @@
[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" },
+[294] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
#undef sys_ARCH_mmap
#undef ARCH_WANT_SYNC_FILE_RANGE2
diff --git a/linux/64/syscallent.h b/linux/64/syscallent.h
index f25c62e61..d19cc987c 100644
--- a/linux/64/syscallent.h
+++ b/linux/64/syscallent.h
@@ -276,3 +276,5 @@
[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" },
+[294] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },