commit | 2c365731c814042e7a363bbba1d798173556419b | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Jul 25 09:33:55 2017 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Tue Jul 25 09:33:55 2017 +0930 |
tree | 4cd84d80314cae3ad589e941580335b0ade2526e | |
parent | 5bf9e18aa45497de568611efa5e11eab30ab722f [diff] |
kernel: move to Linux 4.12.3-openpower1 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch b/openpower/linux/0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch index 5ab07a0..1050749 100644 --- a/openpower/linux/0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch +++ b/openpower/linux/0001-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
@@ -22,6 +22,3 @@ #ifdef CONFIG_PM .driver = { .pm = &usb_hcd_pci_pm_ops --- -2.13.2 -
diff --git a/openpower/linux/0002-Release-OpenPower-kernel.patch b/openpower/linux/0002-Release-OpenPower-kernel.patch index 2bca8cb..16caf13 100644 --- a/openpower/linux/0002-Release-OpenPower-kernel.patch +++ b/openpower/linux/0002-Release-OpenPower-kernel.patch
@@ -9,18 +9,15 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 1286f8cc7b5b..dc2d776f1b01 100644 +index f5bbee480317..e05cc38a2137 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 12 - SUBLEVEL = 1 + SUBLEVEL = 3 -EXTRAVERSION = +EXTRAVERSION = -openpower1 NAME = Fearless Coyote # *DOCUMENTATION* --- -2.13.2 -