dccp: annotate data-races in dccp_poll()
authorEric Dumazet <edumazet@google.com>
Fri, 18 Aug 2023 01:58:20 +0000 (01:58 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 19 Aug 2023 02:30:24 +0000 (19:30 -0700)
commitcba3f1786916063261e3e5ccbb803abc325b24ef
tree94f84bf7a036bf51cd46388592ceedd566528cf3
parent76f33296d2e09f63118db78125c95ef56df438e9
dccp: annotate data-races in dccp_poll()

We changed tcp_poll() over time, bug never updated dccp.

Note that we also could remove dccp instead of maintaining it.

Fixes: 7c657876b63c ("[DCCP]: Initial implementation")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20230818015820.2701595-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dccp/proto.c