diff options
author | John Audia <therealgraysky@proton.me> | 2023-09-19 14:00:07 -0400 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-23 13:10:28 +0200 |
commit | e3559fb4453c99c25f6234beda69e1e8a95e663f (patch) | |
tree | 56f2c980e619cdf1a0cae982dda1196048770f9c /target/linux/bcm53xx/patches-6.1 | |
parent | 2bda536a3d35d3ab6ed3a39edc0a69c0c95a1a62 (diff) |
kernel: bump 6.1 to 6.1.54
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.54
Removed upstreamed:
generic/backport-6.1/020-v6.3-02-UPSTREAM-mm-multi-gen-LRU-rename-lrugen-lists-to-lru.patch[1]
ipq806x/patches-6.1/140-v6.5-hwspinlock-qcom-add-missing-regmap-config-for-SFPB-M.patch[2]
All other patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.54&id=a73d04c460521e45f257d28d73df096e41ece324
2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.54&id=e93bc372dbc0bde133c854c03502a95617041972
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/bcm53xx/patches-6.1')
-rw-r--r-- | target/linux/bcm53xx/patches-6.1/905-BCM53573-minor-hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-6.1/905-BCM53573-minor-hacks.patch b/target/linux/bcm53xx/patches-6.1/905-BCM53573-minor-hacks.patch index 721cc3c154..0d4962462b 100644 --- a/target/linux/bcm53xx/patches-6.1/905-BCM53573-minor-hacks.patch +++ b/target/linux/bcm53xx/patches-6.1/905-BCM53573-minor-hacks.patch @@ -61,7 +61,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> #include <linux/clockchips.h> #include <linux/clocksource.h> #include <linux/clocksource_ids.h> -@@ -1021,6 +1022,16 @@ static void __init arch_timer_of_configu +@@ -1028,6 +1029,16 @@ static void __init arch_timer_of_configu if (of_property_read_u32(np, "clock-frequency", &arch_timer_rate)) arch_timer_rate = rate; |