-
- Downloads
x86/entry: Use generic syscall entry function
Replace the syscall entry work handling with the generic version. Provide the necessary helper inlines to handle the real architecture specific parts, e.g. ptrace. Use a temporary define for idtentry_enter_user which will be cleaned up seperately. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Reviewed-by:
Kees Cook <keescook@chromium.org> Link: https://lkml.kernel.org/r/20200722220520.376213694@linutronix.de
Showing
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/entry/common.c 8 additions, 173 deletionsarch/x86/entry/common.c
- arch/x86/include/asm/entry-common.h 32 additions, 0 deletionsarch/x86/include/asm/entry-common.h
- arch/x86/include/asm/idtentry.h 4 additions, 1 deletionarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/thread_info.h 0 additions, 5 deletionsarch/x86/include/asm/thread_info.h
Loading
Please register or sign in to comment