Skip to content

Commit 6da4057

Browse files
committed
kernel: bump 6.6 to 6.6.51 (#16370)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.51 All other patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me>
1 parent fa54bfe commit 6da4057

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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 = .50
2-
LINUX_KERNEL_HASH-6.6.50 = c065e36daf28210060c91a37ef3e92ac5814784e634577e04e406297ead2e86e
1+
LINUX_VERSION-6.6 = .51
2+
LINUX_KERNEL_HASH-6.6.51 = 1c0c9a14650879c4913efdbac428ba31a540c3d987155ddf34d33e11eca008b3

target/linux/generic/hack-6.6/760-net-usb-r8152-add-LED-configuration-from-OF.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
2222
#include <linux/crc32.h>
2323
#include <linux/if_vlan.h>
2424
#include <linux/uaccess.h>
25-
@@ -7035,6 +7036,22 @@ static void rtl_tally_reset(struct r8152
25+
@@ -7044,6 +7045,22 @@ static void rtl_tally_reset(struct r8152
2626
ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
2727
}
2828

@@ -45,7 +45,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
4545
static void r8152b_init(struct r8152 *tp)
4646
{
4747
u32 ocp_data;
48-
@@ -7076,6 +7093,8 @@ static void r8152b_init(struct r8152 *tp
48+
@@ -7085,6 +7102,8 @@ static void r8152b_init(struct r8152 *tp
4949
ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
5050
ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
5151
ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
@@ -54,7 +54,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
5454
}
5555

5656
static void r8153_init(struct r8152 *tp)
57-
@@ -7216,6 +7235,8 @@ static void r8153_init(struct r8152 *tp)
57+
@@ -7225,6 +7244,8 @@ static void r8153_init(struct r8152 *tp)
5858
tp->coalesce = COALESCE_SLOW;
5959
break;
6060
}
@@ -63,7 +63,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
6363
}
6464

6565
static void r8153b_init(struct r8152 *tp)
66-
@@ -7298,6 +7319,8 @@ static void r8153b_init(struct r8152 *tp
66+
@@ -7307,6 +7328,8 @@ static void r8153b_init(struct r8152 *tp
6767
rtl_tally_reset(tp);
6868

6969
tp->coalesce = 15000; /* 15 us */

target/linux/generic/hack-6.6/901-debloat_sock_diag.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
8383
INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *,
8484
u32));
8585
INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
86-
@@ -2247,9 +2264,11 @@ static void __sk_free(struct sock *sk)
86+
@@ -2239,9 +2256,11 @@ static void __sk_free(struct sock *sk)
8787
if (likely(sk->sk_net_refcnt))
8888
sock_inuse_add(sock_net(sk), -1);
8989

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

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

331331
--- a/net/core/sock.c
332332
+++ b/net/core/sock.c
333-
@@ -4148,6 +4148,8 @@ static __net_initdata struct pernet_oper
333+
@@ -4140,6 +4140,8 @@ static __net_initdata struct pernet_oper
334334

335335
static int __init proto_init(void)
336336
{

0 commit comments

Comments
 (0)