kernel: Move to Linux v5.0.7-openpower1
This contains upstream commit fd9c40f64c51 ("block: Revert v5.0
blk_mq_request_issue_directly() changes") which has not yet been
released in a stable tree.
This should resolve the issues seen with v5.0.6-openpower1.
PowerPC fixes:
powerpc/64s: Clear on-stack exception marker upon exception return
powerpc/ptrace: Mitigate potential Spectre v1
powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
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 60a66a9..0381a06 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/3] 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.