summaryrefslogtreecommitdiffstats
path: root/openpower/linux
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-02-22 13:39:04 +1030
committerJoel Stanley <joel@jms.id.au>2016-02-22 22:55:41 +1030
commit166584061d94930b2081fac002410e262f57e83d (patch)
tree0417bd080e0dc16c54bce3197861915dd0d66911 /openpower/linux
parentcc961d8afb56d151292d01cb812bca8c8b22cbf4 (diff)
downloadtalos-op-build-166584061d94930b2081fac002410e262f57e83d.tar.gz
talos-op-build-166584061d94930b2081fac002410e262f57e83d.zip
Release 4.4.2-openpower1 kernel
- Updated to 4.4.2 stable release Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/linux')
-rw-r--r--openpower/linux/linux-0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch8
-rw-r--r--openpower/linux/linux-0002-Revert-usb-xhci-stop-everything-on-the-first-call-to.patch6
-rw-r--r--openpower/linux/linux-0003-xhci-do-not-halt-the-secondary-HCD.patch6
-rw-r--r--openpower/linux/linux-0004-powerpc-eeh-Fix-PE-location-code.patch4
-rw-r--r--openpower/linux/linux-0005-Release-4.4.2-openpower1.patch (renamed from openpower/linux/linux-0005-Release-4.4.0-openpower2.patch)12
5 files changed, 18 insertions, 18 deletions
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 98a6a9e8..d3dbb0d6 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 @@ Signed-off-by: Joel Stanley <joel@jms.id.au>
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 @@ index c62109091d12..6d5b32c298bc 100644
.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 63ac2969..7db0e9bf 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 @@ Signed-off-by: Joel Stanley <joel@jms.id.au>
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 @@ index 3f912705dcef..2cc689a3b549 100644
* (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 3ad61578..cee39ddb 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 @@ Signed-off-by: Joel Stanley <joel@jms.id.au>
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 @@ index 2cc689a3b549..aa6d1e0b4bea 100644
}
--
-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 155133c5..79bd3ef6 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 @@ index 8654cb166c19..ca9e5371930e 100644
/**
--
-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
index 7e3759a7..5039fc36 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 @@ Signed-off-by: Joel Stanley <joel@jms.id.au>
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
OpenPOWER on IntegriCloud