diff options
| author | Jakub Kicinski <[email protected]> | 2024-05-30 00:21:37 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-05-30 00:21:38 +0000 |
| commit | 0f4b437b5fbf5141ff886bb47581123eb222c543 (patch) | |
| tree | fc8014baaf67f7eb33fa5249a7c068a43438c7cc /net/dsa/dsa.c | |
| parent | netconsole: Do not shutdown dynamic configuration if cmdline is invalid (diff) | |
| parent | tcp: fix races in tcp_v[46]_err() (diff) | |
| download | kernel-0f4b437b5fbf5141ff886bb47581123eb222c543.tar.gz kernel-0f4b437b5fbf5141ff886bb47581123eb222c543.zip | |
Merge branch 'tcp-fix-tcp_poll-races'
Eric Dumazet says:
====================
tcp: fix tcp_poll() races
Flakes in packetdrill tests stressing epoll_wait()
were root caused to bad ordering in tcp_write_err()
Precisely, we have to call sk_error_report() after
tcp_done().
When fixing this issue, we discovered tcp_abort(),
tcp_v4_err() and tcp_v6_err() had similar issues.
Since tcp_reset() has the correct ordering,
first patch takes part of it and creates
tcp_done_with_error() helper.
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/dsa/dsa.c')
0 files changed, 0 insertions, 0 deletions
