Release 4.4.2-openpower1 kernel
- Updated to 4.4.2 stable release
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/buildroot b/buildroot
index 981d867..bb88699 160000
--- a/buildroot
+++ b/buildroot
@@ -1 +1 @@
-Subproject commit 981d8677207653a5e4e665b0e30c8c893c5e70f2
+Subproject commit bb886991d4deddbc4affeff8f63dec09e7733198
diff --git a/openpower/linux/linux-0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch b/openpower/linux/linux-0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
index 98a6a9e..d3dbb0d 100644
--- a/openpower/linux/linux-0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
+++ b/openpower/linux/linux-0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
@@ -1,4 +1,4 @@
-From 78b652c3a955cb9700abebff725a041cb805e193 Mon Sep 17 00:00:00 2001
+From 0e7a4fdbfa121ea4b6f34e3138a8d1d3bc6c1968 Mon Sep 17 00:00:00 2001
From: Thadeu Lima De Souza Cascardo <thadeul@br.ibm.com>
Date: Tue, 25 Mar 2014 10:45:16 -0400
Subject: [PATCH 1/5] xhci: Use xhci_pci_remove for xhci device shutdown
@@ -10,10 +10,10 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
-index c62109091d12..6d5b32c298bc 100644
+index c2d65206ec6c..c2d33e274542 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
-@@ -426,7 +426,7 @@ static struct pci_driver xhci_pci_driver = {
+@@ -438,7 +438,7 @@ static struct pci_driver xhci_pci_driver = {
.remove = xhci_pci_remove,
/* suspend and resume implemented later */
@@ -23,5 +23,5 @@
.driver = {
.pm = &usb_hcd_pci_pm_ops
--
-2.7.0.rc3
+2.7.0
diff --git a/openpower/linux/linux-0002-Revert-usb-xhci-stop-everything-on-the-first-call-to.patch b/openpower/linux/linux-0002-Revert-usb-xhci-stop-everything-on-the-first-call-to.patch
index 63ac296..7db0e9b 100644
--- a/openpower/linux/linux-0002-Revert-usb-xhci-stop-everything-on-the-first-call-to.patch
+++ b/openpower/linux/linux-0002-Revert-usb-xhci-stop-everything-on-the-first-call-to.patch
@@ -1,4 +1,4 @@
-From 8afabdc0db0f80e45c9bfdeb3faadaa89d4dd775 Mon Sep 17 00:00:00 2001
+From 26096712324781dbc4156f51dfd7e69847e1bbd0 Mon Sep 17 00:00:00 2001
From: Joel Stanley <joel@jms.id.au>
Date: Thu, 28 Jan 2016 13:07:06 +1030
Subject: [PATCH 2/5] Revert "usb: xhci: stop everything on the first call to
@@ -17,7 +17,7 @@
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
-index 3f912705dcef..2cc689a3b549 100644
+index dca0a4692f08..6df15fd445e6 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -665,6 +665,15 @@ int xhci_run(struct usb_hcd *hcd)
@@ -58,5 +58,5 @@
* (xhci_stop() could be called as part of failed init).
*/
--
-2.7.0.rc3
+2.7.0
diff --git a/openpower/linux/linux-0003-xhci-do-not-halt-the-secondary-HCD.patch b/openpower/linux/linux-0003-xhci-do-not-halt-the-secondary-HCD.patch
index 3ad6157..cee39dd 100644
--- a/openpower/linux/linux-0003-xhci-do-not-halt-the-secondary-HCD.patch
+++ b/openpower/linux/linux-0003-xhci-do-not-halt-the-secondary-HCD.patch
@@ -1,4 +1,4 @@
-From 82addbe4d27c12454572e1200f962cd5ee25523f Mon Sep 17 00:00:00 2001
+From 11e2befd6a0f7f5d6d01b3f48b8129089ca930d4 Mon Sep 17 00:00:00 2001
From: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Date: Mon, 10 Mar 2014 13:02:13 -0300
Subject: [PATCH 3/5] xhci: do not halt the secondary HCD
@@ -14,7 +14,7 @@
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
-index 2cc689a3b549..aa6d1e0b4bea 100644
+index 6df15fd445e6..478b4fd3d182 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -670,7 +670,18 @@ static void xhci_only_stop_hcd(struct usb_hcd *hcd)
@@ -38,5 +38,5 @@
}
--
-2.7.0.rc3
+2.7.0
diff --git a/openpower/linux/linux-0004-powerpc-eeh-Fix-PE-location-code.patch b/openpower/linux/linux-0004-powerpc-eeh-Fix-PE-location-code.patch
index 155133c..79bd3ef 100644
--- a/openpower/linux/linux-0004-powerpc-eeh-Fix-PE-location-code.patch
+++ b/openpower/linux/linux-0004-powerpc-eeh-Fix-PE-location-code.patch
@@ -1,4 +1,4 @@
-From 3cbe4777b9d0640df25fa4eb41b15199f78f9e99 Mon Sep 17 00:00:00 2001
+From c82da6da37a975fb2b8d07723b76be3b339b5291 Mon Sep 17 00:00:00 2001
From: Gavin Shan <gwshan@linux.vnet.ibm.com>
Date: Thu, 28 Jan 2016 16:18:37 +1100
Subject: [PATCH 4/5] powerpc/eeh: Fix PE location code
@@ -71,5 +71,5 @@
/**
--
-2.7.0.rc3
+2.7.0
diff --git a/openpower/linux/linux-0005-Release-4.4.0-openpower2.patch b/openpower/linux/linux-0005-Release-4.4.2-openpower1.patch
similarity index 64%
rename from openpower/linux/linux-0005-Release-4.4.0-openpower2.patch
rename to openpower/linux/linux-0005-Release-4.4.2-openpower1.patch
index 7e3759a..5039fc3 100644
--- a/openpower/linux/linux-0005-Release-4.4.0-openpower2.patch
+++ b/openpower/linux/linux-0005-Release-4.4.2-openpower1.patch
@@ -1,7 +1,7 @@
-From dd90dddefe4b9fc7996ce37c18bd88210ebbe898 Mon Sep 17 00:00:00 2001
+From efc2650479967c72bca3d6e128ac774a3be22bf7 Mon Sep 17 00:00:00 2001
From: Joel Stanley <joel@jms.id.au>
Date: Tue, 20 Oct 2015 15:01:06 +1030
-Subject: [PATCH 5/5] Release 4.4.0-openpower2
+Subject: [PATCH 5/5] Release 4.4.2-openpower1
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
@@ -9,18 +9,18 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 70dea02f1346..93c4379da8ed 100644
+index e7a2958eb771..8b2c855b6f37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 4
PATCHLEVEL = 4
- SUBLEVEL = 0
+ SUBLEVEL = 2
-EXTRAVERSION =
-+EXTRAVERSION = -openpower2
++EXTRAVERSION = -openpower1
NAME = Blurry Fish Butt
# *DOCUMENTATION*
--
-2.7.0.rc3
+2.7.0