kernel: bump 6.1 to 6.1.58

This commit is contained in:
DHDAXCW
2023-10-17 07:41:23 +00:00
parent cd229d6484
commit 8e44579b68

View File

@@ -81,7 +81,7 @@ and performance for all other cases.
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -5389,6 +5389,7 @@ static bool tcp_prune_ofo_queue(struct s
@@ -5402,6 +5402,7 @@ static bool tcp_prune_ofo_queue(struct s
static int tcp_prune_queue(struct sock *sk)
{
struct tcp_sock *tp = tcp_sk(sk);
@@ -89,7 +89,7 @@ and performance for all other cases.
NET_INC_STATS(sock_net(sk), LINUX_MIB_PRUNECALLED);
@@ -5400,6 +5401,39 @@ static int tcp_prune_queue(struct sock *
@@ -5413,6 +5414,39 @@ static int tcp_prune_queue(struct sock *
if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf)
return 0;
@@ -129,7 +129,7 @@ and performance for all other cases.
tcp_collapse_ofo_queue(sk);
if (!skb_queue_empty(&sk->sk_receive_queue))
tcp_collapse(sk, &sk->sk_receive_queue, NULL,
@@ -5418,6 +5452,8 @@ static int tcp_prune_queue(struct sock *
@@ -5431,6 +5465,8 @@ static int tcp_prune_queue(struct sock *
if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf)
return 0;