Commit 8edc4147 authored by Al Viro's avatar Al Viro Committed by Richard Weinberger

um: sanitize paths in sys_call_table* includes

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 1bbd5f21
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
.section .rodata,"a" .section .rodata,"a"
#include "../../x86/kernel/syscall_table_32.S" #include "../kernel/syscall_table_32.S"
ENTRY(syscall_table_size) ENTRY(syscall_table_size)
.long .-sys_call_table .long .-sys_call_table
...@@ -58,7 +58,7 @@ extern void sys_ni_syscall(void); ...@@ -58,7 +58,7 @@ extern void sys_ni_syscall(void);
*/ */
sys_call_ptr_t sys_call_table[] __cacheline_aligned = { sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
#include "../../x86/include/asm/unistd_64.h" #include <asm/unistd_64.h>
}; };
int syscall_table_size = sizeof(sys_call_table); int syscall_table_size = sizeof(sys_call_table);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment