-
- Downloads
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "This tree includes: - an FPU related crash fix - a ptrace fix (with matching testcase in tools/testing/selftests/) - an x86 Kconfig DMA-config defaults tweak to better avoid non-working drivers" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected x86/fpu: Load xsave pointer *after* initialization x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal() x86, selftests: Add single_step_syscall test
No related branches found
No related tags found
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/kernel/i387.c 6 additions, 2 deletionsarch/x86/kernel/i387.c
- arch/x86/kernel/signal.c 11 additions, 11 deletionsarch/x86/kernel/signal.c
- tools/testing/selftests/x86/Makefile 1 addition, 1 deletiontools/testing/selftests/x86/Makefile
- tools/testing/selftests/x86/run_x86_tests.sh 2 additions, 0 deletionstools/testing/selftests/x86/run_x86_tests.sh
- tools/testing/selftests/x86/single_step_syscall.c 181 additions, 0 deletionstools/testing/selftests/x86/single_step_syscall.c
Please register or sign in to comment