summaryrefslogtreecommitdiffstats
path: root/openpower/linux
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-11-27 16:36:06 +1030
committerJoel Stanley <joel@jms.id.au>2018-11-27 16:38:39 +1030
commita21974bed47ead94bfa4587e7bd2857a94ee460f (patch)
tree5ae874f811231207e8796287e3abf28cc5ec6dc6 /openpower/linux
parent9d986164b79fb8bb8e9a1d7d6a247fd2f4cc6892 (diff)
downloadtalos-op-build-a21974bed47ead94bfa4587e7bd2857a94ee460f.tar.gz
talos-op-build-a21974bed47ead94bfa4587e7bd2857a94ee460f.zip
kernel: Move to Linux v4.19.4-openpower1
PowerPC fixes (4.19.2, 4.19.3, 4.19.4): powerpc/memtrace: Remove memory in chunks powerpc/boot: Ensure _zimage_start is a weak symbol powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak powerpc/nohash: fix undefined behaviour when testing page size support powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS powerpc/mm: fix always true/false warning in slice.c powerpc/mm: Fix page table dump to work on Radix powerpc/64/module: REL32 relocation range check powerpc/traps: restore recoverability of machine_check interrupts powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 powerpc/tm: Fix HFSCR bit for no suspend case Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/linux')
-rw-r--r--openpower/linux/0002-Release-OpenPower-kernel.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpower/linux/0002-Release-OpenPower-kernel.patch b/openpower/linux/0002-Release-OpenPower-kernel.patch
index c1833852..5a378bf9 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: Thu, 8 Nov 2018 19:02:15 +1030
+Date: Tue, 27 Nov 2018 15:48:59 +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 abcd8ca4966f..640bf242781b 100644
+index 1f3c7adeea63..723e1f2cf70f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 4
PATCHLEVEL = 19
- SUBLEVEL = 1
+ SUBLEVEL = 4
-EXTRAVERSION =
+EXTRAVERSION = -openpower1
NAME = "People's Front"
OpenPOWER on IntegriCloud