Files
linux/net
Petr Malat af295892a7 sctp: Do not wake readers in __sctp_write_space()
Function __sctp_write_space() doesn't set poll key, which leads to
ep_poll_callback() waking up all waiters, not only these waiting
for the socket being writable. Set the key properly using
wake_up_interruptible_poll(), which is preferred over the sync
variant, as writers are not woken up before at least half of the
queue is available. Also, TCP does the same.

Signed-off-by: Petr Malat <oss@malat.biz>
Acked-by: Xin Long <lucien.xin@gmail.com>
Link: https://patch.msgid.link/20250516081727.1361451-1-oss@malat.biz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-05-20 18:10:40 -07:00
..
2025-03-23 06:20:48 +09:00
2025-04-22 07:04:02 -07:00
2025-04-22 07:04:02 -07:00
2024-10-15 18:52:26 -07:00
2025-04-10 17:32:57 -07:00
2025-05-13 11:12:48 +02:00
2025-04-11 18:58:10 -07:00
2024-10-08 15:16:59 +02:00
2025-04-11 18:58:10 -07:00