kernel: Release Linux v4.4.87-openpower1
Machines were hitting an error with the lpfc driver on shutdown:
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system halt
[ 1238.613900] sd 0:2:1:0: [sdb] Synchronizing SCSI cache
[ 1238.687338] sd 0:2:0:0: [sda] Synchronizing SCSI cache
[ 1271.092630] lpfc 0005:01:00.1: 5:2878 ELS XRI exchange busy wait time: 10 seconds.
[ 1332.092628] lpfc 0005:01:00.0: 4:2878 ELS XRI exchange busy wait time: 10 seconds.
[ 1394.112621] lpfc 0004:01:00.1: 3:2878 ELS XRI exchange busy wait time: 10 seconds.
[ 1455.112619] lpfc 0004:01:00.0: 2:2878 ELS XRI exchange busy wait time: 10 seconds.
The backported commit "lpfc: Fix Device discovery failures during switch
reboot test" resolves this issue.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0011-Release-v4.4.87-openpower1.patch b/openpower/linux/0011-Release-v4.4.87-openpower1.patch
new file mode 100644
index 0000000..ad92e8c
--- /dev/null
+++ b/openpower/linux/0011-Release-v4.4.87-openpower1.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Joel Stanley <joel@jms.id.au>
+Date: Wed, 13 Sep 2017 12:18:10 +1000
+Subject: [PATCH 11/11] Release v4.4.87-openpower1
+
+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 f6838187b568..9125e2649296 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+ SUBLEVEL = 87
+-EXTRAVERSION =
++EXTRAVERSION = -openpower1
+ NAME = Blurry Fish Butt
+
+ # *DOCUMENTATION*