Skip to content

Commit 032575c

Browse files
GoetzGoerischhauke
authored andcommitted
kernel: bump 6.6 to 6.6.130
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.130 Manually refreshed patches: generic/hack-6.6/790-SFP-GE-T-ignore-TX_FAULT.patch [1] generic/pending-6.6/680-net-add-TCP-fraglist-GRO-support.patch [4] Dropped upstreamed patches: airoha/patches-6.6/083-01-v6.13-resource-Add-resource-set-range-and-size-helpers.patch [2] generic/pending-6.6/685-net-gso-fix-tcp-fraglist-segmentation-after-pull-fro.patch [3] All other patches autorefreshed. [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.130&id=783025a3babbc526dd0b31f36cc4edc8c2153c8a [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.130&id=ffe8617e2e5b388d43462a56c5042e35f701195b [3] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.130&id=e19201b0c67da5146eaac06fd3d44bd7945c3448 [4] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.130&id=1f2b859225eb8d1ec974214ce4a581f8c528ae57 Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com> Link: openwrt/openwrt#22752 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 9d0bafc commit 032575c

72 files changed

Lines changed: 238 additions & 563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/kernel-6.6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-6.6 = .129
2-
LINUX_KERNEL_HASH-6.6.129 = caa08f0122224fbbfab177e2a37cc2a94a0046bd2e7e87f03f8913f2b812448a
1+
LINUX_VERSION-6.6 = .130
2+
LINUX_KERNEL_HASH-6.6.130 = 2460aa67b9494cff6f9fc2b235470867d2005469d40f29da452e8ee82940248d

target/linux/airoha/patches-6.6/083-01-v6.13-resource-Add-resource-set-range-and-size-helpers.patch

Lines changed: 0 additions & 73 deletions
This file was deleted.

target/linux/airoha/patches-6.6/105-uart-add-en7523-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
};
123123

124124
/* Uart divisor latch read */
125-
@@ -2888,6 +2896,12 @@ serial8250_do_set_termios(struct uart_po
125+
@@ -2894,6 +2902,12 @@ serial8250_do_set_termios(struct uart_po
126126

127127
serial8250_set_divisor(port, baud, quot, frac);
128128

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ SVN-Revision: 35130
259259
#include <linux/uaccess.h>
260260
#include <linux/ipv6.h>
261261
#include <linux/icmpv6.h>
262-
@@ -891,10 +892,10 @@ static void tcp_v6_send_response(const s
262+
@@ -892,10 +893,10 @@ static void tcp_v6_send_response(const s
263263
topt = (__be32 *)(t1 + 1);
264264

265265
if (tsecr) {
@@ -867,7 +867,7 @@ SVN-Revision: 35130
867867
iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
868868
return segs;
869869

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

873873
th2 = tcp_hdr(p);
@@ -876,7 +876,7 @@ SVN-Revision: 35130
876876
NAPI_GRO_CB(p)->same_flow = 0;
877877
continue;
878878
}
879-
@@ -333,8 +333,8 @@ struct sk_buff *tcp_gro_receive(struct l
879+
@@ -334,8 +334,8 @@ struct sk_buff *tcp_gro_receive(struct l
880880
~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
881881
flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
882882
for (i = sizeof(*th); i < thlen; i += 4)

target/linux/bcm27xx/patches-6.6/950-0065-cgroup-Disable-cgroup-memory-by-default.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
1717

1818
--- a/kernel/cgroup/cgroup.c
1919
+++ b/kernel/cgroup/cgroup.c
20-
@@ -6082,6 +6082,9 @@ int __init cgroup_init_early(void)
20+
@@ -6083,6 +6083,9 @@ int __init cgroup_init_early(void)
2121
return 0;
2222
}
2323

@@ -27,7 +27,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
2727
/**
2828
* cgroup_init - cgroup initialization
2929
*
30-
@@ -6115,6 +6118,12 @@ int __init cgroup_init(void)
30+
@@ -6116,6 +6119,12 @@ int __init cgroup_init(void)
3131

3232
cgroup_unlock();
3333

@@ -40,7 +40,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
4040
for_each_subsys(ss, ssid) {
4141
if (ss->early_init) {
4242
struct cgroup_subsys_state *css =
43-
@@ -6785,6 +6794,10 @@ static int __init cgroup_disable(char *s
43+
@@ -6786,6 +6795,10 @@ static int __init cgroup_disable(char *s
4444
strcmp(token, ss->legacy_name))
4545
continue;
4646

@@ -51,7 +51,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
5151
static_branch_disable(cgroup_subsys_enabled_key[i]);
5252
pr_info("Disabling %s control group subsystem\n",
5353
ss->name);
54-
@@ -6803,6 +6816,31 @@ static int __init cgroup_disable(char *s
54+
@@ -6804,6 +6817,31 @@ static int __init cgroup_disable(char *s
5555
}
5656
__setup("cgroup_disable=", cgroup_disable);
5757

target/linux/bcm27xx/patches-6.6/950-0077-sound-Demote-deferral-errors-to-INFO-level.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
1515

1616
--- a/sound/soc/soc-core.c
1717
+++ b/sound/soc/soc-core.c
18-
@@ -1083,7 +1083,7 @@ static int snd_soc_add_pcm_runtime(struc
18+
@@ -1082,7 +1082,7 @@ static int snd_soc_add_pcm_runtime(struc
1919
for_each_link_cpus(dai_link, i, cpu) {
2020
asoc_rtd_to_cpu(rtd, i) = snd_soc_find_dai(cpu);
2121
if (!asoc_rtd_to_cpu(rtd, i)) {
@@ -24,7 +24,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
2424
cpu->dai_name);
2525
goto _err_defer;
2626
}
27-
@@ -1094,7 +1094,7 @@ static int snd_soc_add_pcm_runtime(struc
27+
@@ -1093,7 +1093,7 @@ static int snd_soc_add_pcm_runtime(struc
2828
for_each_link_codecs(dai_link, i, codec) {
2929
asoc_rtd_to_codec(rtd, i) = snd_soc_find_dai(codec);
3030
if (!asoc_rtd_to_codec(rtd, i)) {

target/linux/bcm27xx/patches-6.6/950-0081-lan78xx-Enable-LEDs-and-auto-negotiation.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
1414

1515
--- a/drivers/net/usb/lan78xx.c
1616
+++ b/drivers/net/usb/lan78xx.c
17-
@@ -2900,6 +2900,11 @@ static int lan78xx_reset(struct lan78xx_
17+
@@ -2904,6 +2904,11 @@ static int lan78xx_reset(struct lan78xx_
1818
int ret;
1919
u32 buf;
2020
u8 sig;
@@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
2626

2727
ret = lan78xx_read_reg(dev, HW_CFG, &buf);
2828
if (ret < 0)
29-
@@ -2966,6 +2971,10 @@ static int lan78xx_reset(struct lan78xx_
29+
@@ -2970,6 +2975,10 @@ static int lan78xx_reset(struct lan78xx_
3030

3131
buf |= HW_CFG_MEF_;
3232

@@ -37,7 +37,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
3737
ret = lan78xx_write_reg(dev, HW_CFG, buf);
3838
if (ret < 0)
3939
return ret;
40-
@@ -3065,6 +3074,9 @@ static int lan78xx_reset(struct lan78xx_
40+
@@ -3069,6 +3078,9 @@ static int lan78xx_reset(struct lan78xx_
4141
buf |= MAC_CR_AUTO_DUPLEX_ | MAC_CR_AUTO_SPEED_;
4242
}
4343
}

target/linux/bcm27xx/patches-6.6/950-0087-Add-dwc_otg-driver.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
12001200
USB_PORT_FEAT_C_OVER_CURRENT);
12011201
--- a/drivers/usb/core/message.c
12021202
+++ b/drivers/usb/core/message.c
1203-
@@ -2177,6 +2177,85 @@ free_interfaces:
1203+
@@ -2235,6 +2235,85 @@ free_interfaces:
12041204
if (cp->string == NULL &&
12051205
!(dev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS))
12061206
cp->string = usb_cache_string(dev, cp->desc.iConfiguration);

target/linux/bcm27xx/patches-6.6/950-0103-Improve-__copy_to_user-and-__copy_from_user-performa.patch

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

8888
--- a/arch/arm/include/asm/string.h
8989
+++ b/arch/arm/include/asm/string.h
90-
@@ -68,4 +68,9 @@ static inline void *memset64(uint64_t *p
90+
@@ -72,4 +72,9 @@ static inline void *memset64(uint64_t *p
9191

9292
#endif
9393

target/linux/bcm27xx/patches-6.6/950-0106-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17546,7 +17546,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1754617546
+#endif /* _TAS5713_H */
1754717547
--- a/sound/soc/soc-core.c
1754817548
+++ b/sound/soc/soc-core.c
17549-
@@ -1319,7 +1319,15 @@ int snd_soc_runtime_set_dai_fmt(struct s
17549+
@@ -1318,7 +1318,15 @@ int snd_soc_runtime_set_dai_fmt(struct s
1755017550
return 0;
1755117551

1755217552
for_each_rtd_codec_dais(rtd, i, codec_dai) {
@@ -17583,7 +17583,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1758317583
* For devices with more than one control interface, we assume the
1758417584
--- a/sound/usb/quirks.c
1758517585
+++ b/sound/usb/quirks.c
17586-
@@ -2295,6 +2295,8 @@ static const struct usb_audio_quirk_flag
17586+
@@ -2297,6 +2297,8 @@ static const struct usb_audio_quirk_flag
1758717587
QUIRK_FLAG_ALIGN_TRANSFER),
1758817588
DEVICE_FLG(0x534d, 0x2109, /* MacroSilicon MS2109 */
1758917589
QUIRK_FLAG_ALIGN_TRANSFER),

0 commit comments

Comments
 (0)