um: sanitize paths in sys_call_table* includes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
1bbd5f21f4
commit
8edc4147be
@ -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);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user