]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix data-races around sysctl_mem.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Wed, 6 Jul 2022 23:40:00 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2022 11:10:33 +0000 (12:10 +0100)
commit6ccc8b7ee6025545ad0a14ab97e4bada5e479c71
treee5fdd4fa9b0ce21dd4d0ead99f7ea2754526c613
parent6b57871d3c973646a4e481abc6300dad796da9e5
net: Fix data-races around sysctl_mem.

While reading .sysctl_mem, it can be changed concurrently.
So, we need to add READ_ONCE() to avoid data-races.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h