x86: Rewrite ret_from_fork() in C
When kCFI is enabled, special handling is needed for the indirect call to the kernel thread function. Rewrite the ret_from_fork() function in C so that the compiler can properly handle the indirect call. Suggested-by:Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by:
Brian Gerst <brgerst@gmail.com> Signed-off-by:
Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by:
Kees Cook <keescook@chromium.org> Reviewed-by:
Sami Tolvanen <samitolvanen@google.com> Link: https://lkml.kernel.org/r/20230623225529.34590-3-brgerst@gmail.com
Showing
- arch/x86/entry/entry_32.S 8 additions, 22 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 8 additions, 25 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/switch_to.h 3 additions, 1 deletionarch/x86/include/asm/switch_to.h
- arch/x86/kernel/process.c 21 additions, 1 deletionarch/x86/kernel/process.c
Loading
Please register or sign in to comment