Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "These are the fixes left over from the v5.4 cycle: - Various low level 32-bit entry code fixes and improvements by Andy Lutomirski, Peter Zijlstra and Thomas Gleixner. - Fix 32-bit Xen PV breakage, by Jan Beulich" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make the CPU_ENTRY_AREA_PAGES assert precise selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel selftests/x86/mov_ss_trap: Fix the SYSENTER test x86/entry/32: Fix NMI vs ESPFIX x86/entry/32: Unwind the ESPFIX stack earlier on exception entry x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL x86/entry/32: Use %ss segment where required x86/entry/32: Fix IRET exception x86/cpu_entry_area: Add guard page for entry stack on 32bit x86/pti/32: Size initial_page_table correctly x86/doublefault/32: Fix stack canaries in the double fault handler x86/xen/32: Simplify ring check in xen_iret_crit_fixup() x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout x86/stackframe/32: Repair 32-bit Xen PV
Showing
- arch/x86/entry/entry_32.S 133 additions, 78 deletionsarch/x86/entry/entry_32.S
- arch/x86/include/asm/cpu_entry_area.h 12 additions, 6 deletionsarch/x86/include/asm/cpu_entry_area.h
- arch/x86/include/asm/pgtable_32_types.h 4 additions, 4 deletionsarch/x86/include/asm/pgtable_32_types.h
- arch/x86/include/asm/segment.h 12 additions, 0 deletionsarch/x86/include/asm/segment.h
- arch/x86/kernel/doublefault.c 3 additions, 0 deletionsarch/x86/kernel/doublefault.c
- arch/x86/kernel/head_32.S 10 additions, 0 deletionsarch/x86/kernel/head_32.S
- arch/x86/mm/cpu_entry_area.c 3 additions, 1 deletionarch/x86/mm/cpu_entry_area.c
- arch/x86/xen/xen-asm_32.S 25 additions, 50 deletionsarch/x86/xen/xen-asm_32.S
- tools/testing/selftests/x86/mov_ss_trap.c 2 additions, 1 deletiontools/testing/selftests/x86/mov_ss_trap.c
- tools/testing/selftests/x86/sigreturn.c 13 additions, 0 deletionstools/testing/selftests/x86/sigreturn.c
Please register or sign in to comment