parisc_syscalls_linux414
authorKees Cook <kees@debian.org>
Sun, 10 Feb 2019 11:25:44 +0000 (11:25 +0000)
committerFelix Geyer <fgeyer@debian.org>
Sun, 10 Feb 2019 11:25:44 +0000 (11:25 +0000)
Gbp-Pq: Name 30-parisc_syscalls_linux414.patch

src/arch-parisc-syscalls.c

index 9f21be093903bd5dce3c1f99364ee93dadceb10e..93f1f2268cc3f5c115f6f2076c1e2bfe14aa95b5 100644 (file)
@@ -10,7 +10,7 @@
 #include "arch.h"
 #include "arch-parisc.h"
 
-/* NOTE: based on Linux 4.9 */
+/* NOTE: based on Linux 4.14 */
 const struct arch_syscall_def parisc_syscall_table[] = { \
        { "_llseek",    140 },
        { "_newselect", 142 },
@@ -376,6 +376,7 @@ const struct arch_syscall_def parisc_syscall_table[] = { \
        { "stat64",     101 },
        { "statfs",     99 },
        { "statfs64",   298 },
+       { "statx",      349 },
        { "stime",      25 },
        { "stty",       __PNR_stty },
        { "subpage_prot", __PNR_subpage_prot },