kernel: Move to Linux v5.3.5-openpower1
This adds Firmware Assissted dump passthrough mode to the OpenPower
kernel. These patches were backported from 5.4, and the
CONFIG_PRESERVE_FA_DUMP was added.
PowerPC related changes:
powerpc: dump kernel log before carrying out fadump or kdump
powerpc/eeh: Clean up EEH PEs after recovery finishes
powerpc/64s/exception: machine check use correct cfar for late handler
powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag
powerpc/perf: fix imc allocation failure handling
powerpc/64s/radix: Fix memory hotplug section page table creation
powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this function
powerpc/ptdump: fix walk_pagetables() address mismatch
powerpc/rtas: use device model APIs and serialization during LPM
powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL
powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA window
powerpc/imc: Dont create debugfs files for cpu-less nodes
powerpc/Makefile: Always pass --synthetic to nm if supported
powerpc/xive: Fix bogus error code returned by OPAL
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
index 012a3f3..5acedcf 100644
--- a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
+++ b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian King <brking@linux.vnet.ibm.com>
Date: Wed, 25 Oct 2017 10:42:59 +1100
-Subject: [PATCH 1/2] xhci: Reset controller on xhci shutdown
+Subject: [PATCH 1/6] xhci: Reset controller on xhci shutdown
Fixes kexec boot. Without a hard reset, some USB chips will fail to
initialize in a kexec booted kernel.