kernel: Move to Linux 4.16.8-openpower1
New patches:
- powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()
- scsi: aacraid: Correct hba_send to include iu_type
The perf fix was included in 4.16.7-openpower2 but not committed to the
Linux kernel tree. It is now correctly included in this release.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0004-Release-OpenPower-kernel.patch b/openpower/linux/0004-Release-OpenPower-kernel.patch
new file mode 100644
index 0000000..0229f65
--- /dev/null
+++ b/openpower/linux/0004-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: Wed, 16 May 2018 13:42:40 +0930
+Subject: [PATCH 4/4] 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 5da6ffd69209..6d6fbae5e2b9 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ VERSION = 4
+ PATCHLEVEL = 16
+ SUBLEVEL = 8
+-EXTRAVERSION =
++EXTRAVERSION = -openpower2
+ NAME = Fearless Coyote
+
+ # *DOCUMENTATION*