diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-18 10:26:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-20 10:14:50 +0100 |
commit | 1a63cb91f0c2fcdeced6d6edee8d1d886583d139 (patch) | |
tree | e9390950f5838cd0976703342a3b47792fa80e04 /lib/mpi/mpi-add.c | |
parent | 4845b5713ab18a1bb6e31d1fbb4d600240b8b691 (diff) |
tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
While reading sysctl_tcp_retrans_collapse, it can be changed
concurrently. Thus, we need to add READ_ONCE() to its reader.
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 'lib/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions