linux-4.16.7-openpower2
Add one patch to work around an IMC crash with a socket
guarded out.
Patch not yet upstream, but heading there:
https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-May/172835.html
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..598d6b4
--- /dev/null
+++ b/openpower/linux/0003-Release-OpenPower-kernel.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Stewart Smith <stewart@linux.ibm.com>
+Date: Fri, 11 May 2018 17:41:12 -0700
+Subject: [PATCH 3/3] Release OpenPower kernel
+
+Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 1c5d5d8c45e2..ea0dccd03e90 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ VERSION = 4
+ PATCHLEVEL = 16
+ SUBLEVEL = 7
+-EXTRAVERSION =
++EXTRAVERSION = -openpower2
+ NAME = Fearless Coyote
+
+ # *DOCUMENTATION*