diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-13 23:51:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-15 13:49:55 +0300 |
commit | 8281b7ec5c56b71cb2cc5a1728b41607be66959c (patch) | |
tree | 1c9563f175e6e4528ca2f2d33256c18efca097bb /fs/qnx4 | |
parent | db886979683a8360ced9b24ab1125ad0c4d2cf76 (diff) | |
download | linux-8281b7ec5c56b71cb2cc5a1728b41607be66959c.tar.xz |
ip: Fix data-races around sysctl_ip_default_ttl.
While reading sysctl_ip_default_ttl, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/qnx4')
0 files changed, 0 insertions, 0 deletions