Linux/linux 1fd91d7arch/x86 Kconfig, arch/x86/kernel reboot.c process.c

Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:
 "Misc fixes all over the place: a console spam fix, section attributes
  fixes, a KASLR fix, a TLB stack-variable alignment fix, a reboot
  quirk, boot options related warnings fix, an LTO fix, a deadlock fix
  and an RDT fix"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priority
  x86/cpu/bugs: Use __initconst for 'const' init data
  x86/mm/KASLR: Fix the size of the direct mapping section
  x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness"
  x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"
  x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
  x86/mm: Prevent bogus warnings with "noexec=off"
  x86/build/lto: Fix truncated .bss with -fdata-sections
  x86/speculation: Prevent deadlock on ssb_state::lock
  x86/resctrl: Do not repeat rdtgroup mode initialization
DeltaFile
+21-0arch/x86/kernel/reboot.c
+6-2arch/x86/kernel/process.c
+6-1include/linux/efi.h
+3-3arch/x86/kernel/cpu/bugs.c
+2-2arch/x86/kernel/cpu/intel.c
+2-1arch/x86/kernel/cpu/resctrl/rdtgroup.c
+2-1arch/x86/mm/dump_pagetables.c
+1-1arch/x86/kernel/vmlinux.lds.S
+1-1arch/x86/Kconfig
+1-1arch/x86/mm/ioremap.c
+1-1arch/x86/mm/kaslr.c
+1-1arch/x86/mm/tlb.c
+47-1512 files

UnifiedSplitRaw