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

um: sanitize paths in sys_call_table* includes

parent 1bbd5f21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

.section .rodata,"a"

#include "../../x86/kernel/syscall_table_32.S"
#include "../kernel/syscall_table_32.S"

ENTRY(syscall_table_size)
.long .-sys_call_table
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ extern void sys_ni_syscall(void);
 */

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);