From: Greg Kroah-Hartman Date: Mon, 1 Dec 2025 10:22:22 +0000 (+0100) Subject: patch refreshes X-Git-Tag: v6.6.118~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bd298901d76f36c27999b67b3d32f64f5ee110;p=thirdparty%2Fkernel%2Fstable-queue.git patch refreshes --- diff --git a/queue-5.10/mptcp-do-not-fallback-when-ooo-is-present.patch b/queue-5.10/mptcp-do-not-fallback-when-ooo-is-present.patch index dc61bccbaa..1e573ce92c 100644 --- a/queue-5.10/mptcp-do-not-fallback-when-ooo-is-present.patch +++ b/queue-5.10/mptcp-do-not-fallback-when-ooo-is-present.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c -@@ -478,6 +478,15 @@ static void mptcp_check_data_fin(struct +@@ -477,6 +477,15 @@ static void mptcp_check_data_fin(struct static void mptcp_dss_corruption(struct mptcp_sock *msk, struct sock *ssk) { if (READ_ONCE(msk->allow_infinite_fallback)) { diff --git a/queue-5.10/mptcp-fix-race-condition-in-mptcp_schedule_work.patch b/queue-5.10/mptcp-fix-race-condition-in-mptcp_schedule_work.patch index e63e273464..c4f6872d9a 100644 --- a/queue-5.10/mptcp-fix-race-condition-in-mptcp_schedule_work.patch +++ b/queue-5.10/mptcp-fix-race-condition-in-mptcp_schedule_work.patch @@ -71,7 +71,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c -@@ -717,14 +717,19 @@ static void mptcp_reset_timer(struct soc +@@ -716,14 +716,19 @@ static void mptcp_reset_timer(struct soc bool mptcp_schedule_work(struct sock *sk) { diff --git a/queue-5.10/mptcp-introduce-mptcp_schedule_work.patch b/queue-5.10/mptcp-introduce-mptcp_schedule_work.patch index eeb10a71de..94bdbf4146 100644 --- a/queue-5.10/mptcp-introduce-mptcp_schedule_work.patch +++ b/queue-5.10/mptcp-introduce-mptcp_schedule_work.patch @@ -38,7 +38,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c -@@ -642,9 +642,8 @@ static bool move_skbs_to_msk(struct mptc +@@ -641,9 +641,8 @@ static bool move_skbs_to_msk(struct mptc * this is not a good place to change state. Let the workqueue * do it. */ @@ -50,7 +50,7 @@ Signed-off-by: Greg Kroah-Hartman } spin_unlock_bh(&sk->sk_lock.slock); -@@ -716,23 +715,32 @@ static void mptcp_reset_timer(struct soc +@@ -715,23 +714,32 @@ static void mptcp_reset_timer(struct soc sk_reset_timer(sk, &icsk->icsk_retransmit_timer, jiffies + tout); } @@ -91,7 +91,7 @@ Signed-off-by: Greg Kroah-Hartman } static void mptcp_check_for_eof(struct mptcp_sock *msk) -@@ -1644,8 +1652,7 @@ static void mptcp_retransmit_handler(str +@@ -1643,8 +1651,7 @@ static void mptcp_retransmit_handler(str mptcp_stop_timer(sk); } else { set_bit(MPTCP_WORK_RTX, &msk->flags); @@ -101,7 +101,7 @@ Signed-off-by: Greg Kroah-Hartman } } -@@ -2504,7 +2511,8 @@ static void mptcp_release_cb(struct sock +@@ -2503,7 +2510,8 @@ static void mptcp_release_cb(struct sock struct sock *ssk; ssk = mptcp_subflow_recv_lookup(msk); diff --git a/queue-5.15/mptcp-do-not-fallback-when-ooo-is-present.patch b/queue-5.15/mptcp-do-not-fallback-when-ooo-is-present.patch index 5241c534af..6471c12e1c 100644 --- a/queue-5.15/mptcp-do-not-fallback-when-ooo-is-present.patch +++ b/queue-5.15/mptcp-do-not-fallback-when-ooo-is-present.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c -@@ -574,6 +574,15 @@ static bool mptcp_check_data_fin(struct +@@ -573,6 +573,15 @@ static bool mptcp_check_data_fin(struct static void mptcp_dss_corruption(struct mptcp_sock *msk, struct sock *ssk) { if (READ_ONCE(msk->allow_infinite_fallback)) { diff --git a/queue-5.15/mptcp-fix-premature-close-in-case-of-fallback.patch b/queue-5.15/mptcp-fix-premature-close-in-case-of-fallback.patch index 29d76b4048..2f25d14597 100644 --- a/queue-5.15/mptcp-fix-premature-close-in-case-of-fallback.patch +++ b/queue-5.15/mptcp-fix-premature-close-in-case-of-fallback.patch @@ -53,7 +53,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c -@@ -2412,7 +2412,8 @@ static void __mptcp_close_subflow(struct +@@ -2411,7 +2411,8 @@ static void __mptcp_close_subflow(struct if (ssk_state != TCP_CLOSE && (ssk_state != TCP_CLOSE_WAIT ||