BACKPORT: tcp: fix races in tcp_abort()
tcp_abort() has the same issue than the one fixed in the prior patch in tcp_write_err(). In order to get consistent results from tcp_poll(), we must call sk_error_report() after tcp_done(). We can use tcp_done_with_error() to centralize this logic. Fixes: c1e64e29 ("net: diag: Support destroying TCP sockets.") Signed-off-by:Eric Dumazet <edumazet@google.com> Acked-by:
Neal Cardwell <ncardwell@google.com> Link: https://lore.kernel.org/r/20240528125253.1966136-4-edumazet@google.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/r/20250314092446.852230-1-youngmin.nam@samsung.com Bug: 381788344 Change-Id: I9d5ae8a9874e5b22e39d11695696cb2b850db8c8 (cherry picked from commit 5ce4645c) [youngmin: Resolved minor conflict in net/ipv4/tcp.c ] Signed-off-by:
Youngmin Nam <youngmin.nam@samsung.com>
Loading
Please sign in to comment