Commit eca6017
committed
mptcp: remove unneeded mptcp_move_skb()
JIRA: https://issues.redhat.com/browse/RHEL-115576
Upstream Status: net-next.git commit c4ebc4e
commit c4ebc4e
Author: Paolo Abeni <pabeni@redhat.com>
Date: Sat Sep 27 11:40:41 2025 +0200
mptcp: remove unneeded mptcp_move_skb()
Since commit b7535cf ("mptcp: drop legacy code around RX EOF"),
sk_shutdown can't change during the main recvmsg loop, we can drop
the related race breaker.
Reviewed-by: Geliang Tang <geliang@kernel.org>
Tested-by: Geliang Tang <geliang@kernel.org>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250927-net-next-mptcp-rcv-path-imp-v1-5-5da266aa9c1a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>1 parent af8361b commit eca6017
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2167 | 2167 | | |
2168 | 2168 | | |
2169 | 2169 | | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
| 2170 | + | |
2176 | 2171 | | |
2177 | | - | |
2178 | 2172 | | |
2179 | 2173 | | |
2180 | 2174 | | |
| |||
0 commit comments