From: Kees Cook Date: Sun, 10 Feb 2019 11:25:44 +0000 (+0000) Subject: parisc_syscalls_linux415 X-Git-Tag: archive/raspbian/2.4.2-2+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f4a1813415ea1fd5e5a4c3ef491bc56833a95461;p=libseccomp.git parisc_syscalls_linux415 Gbp-Pq: Name 31-parisc_syscalls_linux415.patch --- diff --git a/src/arch-parisc-syscalls.c b/src/arch-parisc-syscalls.c index 93f1f22..8e8a253 100644 --- a/src/arch-parisc-syscalls.c +++ b/src/arch-parisc-syscalls.c @@ -10,7 +10,7 @@ #include "arch.h" #include "arch-parisc.h" -/* NOTE: based on Linux 4.14 */ +/* NOTE: based on Linux 4.15-rc7 */ const struct arch_syscall_def parisc_syscall_table[] = { \ { "_llseek", 140 }, { "_newselect", 142 }, @@ -106,6 +106,7 @@ const struct arch_syscall_def parisc_syscall_table[] = { \ { "get_mempolicy", 261 }, { "get_robust_list", 290 }, { "get_thread_area", 214 }, + { "get_tls", __PNR_get_tls }, { "getcpu", 296 }, { "getcwd", 110 }, { "getdents", 141 }, @@ -288,9 +289,11 @@ const struct arch_syscall_def parisc_syscall_table[] = { \ { "rt_sigtimedwait", 177 }, { "rt_tgsigqueueinfo", 317 }, { "rtas", __PNR_rtas }, + { "s390_guarded_storage", __PNR_s390_guarded_storage }, { "s390_pci_mmio_read", __PNR_s390_pci_mmio_read }, { "s390_pci_mmio_write", __PNR_s390_pci_mmio_write }, { "s390_runtime_instr", __PNR_s390_runtime_instr }, + { "s390_sthyi", __PNR_s390_sthyi }, { "sched_get_priority_max", 159 }, { "sched_get_priority_min", 160 }, { "sched_getaffinity", 212 },