kernel: update x86 to 6.1.55

This commit is contained in:
DHDAXCW
2023-09-26 14:58:23 +00:00
parent d6ca9120a5
commit 1918fd931e

View File

@@ -81,7 +81,7 @@ and performance for all other cases.
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -5390,6 +5390,7 @@ static bool tcp_prune_ofo_queue(struct s
@@ -5389,6 +5389,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);
@@ -5401,6 +5402,39 @@ static int tcp_prune_queue(struct sock *
@@ -5400,6 +5401,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,
@@ -5419,6 +5453,8 @@ static int tcp_prune_queue(struct sock *
@@ -5418,6 +5452,8 @@ static int tcp_prune_queue(struct sock *
if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf)
return 0;