diff options
| author | Joel Stanley <joel@jms.id.au> | 2019-01-03 19:27:27 +1030 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-01-03 19:27:27 +1030 |
| commit | 1ae1ff50cecf5879437ae0a45f9c671edb5a69dc (patch) | |
| tree | 47a87bdbc71b4d9fb3e32145d34dc537e70bfc02 /openpower/linux | |
| parent | 525727eded302260e5a604b1b3d1e6addc895c79 (diff) | |
| download | blackbird-op-build-1ae1ff50cecf5879437ae0a45f9c671edb5a69dc.tar.gz blackbird-op-build-1ae1ff50cecf5879437ae0a45f9c671edb5a69dc.zip | |
kernel: Move to Linux v4.19.13-openpower1
PowerPC fixes (v4.19.7 through to v4.19.13):
powerpc: Look for "stdout-path" when setting up legacy consoles
powerpc/msi: Fix NULL pointer access in teardown code
powerpc/function_graph: Simplify with function_graph_enter()
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 | 2 | ||||
| -rw-r--r-- | openpower/linux/0002-Release-OpenPower-kernel.patch | 4 |
2 files changed, 3 insertions, 3 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 72186364..9ca189d7 100644 --- a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch +++ b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch @@ -14,7 +14,7 @@ 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 c928dbbff881..2f5aff97f387 100644 +index dae3be1b9c8f..bd675c5db608 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -794,6 +794,7 @@ static void xhci_shutdown(struct usb_hcd *hcd) diff --git a/openpower/linux/0002-Release-OpenPower-kernel.patch b/openpower/linux/0002-Release-OpenPower-kernel.patch index dfaea7c7..cd0a91b3 100644 --- a/openpower/linux/0002-Release-OpenPower-kernel.patch +++ b/openpower/linux/0002-Release-OpenPower-kernel.patch @@ -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 20cbb8e84650..8b36760c6732 100644 +index 892ff14cbc9d..eb33670b9cf9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 4 PATCHLEVEL = 19 - SUBLEVEL = 6 + SUBLEVEL = 13 -EXTRAVERSION = +EXTRAVERSION = -openpower1 NAME = "People's Front" |

