dccp: annotate data-races in dccp_poll()
authorEric Dumazet <edumazet@google.com>
Fri, 18 Aug 2023 01:58:20 +0000 (01:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Aug 2023 14:11:01 +0000 (16:11 +0200)
commit265ed382e0f4c7b28742e542d4b14799e131a57e
tree4348ad0ad7a93f8e7263001420639c9f91626078
parentb516a24f4c07426028baaa55595f50730df512c6
dccp: annotate data-races in dccp_poll()

[ Upstream commit cba3f1786916063261e3e5ccbb803abc325b24ef ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/dccp/proto.c