]> 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:18:14 +0000 (16:18 +0200)
commit2bad37b6f675057a84a8e8e9e3be317ac83147e4
treeb35a571a56b9b738218d87511a8e29be5e0b3595
parent9b015360e86f762aed527dc907735424d81e0d28
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