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
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 721 bytes
w1_bq27000.c -rw-r--r-- 2.6 KB
w1_ds2405.c -rw-r--r-- 4.7 KB
w1_ds2406.c -rw-r--r-- 3.4 KB
w1_ds2408.c -rw-r--r-- 9.4 KB
w1_ds2413.c -rw-r--r-- 3.4 KB
w1_ds2423.c -rw-r--r-- 3.8 KB
w1_ds2431.c -rw-r--r-- 6.8 KB
w1_ds2433.c -rw-r--r-- 7.1 KB
w1_ds2438.c -rw-r--r-- 8.9 KB
w1_ds2760.c -rw-r--r-- 4.0 KB
w1_ds2760.h -rw-r--r-- 1.8 KB
w1_ds2780.c -rw-r--r-- 3.6 KB
w1_ds2780.h -rw-r--r-- 3.9 KB
w1_ds2781.c -rw-r--r-- 3.5 KB
w1_ds2781.h -rw-r--r-- 3.8 KB
w1_ds28e04.c -rw-r--r-- 9.7 KB
w1_smem.c -rw-r--r-- 1.9 KB
w1_therm.c -rw-r--r-- 15.4 KB

back to top