summaryrefslogtreecommitdiff
path: root/include/linux/byteorder
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-08-23 10:46:47 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-05 10:26:30 +0200
commit8121bda0093a1e4ad517d93a5707e2a5615c6f99 (patch)
treec0766442eaa994479b8c6eb5fc49f671613dcdd1 /include/linux/byteorder
parentd6be3137d5b9b5e9c6828d4d7eb7d73141895c7f (diff)
net: Fix data-races around netdev_tstamp_prequeue.
[ Upstream commit 61adf447e38664447526698872e21c04623afb8e ] While reading netdev_tstamp_prequeue, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. Fixes: 3b098e2d7c69 ("net: Consistent skb timestamping") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/byteorder')
0 files changed, 0 insertions, 0 deletions