]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:23:12 +0000 (16:23 +0200)
commit8162b73eef409bd05a41f0f0952e9b7d3d50fad5
treec500e74bf9b55612f3d798bf18b54f59794cc127
parent403cc3e6253d6ffda9eaf7334ced74a17ef95f79
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