-
- Downloads
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull syscall entry fixes from Borislav Petkov: - For syscall user dispatch, separate prctl operation from syscall redirection range specification before the API has been made official in 5.11. - Ensure tasks using the generic syscall code do trap after returning from a syscall when single-stepping is requested. * tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: entry: Use different define for selector variable in SUD entry: Ensure trap after single-step on system call return
No related branches found
No related tags found
Showing
- Documentation/admin-guide/syscall-user-dispatch.rst 2 additions, 2 deletionsDocumentation/admin-guide/syscall-user-dispatch.rst
- arch/x86/include/asm/entry-common.h 0 additions, 2 deletionsarch/x86/include/asm/entry-common.h
- arch/x86/kernel/step.c 8 additions, 2 deletionsarch/x86/kernel/step.c
- include/linux/entry-common.h 1 addition, 0 deletionsinclude/linux/entry-common.h
- include/linux/thread_info.h 2 additions, 0 deletionsinclude/linux/thread_info.h
- include/uapi/linux/prctl.h 3 additions, 0 deletionsinclude/uapi/linux/prctl.h
- kernel/entry/common.c 2 additions, 10 deletionskernel/entry/common.c
- kernel/entry/syscall_user_dispatch.c 2 additions, 2 deletionskernel/entry/syscall_user_dispatch.c
- tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c 5 additions, 3 deletions...s/testing/selftests/syscall_user_dispatch/sud_benchmark.c
- tools/testing/selftests/syscall_user_dispatch/sud_test.c 8 additions, 6 deletionstools/testing/selftests/syscall_user_dispatch/sud_test.c
Loading
Please register or sign in to comment