aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-11-04 21:38:43 -0800
committerDavid S. Miller <davem@davemloft.net>2019-11-05 18:22:30 -0800
commitf75359f3ac855940c5718af10ba089b8977bf339 (patch)
treeb41cebe578c5b17b8bb50e837008c3b92e504885 /drivers/nfc
parentnet: qualcomm: rmnet: Fix potential UAF when unregistering (diff)
downloadlinux-dev-f75359f3ac855940c5718af10ba089b8977bf339.tar.xz
linux-dev-f75359f3ac855940c5718af10ba089b8977bf339.zip
net: prevent load/store tearing on sk->sk_stamp
Add a couple of READ_ONCE() and WRITE_ONCE() to prevent load-tearing and store-tearing in sock_read_timestamp() and sock_write_timestamp() This might prevent another KCSAN report. Fixes: 3a0ed3e96197 ("sock: Make sock->sk_stamp thread-safe") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Deepa Dinamani <deepa.kernel@gmail.com> Acked-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc')
0 files changed, 0 insertions, 0 deletions