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/0003-Release-OpenPower-kernel.patch b/openpower/linux/0003-Release-OpenPower-kernel.patch
new file mode 100644
index 0000000..1deaa86
--- /dev/null
+++ b/openpower/linux/0003-Release-OpenPower-kernel.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Joel Stanley <joel@jms.id.au>
+Date: Mon, 8 Apr 2019 16:42:01 +0930
+Subject: [PATCH 3/3] Release OpenPower kernel
+
+Signed-off-by: Joel Stanley <joel@jms.id.au>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index af99c77c7066..cd31b792f27c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ VERSION = 5
+ PATCHLEVEL = 0
+ SUBLEVEL = 7
+-EXTRAVERSION =
++EXTRAVERSION = -openpower1
+ NAME = Shy Crocodile
+
+ # *DOCUMENTATION*