linux-stable/net/sctp
Eric Dumazet 63c3c44ff4 sctp: fix busy polling
[ Upstream commit a562c0a2d6 ]

Busy polling while holding the socket lock makes litle sense,
because incoming packets wont reach our receive queue.

Fixes: 8465a5fcd1 ("sctp: add support for busy polling to sctp protocol")
Reported-by: Jacob Moroni <jmoroni@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Cc: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-01-25 15:35:30 -08:00
..
Kconfig
Makefile
associola.c sctp: update transport state when processing a dupcook packet 2023-10-04 17:29:44 -07:00
auth.c
bind_addr.c
chunk.c
debug.c
diag.c
endpointola.c
input.c inet: move inet->recverr to inet->inet_flags 2023-08-16 11:09:17 +01:00
inqueue.c
ipv6.c
objcnt.c
offload.c
output.c
outqueue.c
primitive.c
proc.c sctp: annotate data-races around sk->sk_wmem_queued 2023-08-31 11:56:59 +02:00
protocol.c inet: move inet->freebind to inet->inet_flags 2023-08-16 11:09:17 +01:00
sm_make_chunk.c
sm_sideeffect.c
sm_statefuns.c
sm_statetable.c
socket.c sctp: fix busy polling 2024-01-25 15:35:30 -08:00
stream.c
stream_interleave.c
stream_sched.c
stream_sched_fc.c
stream_sched_prio.c
stream_sched_rr.c
sysctl.c networking: Update to register_net_sysctl_sz 2023-08-15 15:26:18 -07:00
transport.c
tsnmap.c
ulpevent.c
ulpqueue.c