Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A pile of x86 updates: - Prevent exceeding he valid physical address space in the /dev/mem limit checks. - Move all header content inside the header guard to prevent compile failures. - Fix the bogus __percpu annotation in this_cpu_has() which makes sparse very noisy. - Disable switch jump tables completely when retpolines are enabled. - Prevent leaking the trampoline address" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/realmode: Make set_real_mode_mem() static inline x86/cpufeature: Fix __percpu annotation in this_cpu_has() x86/mm: Don't exceed the valid physical address space x86/retpolines: Disable switch jump tables when retpolines are enabled x86/realmode: Don't leak the trampoline kernel address x86/boot: Fix incorrect ifdeffery scope x86/resctrl: Remove unused variable
No related branches found
No related tags found
Showing
- arch/x86/Makefile 6 additions, 2 deletionsarch/x86/Makefile
- arch/x86/boot/compressed/misc.h 2 additions, 2 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/include/asm/cpufeature.h 3 additions, 2 deletionsarch/x86/include/asm/cpufeature.h
- arch/x86/include/asm/realmode.h 5 additions, 1 deletionarch/x86/include/asm/realmode.h
- arch/x86/kernel/cpu/resctrl/monitor.c 0 additions, 3 deletionsarch/x86/kernel/cpu/resctrl/monitor.c
- arch/x86/mm/mmap.c 1 addition, 1 deletionarch/x86/mm/mmap.c
- arch/x86/platform/efi/quirks.c 1 addition, 1 deletionarch/x86/platform/efi/quirks.c
- arch/x86/realmode/init.c 1 addition, 10 deletionsarch/x86/realmode/init.c
Loading
Please register or sign in to comment