Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Misc fixes: - early_idt_handlers[] fix that fixes the build with bleeding edge tooling - build warning fix on GCC 5.1 - vm86 fix plus self-test to make it harder to break it again" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h x86/asm/entry/32: Really make user_mode() work correctly for VM86 mode
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/misc.h 5 additions, 6 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/include/asm/ptrace.h 1 addition, 1 deletionarch/x86/include/asm/ptrace.h
- arch/x86/include/asm/segment.h 12 additions, 2 deletionsarch/x86/include/asm/segment.h
- arch/x86/kernel/head64.c 1 addition, 1 deletionarch/x86/kernel/head64.c
- arch/x86/kernel/head_32.S 18 additions, 15 deletionsarch/x86/kernel/head_32.S
- arch/x86/kernel/head_64.S 11 additions, 9 deletionsarch/x86/kernel/head_64.S
- tools/testing/selftests/x86/Makefile 4 additions, 2 deletionstools/testing/selftests/x86/Makefile
- tools/testing/selftests/x86/entry_from_vm86.c 114 additions, 0 deletionstools/testing/selftests/x86/entry_from_vm86.c
Loading
Please register or sign in to comment