diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-25 09:18:53 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-26 10:11:21 +0100 |
commit | b4a4d04b919b4a18a03e52a9e6bc18ddd924f554 (patch) | |
tree | e2f041be6829e4d983cc3ccb9aeb56e05707ce41 /target/linux/generic/hack-4.14/930-crashlog.patch | |
parent | 86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f (diff) | |
download | upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.gz upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.bz2 upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.zip |
kernel: bump 4.14 to 4.14.222
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/930-crashlog.patch')
-rw-r--r-- | target/linux/generic/hack-4.14/930-crashlog.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.14/930-crashlog.patch b/target/linux/generic/hack-4.14/930-crashlog.patch index 3100d1fc08..397046ad62 100644 --- a/target/linux/generic/hack-4.14/930-crashlog.patch +++ b/target/linux/generic/hack-4.14/930-crashlog.patch @@ -318,7 +318,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> #include <asm/sections.h> #include <linux/io.h> -@@ -483,6 +484,8 @@ static void __init_memblock memblock_ins +@@ -447,6 +448,8 @@ static void __init_memblock memblock_ins memblock_set_region_node(rgn, nid); type->cnt++; type->total_size += size; @@ -327,7 +327,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> } /** -@@ -522,6 +525,8 @@ int __init_memblock memblock_add_range(s +@@ -486,6 +489,8 @@ int __init_memblock memblock_add_range(s type->regions[0].flags = flags; memblock_set_region_node(&type->regions[0], nid); type->total_size = size; |