diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-12-03 10:16:56 +1030 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2018-12-03 10:29:33 +1030 |
| commit | 490a3b8803bfd77f2a2640e907b383fb76cef30e (patch) | |
| tree | 2d5aba7c756fc540269c310bc01dbc3756db67f3 /openpower/linux | |
| parent | 05559c52198f7ca0f4734b24e8ee90cb2067aa39 (diff) | |
| download | talos-op-build-490a3b8803bfd77f2a2640e907b383fb76cef30e.tar.gz talos-op-build-490a3b8803bfd77f2a2640e907b383fb76cef30e.zip | |
kernel: Move to Linux v4.19.6-openpower1
PowerPC fixes (4.19.5, 4.19.6):
powerpc/numa: Suppress "VPHN is not supported" messages
powerpc/io: Fix the IO workarounds code to work with Radix
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/linux')
| -rw-r--r-- | openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch | 4 | ||||
| -rw-r--r-- | openpower/linux/0002-Release-OpenPower-kernel.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch index 1b4f4bfc..72186364 100644 --- a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch +++ b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch @@ -14,10 +14,10 @@ Signed-off-by: Joel Stanley <joel@jms.id.au> 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c -index 0420eefa647a..618fabbdb4cc 100644 +index c928dbbff881..2f5aff97f387 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -796,6 +796,7 @@ static void xhci_shutdown(struct usb_hcd *hcd) +@@ -794,6 +794,7 @@ static void xhci_shutdown(struct usb_hcd *hcd) /* Yet another workaround for spurious wakeups at shutdown with HSW */ if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) pci_set_power_state(to_pci_dev(hcd->self.sysdev), PCI_D3hot); diff --git a/openpower/linux/0002-Release-OpenPower-kernel.patch b/openpower/linux/0002-Release-OpenPower-kernel.patch index 5a378bf9..dfaea7c7 100644 --- a/openpower/linux/0002-Release-OpenPower-kernel.patch +++ b/openpower/linux/0002-Release-OpenPower-kernel.patch @@ -1,6 +1,6 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Joel Stanley <joel@jms.id.au> -Date: Tue, 27 Nov 2018 15:48:59 +1030 +Date: Mon, 3 Dec 2018 10:10:31 +1030 Subject: [PATCH 2/2] Release OpenPower kernel Signed-off-by: Joel Stanley <joel@jms.id.au> @@ -9,13 +9,13 @@ Signed-off-by: Joel Stanley <joel@jms.id.au> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 1f3c7adeea63..723e1f2cf70f 100644 +index 20cbb8e84650..8b36760c6732 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 4 PATCHLEVEL = 19 - SUBLEVEL = 4 + SUBLEVEL = 6 -EXTRAVERSION = +EXTRAVERSION = -openpower1 NAME = "People's Front" |

