• Linus Torvalds's avatar
    Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 694a20da
    Linus Torvalds authored
    Pull powerpc fixes from Michael Ellerman:
     "A larger batch of fixes than we'd like. Roughly 1/3 fixes for new
      code, 1/3 fixes for stable and 1/3 minor things.
    
      There's four commits fixing bugs when using 16GB huge pages on hash,
      caused by some of the preparatory changes for pkeys.
    
      Two fixes for bugs in the enhanced IRQ soft masking for local_t, one
      of which broke KVM in some circumstances.
    
      Four fixes for Power9. The most bizarre being a bug where futexes
      stopped working because a NULL pointer dereference didn't trap during
      early boot (it aliased the kernel mapping). A fix for memory hotplug
      when using the Radix MMU, and a fix for live migration of guests using
      the Radix MMU.
    
      Two fixes for hotplug on pseries machines. One where we weren't
      correctly updating NUMA info when CPUs are added and removed. And the
      other fixes crashes/hangs seen when doing memory hot remove during
      boot, which is apparently a thing people do.
    
      Finally a handful of build fixes for obscure configs and other minor
      fixes.
    
      Thanks to: Alexey Kardashevskiy, Aneesh Kumar K.V, Balbir Singh, Colin
      Ian King, Daniel Henrique Barboza, Florian Weimer, Guenter Roeck,
      Harish, Laurent Vivier, Madhavan Srinivasan, Mauricio Faria de
      Oliveira, Nathan Fontenot, Nicholas Piggin, Sam Bobroff"
    
    * tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
      selftests/powerpc: Fix to use ucontext_t instead of struct ucontext
      powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
      powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug
      powerpc/mm/hash64: Zero PGD pages on allocation
      powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
      powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled
      powerpc/mm: Fix crashes with 16G huge pages
      powerpc/mm: Flush radix process translations when setting MMU type
      powerpc/vas: Don't set uses_vas for kernel windows
      powerpc/pseries: Enable RAS hotplug events later
      powerpc/mm/radix: Split linear mapping on hot-unplug
      powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
      ocxl: fix signed comparison with less than zero
      powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking
      powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macro
      powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
    694a20da
file.c 9.3 KB