]> git.baikalelectronics.ru Git - kernel.git/commit
inetpeer: Fix data-races around sysctl.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Wed, 6 Jul 2022 23:39:59 +0000 (16:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2022 11:10:33 +0000 (12:10 +0100)
commit39caff4e6473d296c970d2a0bb239d20188900df
tree5666bc6903b3208d7af103c64fb4dcfd33d1e548
parent1c8c6144279f9d28883aa9909f12cf12946072cd
inetpeer: Fix data-races around sysctl.

While reading inetpeer sysctl variables, they 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>
net/ipv4/inetpeer.c