diff options
author | John Audia <therealgraysky@proton.me> | 2024-02-16 16:57:53 -0500 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2024-02-18 11:20:27 +0000 |
commit | 5fe80218f914ce88a6e859771291e1dccb5784bf (patch) | |
tree | 1d023f145c74c05b805f95795fd06c8e62bc37bb /target/linux/mvebu/patches-6.1 | |
parent | df95595b452670a7350e424fc521822a37e4cfb4 (diff) |
kernel: bump 6.1 to 6.1.78
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.78
Manually rebased:
bcm27xx/patches-6.1/950-0865-usb-dwc3-Set-DMA-and-coherent-masks-early.patch
bcm27xx/patches-6.1/950-0124-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch
All other patches automatically rebased.
Build system: x86/64
Build-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/mvebu/patches-6.1')
-rw-r--r-- | target/linux/mvebu/patches-6.1/400-find_active_root.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/patches-6.1/400-find_active_root.patch b/target/linux/mvebu/patches-6.1/400-find_active_root.patch index 5582d20c68..90164adcd4 100644 --- a/target/linux/mvebu/patches-6.1/400-find_active_root.patch +++ b/target/linux/mvebu/patches-6.1/400-find_active_root.patch @@ -22,7 +22,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org> struct device_node *pp; int nr_parts, i, ret = 0; bool dedicated = true; -@@ -133,9 +136,13 @@ static int parse_fixed_partitions(struct +@@ -152,9 +155,13 @@ static int parse_fixed_partitions(struct parts[i].size = of_read_number(reg + a_cells, s_cells); parts[i].of_node = pp; @@ -39,7 +39,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org> parts[i].name = partname; if (of_get_property(pp, "read-only", &len)) -@@ -252,6 +259,18 @@ static int __init ofpart_parser_init(voi +@@ -271,6 +278,18 @@ static int __init ofpart_parser_init(voi return 0; } |