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
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 904 bytes
target_core_alua.c -rw-r--r-- 60.6 KB
target_core_alua.h -rw-r--r-- 6.2 KB
target_core_configfs.c -rw-r--r-- 88.4 KB
target_core_device.c -rw-r--r-- 32.7 KB
target_core_fabric_configfs.c -rw-r--r-- 27.7 KB
target_core_fabric_lib.c -rw-r--r-- 11.7 KB
target_core_file.c -rw-r--r-- 22.2 KB
target_core_file.h -rw-r--r-- 1.2 KB
target_core_hba.c -rw-r--r-- 4.7 KB
target_core_iblock.c -rw-r--r-- 21.5 KB
target_core_iblock.h -rw-r--r-- 612 bytes
target_core_internal.h -rw-r--r-- 6.6 KB
target_core_pr.c -rw-r--r-- 122.8 KB
target_core_pr.h -rw-r--r-- 2.4 KB
target_core_pscsi.c -rw-r--r-- 27.6 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 16.4 KB
target_core_rd.h -rw-r--r-- 1.5 KB
target_core_sbc.c -rw-r--r-- 38.1 KB
target_core_spc.c -rw-r--r-- 38.1 KB
target_core_stat.c -rw-r--r-- 37.5 KB
target_core_tmr.c -rw-r--r-- 12.5 KB
target_core_tpg.c -rw-r--r-- 18.1 KB
target_core_transport.c -rw-r--r-- 92.0 KB
target_core_ua.c -rw-r--r-- 8.8 KB
target_core_ua.h -rw-r--r-- 1.6 KB
target_core_user.c -rw-r--r-- 51.5 KB
target_core_xcopy.c -rw-r--r-- 30.7 KB
target_core_xcopy.h -rw-r--r-- 1.9 KB

back to top