Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "The last regression fixes for 4.8 final: - Two patches addressing the fallout of the CR4 optimizations which caused CR4-less machines to fail. - Fix the VDSO build on big endian machines - Take care of FPU initialization if no CPUID is available otherwise task struct size ends up being zero - Fix up context tracking in case load_gs_index fails" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/entry/64: Fix context tracking state warning when load_gs_index fails x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID x86/vdso: Fix building on big endian host x86/boot: Fix another __read_cr4() case on 486 x86/init: Fix cr4_init_shadow() on CR4-less machines
Showing
- arch/x86/entry/entry_64.S 2 additions, 2 deletionsarch/x86/entry/entry_64.S
- arch/x86/entry/vdso/vdso2c.h 1 addition, 1 deletionarch/x86/entry/vdso/vdso2c.h
- arch/x86/include/asm/tlbflush.h 1 addition, 1 deletionarch/x86/include/asm/tlbflush.h
- arch/x86/kernel/cpu/common.c 11 additions, 12 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/setup.c 1 addition, 3 deletionsarch/x86/kernel/setup.c
Please register or sign in to comment