diff options
author | John Audia <graysky@archlinux.us> | 2021-01-30 09:37:13 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-01 19:10:43 +0100 |
commit | d33cd383ed64f3b387c8e3111c3c0c663763c0ea (patch) | |
tree | 668da81b3039cfad9d3fa7557a8be18ccbe3f3bc /target/linux/layerscape | |
parent | 84fa59b5a80f8522239755d75d7ae51855c47fd2 (diff) | |
download | upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.tar.gz upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.tar.bz2 upstream-d33cd383ed64f3b387c8e3111c3c0c663763c0ea.zip |
kernel: bump 5.4 to 5.4.94
All modification made by update_kernel.sh in a fresh clone without
existing toolchains.
Build-tested: bcm27xx/bcm2711, ipq806x/R7800,
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-5.4/303-core-0009-arm64-move-elfcorehdr-reservation-early-for-crash-du.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/patches-5.4/303-core-0009-arm64-move-elfcorehdr-reservation-early-for-crash-du.patch b/target/linux/layerscape/patches-5.4/303-core-0009-arm64-move-elfcorehdr-reservation-early-for-crash-du.patch index c6c9801148..d41b160369 100644 --- a/target/linux/layerscape/patches-5.4/303-core-0009-arm64-move-elfcorehdr-reservation-early-for-crash-du.patch +++ b/target/linux/layerscape/patches-5.4/303-core-0009-arm64-move-elfcorehdr-reservation-early-for-crash-du.patch @@ -14,7 +14,7 @@ Signed-off-by: Poonam Aggrwal <poonam.aggrwal@nxp.com> --- a/arch/arm64/mm/init.c +++ b/arch/arm64/mm/init.c -@@ -416,6 +416,8 @@ void __init arm64_memblock_init(void) +@@ -406,6 +406,8 @@ void __init arm64_memblock_init(void) initrd_end = initrd_start + phys_initrd_size; } @@ -23,7 +23,7 @@ Signed-off-by: Poonam Aggrwal <poonam.aggrwal@nxp.com> early_init_fdt_scan_reserved_mem(); /* 4GB maximum for 32-bit only capable devices */ -@@ -426,8 +428,6 @@ void __init arm64_memblock_init(void) +@@ -416,8 +418,6 @@ void __init arm64_memblock_init(void) reserve_crashkernel(); |