Revision 915ee0da5ecb7ac7fd023ae36f01c47ce47a45d1 authored by Linus Torvalds on 31 March 2019, 15:40:15 UTC, committed by Linus Torvalds on 31 March 2019, 15:40:15 UTC
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
2 parent s 590627f + f560bd1
History
File Mode Size
Kconfig -rw-r--r-- 518 bytes
Makefile -rw-r--r-- 135 bytes
README -rw-r--r-- 279 bytes
bitmap.c -rw-r--r-- 1.1 KB
dir.c -rw-r--r-- 2.2 KB
inode.c -rw-r--r-- 10.9 KB
namei.c -rw-r--r-- 3.0 KB
qnx4.h -rw-r--r-- 1.2 KB

README

back to top