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-- 2.8 KB
Makefile -rw-r--r-- 484 bytes
auth.c -rw-r--r-- 12.2 KB
budget.c -rw-r--r-- 23.9 KB
commit.c -rw-r--r-- 20.5 KB
compress.c -rw-r--r-- 6.7 KB
crypto.c -rw-r--r-- 2.3 KB
debug.c -rw-r--r-- 84.1 KB
debug.h -rw-r--r-- 12.5 KB
dir.c -rw-r--r-- 42.9 KB
file.c -rw-r--r-- 47.2 KB
find.c -rw-r--r-- 30.1 KB
gc.c -rw-r--r-- 28.7 KB
io.c -rw-r--r-- 35.7 KB
ioctl.c -rw-r--r-- 6.1 KB
journal.c -rw-r--r-- 51.3 KB
key.h -rw-r--r-- 14.9 KB
log.c -rw-r--r-- 19.9 KB
lprops.c -rw-r--r-- 36.0 KB
lpt.c -rw-r--r-- 62.4 KB
lpt_commit.c -rw-r--r-- 51.2 KB
master.c -rw-r--r-- 11.7 KB
misc.c -rw-r--r-- 1.3 KB
misc.h -rw-r--r-- 8.1 KB
orphan.c -rw-r--r-- 24.7 KB
recovery.c -rw-r--r-- 43.6 KB
replay.c -rw-r--r-- 34.5 KB
sb.c -rw-r--r-- 26.7 KB
scan.c -rw-r--r-- 9.5 KB
shrinker.c -rw-r--r-- 9.6 KB
super.c -rw-r--r-- 62.9 KB
tnc.c -rw-r--r-- 92.1 KB
tnc_commit.c -rw-r--r-- 27.6 KB
tnc_misc.c -rw-r--r-- 13.3 KB
ubifs-media.h -rw-r--r-- 24.6 KB
ubifs.h -rw-r--r-- 71.1 KB
xattr.c -rw-r--r-- 18.2 KB

back to top