Skip to content

Commit 228a89a

Browse files
graysky2hauke
authored andcommitted
kernel: bump 6.12 to 6.12.69
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.69 All patches automatically rebased. Build system: x86/64 Build-tested: flogic/glinet_gl-mt6000 Run-tested: flogic/glinet_gl-mt6000 Signed-off-by: John Audia <therealgraysky@proton.me> Link: openwrt/openwrt#21904 (cherry picked from commit b475946) [Refreshed on top of 25.12] Link: openwrt/openwrt#22017 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent b7c9051 commit 228a89a

12 files changed

+18
-18
lines changed

target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ SVN-Revision: 35130
866866
iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
867867
return segs;
868868

869-
@@ -267,7 +267,7 @@ struct sk_buff *tcp_gro_lookup(struct li
869+
@@ -268,7 +268,7 @@ struct sk_buff *tcp_gro_lookup(struct li
870870
continue;
871871

872872
th2 = tcp_hdr(p);
@@ -875,7 +875,7 @@ SVN-Revision: 35130
875875
NAPI_GRO_CB(p)->same_flow = 0;
876876
continue;
877877
}
878-
@@ -331,8 +331,8 @@ struct sk_buff *tcp_gro_receive(struct l
878+
@@ -332,8 +332,8 @@ struct sk_buff *tcp_gro_receive(struct l
879879
~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
880880
flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
881881
for (i = sizeof(*th); i < thlen; i += 4)

target/linux/bcm27xx/patches-6.12/950-0308-gpio-pca953x-Add-ti-tca9554-compatible-string.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1010

1111
--- a/drivers/gpio/gpio-pca953x.c
1212
+++ b/drivers/gpio/gpio-pca953x.c
13-
@@ -1351,6 +1351,7 @@ static const struct of_device_id pca953x
13+
@@ -1353,6 +1353,7 @@ static const struct of_device_id pca953x
1414
{ .compatible = "ti,tca9535", .data = OF_953X(16, PCA_INT), },
1515
{ .compatible = "ti,tca9538", .data = OF_953X( 8, PCA_INT), },
1616
{ .compatible = "ti,tca9539", .data = OF_953X(16, PCA_INT), },

target/linux/generic/backport-6.12/720-09-v6.14-net-phy-Constify-struct-mdio_device_id.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
458458
{ }
459459
--- a/drivers/net/phy/micrel.c
460460
+++ b/drivers/net/phy/micrel.c
461-
@@ -5826,7 +5826,7 @@ MODULE_DESCRIPTION("Micrel PHY driver");
461+
@@ -5835,7 +5835,7 @@ MODULE_DESCRIPTION("Micrel PHY driver");
462462
MODULE_AUTHOR("David J. Choi");
463463
MODULE_LICENSE("GPL");
464464

target/linux/generic/hack-6.12/902-debloat_proc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
235235
if (!pe)
236236
--- a/mm/vmalloc.c
237237
+++ b/mm/vmalloc.c
238-
@@ -5074,6 +5074,9 @@ static int vmalloc_info_show(struct seq_
238+
@@ -5071,6 +5071,9 @@ static int vmalloc_info_show(struct seq_
239239

240240
static int __init proc_vmalloc_init(void)
241241
{

target/linux/generic/kernel-6.12

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-6.12 = .68
2-
LINUX_KERNEL_HASH-6.12.68 = d367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7
1+
LINUX_VERSION-6.12 = .69
2+
LINUX_KERNEL_HASH-6.12.69 = 4b493657f218703239c4f22415f027b3644949bf2761abd18b849f0aad5f7665

target/linux/generic/pending-6.12/690-net-add-missing-check-for-TCP-fraglist-GRO.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
1616

1717
--- a/net/ipv4/tcp_offload.c
1818
+++ b/net/ipv4/tcp_offload.c
19-
@@ -354,6 +354,7 @@ struct sk_buff *tcp_gro_receive(struct l
19+
@@ -355,6 +355,7 @@ struct sk_buff *tcp_gro_receive(struct l
2020
flush |= (__force int)(flags ^ tcp_flag_word(th2));
2121
flush |= skb->ip_summed != p->ip_summed;
2222
flush |= skb->csum_level != p->csum_level;

target/linux/qualcommbe/patches-6.12/0022-v6.15-arm64-defconfig-Build-NSS-Clock-Controller-dri.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1919

2020
--- a/arch/arm64/configs/defconfig
2121
+++ b/arch/arm64/configs/defconfig
22-
@@ -1313,6 +1313,7 @@ CONFIG_IPQ_GCC_5332=y
22+
@@ -1312,6 +1312,7 @@ CONFIG_IPQ_GCC_5332=y
2323
CONFIG_IPQ_GCC_6018=y
2424
CONFIG_IPQ_GCC_8074=y
2525
CONFIG_IPQ_GCC_9574=y

target/linux/qualcommbe/patches-6.12/0370-net-phy-Add-phy_package_remove_once-helper.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
2222

2323
/**
2424
* struct mii_bus - Represents an MDIO bus
25-
@@ -2272,6 +2273,11 @@ static inline bool phy_package_probe_onc
25+
@@ -2267,6 +2268,11 @@ static inline bool phy_package_probe_onc
2626
return __phy_package_set_once(phydev, PHY_SHARED_F_PROBE_DONE);
2727
}
2828

target/linux/rockchip/patches-6.12/032-22-v6.15-pinctrl-rockchip-Add-support-for-RK3528.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
159159
case RK3568:
160160
case RK3576:
161161
case RK3588:
162-
@@ -2965,6 +3077,7 @@ static bool rockchip_pinconf_pull_valid(
162+
@@ -2964,6 +3076,7 @@ static bool rockchip_pinconf_pull_valid(
163163
case RK3328:
164164
case RK3368:
165165
case RK3399:
166166
+ case RK3528:
167167
case RK3568:
168168
case RK3576:
169169
case RK3588:
170-
@@ -4084,6 +4197,49 @@ static struct rockchip_pin_ctrl rk3399_p
170+
@@ -4083,6 +4196,49 @@ static struct rockchip_pin_ctrl rk3399_p
171171
.drv_calc_reg = rk3399_calc_drv_reg_and_bit,
172172
};
173173

@@ -217,7 +217,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
217217
static struct rockchip_pin_bank rk3568_pin_banks[] = {
218218
PIN_BANK_IOMUX_FLAGS(0, 32, "gpio0", IOMUX_SOURCE_PMU | IOMUX_WIDTH_4BIT,
219219
IOMUX_SOURCE_PMU | IOMUX_WIDTH_4BIT,
220-
@@ -4208,6 +4364,8 @@ static const struct of_device_id rockchi
220+
@@ -4207,6 +4363,8 @@ static const struct of_device_id rockchi
221221
.data = &rk3368_pin_ctrl },
222222
{ .compatible = "rockchip,rk3399-pinctrl",
223223
.data = &rk3399_pin_ctrl },

target/linux/rockchip/patches-6.12/035-01-v6.13-gpio-rockchip-explan-the-format-of-the-GPIO-version-ID.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1717

1818
--- a/drivers/gpio/gpio-rockchip.c
1919
+++ b/drivers/gpio/gpio-rockchip.c
20-
@@ -26,9 +26,15 @@
20+
@@ -25,9 +25,15 @@
2121
#include "../pinctrl/core.h"
2222
#include "../pinctrl/pinctrl-rockchip.h"
2323

0 commit comments

Comments
 (0)