Revision 7f680d7ec3153dffc4d37aea517ead2b9fb9b8e9 authored by Linus Torvalds on 20 August 2017, 16:36:52 UTC, committed by Linus Torvalds on 20 August 2017, 16:36:52 UTC
Pull x86 fixes from Thomas Gleixner:
 "Another pile of small fixes and updates for x86:

   - Plug a hole in the SMAP implementation which misses to clear AC on
     NMI entry

   - Fix the norandmaps/ADDR_NO_RANDOMIZE logic so the command line
     parameter works correctly again

   - Use the proper accessor in the startup64 code for next_early_pgt to
     prevent accessing of invalid addresses and faulting in the early
     boot code.

   - Prevent CPU hotplug lock recursion in the MTRR code

   - Unbreak CPU0 hotplugging

   - Rename overly long CPUID bits which got introduced in this cycle

   - Two commits which mark data 'const' and restrict the scope of data
     and functions to file scope by making them 'static'"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Constify attribute_group structures
  x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'
  x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks
  x86: Fix norandmaps/ADDR_NO_RANDOMIZE
  x86/mtrr: Prevent CPU hotplug lock recursion
  x86: Mark various structures and functions as 'static'
  x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flag
  x86/smpboot: Unbreak CPU0 hotplug
  x86/asm/64: Clear AC on NMI entries
2 parent s 2615a38 + 45bd07a
History
File Mode Size
hvc
ipwireless
serdev
serial
vt
Kconfig -rw-r--r-- 16.5 KB
Makefile -rw-r--r-- 1.2 KB
amiserial.c -rw-r--r-- 44.9 KB
bfin_jtag_comm.c -rw-r--r-- 9.0 KB
cyclades.c -rw-r--r-- 109.4 KB
ehv_bytechan.c -rw-r--r-- 21.5 KB
goldfish.c -rw-r--r-- 9.0 KB
isicom.c -rw-r--r-- 41.3 KB
metag_da.c -rw-r--r-- 16.5 KB
mips_ejtag_fdc.c -rw-r--r-- 35.3 KB
moxa.c -rw-r--r-- 52.4 KB
moxa.h -rw-r--r-- 8.4 KB
mxser.c -rw-r--r-- 70.4 KB
mxser.h -rw-r--r-- 4.5 KB
n_gsm.c -rw-r--r-- 78.1 KB
n_hdlc.c -rw-r--r-- 27.2 KB
n_null.c -rw-r--r-- 1.9 KB
n_r3964.c -rw-r--r-- 30.8 KB
n_tracerouter.c -rw-r--r-- 7.1 KB
n_tracesink.c -rw-r--r-- 7.1 KB
n_tracesink.h -rw-r--r-- 1.3 KB
n_tty.c -rw-r--r-- 60.6 KB
nozomi.c -rw-r--r-- 47.4 KB
pty.c -rw-r--r-- 24.3 KB
rocket.c -rw-r--r-- 92.3 KB
rocket.h -rw-r--r-- 3.8 KB
rocket_int.h -rw-r--r-- 41.5 KB
synclink.c -rw-r--r-- 229.1 KB
synclink_gt.c -rw-r--r-- 131.5 KB
synclinkmp.c -rw-r--r-- 146.5 KB
sysrq.c -rw-r--r-- 26.3 KB
tty_audit.c -rw-r--r-- 5.7 KB
tty_baudrate.c -rw-r--r-- 6.3 KB
tty_buffer.c -rw-r--r-- 15.3 KB
tty_io.c -rw-r--r-- 78.1 KB
tty_ioctl.c -rw-r--r-- 24.0 KB
tty_jobctrl.c -rw-r--r-- 14.0 KB
tty_ldisc.c -rw-r--r-- 19.8 KB
tty_ldsem.c -rw-r--r-- 11.1 KB
tty_mutex.c -rw-r--r-- 1.1 KB
tty_port.c -rw-r--r-- 18.1 KB

back to top