diff options
author | John Audia <graysky@archlinux.us> | 2020-09-17 09:51:25 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-19 12:41:29 +0200 |
commit | 770a9c678756462ab0d94656f1fcc30624a31bd0 (patch) | |
tree | 478ff3eb3f959854381fa4501055f8353e7151c5 /target/linux/ipq806x | |
parent | bf2870c1d9e162f27925e9c40eca9e0069096f3b (diff) | |
download | upstream-770a9c678756462ab0d94656f1fcc30624a31bd0.tar.gz upstream-770a9c678756462ab0d94656f1fcc30624a31bd0.tar.bz2 upstream-770a9c678756462ab0d94656f1fcc30624a31bd0.zip |
kernel: bump 5.4 to 5.4.66
All modifications made by update_kernel.sh/no manual intervention needed
Run-tested: ipq806x (R7800), ath79 (Archer C7v5), x86/64
No dmesg regressions, everything appears functional
Signed-off-by: John Audia <graysky@archlinux.us>
[add run test from PR]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-5.4/851-add-gsbi1-dts.patch | 6 | ||||
-rw-r--r-- | target/linux/ipq806x/patches-5.4/997-device_tree_cmdline.patch | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/ipq806x/patches-5.4/851-add-gsbi1-dts.patch b/target/linux/ipq806x/patches-5.4/851-add-gsbi1-dts.patch index 2e1cb70e11..f75f994904 100644 --- a/target/linux/ipq806x/patches-5.4/851-add-gsbi1-dts.patch +++ b/target/linux/ipq806x/patches-5.4/851-add-gsbi1-dts.patch @@ -1,7 +1,5 @@ -Index: linux-5.4.65/arch/arm/boot/dts/qcom-ipq8064.dtsi -=================================================================== ---- linux-5.4.65.orig/arch/arm/boot/dts/qcom-ipq8064.dtsi -+++ linux-5.4.65/arch/arm/boot/dts/qcom-ipq8064.dtsi +--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi ++++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -865,6 +865,41 @@ reg = <0x12100000 0x10000>; }; diff --git a/target/linux/ipq806x/patches-5.4/997-device_tree_cmdline.patch b/target/linux/ipq806x/patches-5.4/997-device_tree_cmdline.patch index 92f82b3788..3cc032fdd2 100644 --- a/target/linux/ipq806x/patches-5.4/997-device_tree_cmdline.patch +++ b/target/linux/ipq806x/patches-5.4/997-device_tree_cmdline.patch @@ -1,7 +1,5 @@ -Index: linux-5.4.65/drivers/of/fdt.c -=================================================================== ---- linux-5.4.65.orig/drivers/of/fdt.c -+++ linux-5.4.65/drivers/of/fdt.c +--- a/drivers/of/fdt.c ++++ b/drivers/of/fdt.c @@ -1059,6 +1059,9 @@ int __init early_init_dt_scan_chosen(uns p = of_get_flat_dt_prop(node, "bootargs", &l); if (p != NULL && l > 0) |