Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/packet: annotate data race in packet_sendmsg()
There is a known race in packet_sendmsg(), addressed in commit 32d3182 ("net/packet: fix race in tpacket_snd()") Now we have data_race(), we can use it to avoid a future KCSAN warning, as syzbot loves stressing af_packet sockets :) Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information