Home
last modified time | relevance | path

Searched hist:"1227 c1771dd2ad44318aa3ab9e3a293b3f34ff2a" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_sync.cdiff 1227c1771dd2ad44318aa3ab9e3a293b3f34ff2a Tue Aug 23 12:46:44 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_[rw]mem_(max|default).

While reading sysctl_[rw]mem_(max|default), they 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>
/openbmc/linux/net/ipv4/
H A Dip_output.cdiff 1227c1771dd2ad44318aa3ab9e3a293b3f34ff2a Tue Aug 23 12:46:44 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_[rw]mem_(max|default).

While reading sysctl_[rw]mem_(max|default), they 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>
H A Dtcp_output.cdiff 1227c1771dd2ad44318aa3ab9e3a293b3f34ff2a Tue Aug 23 12:46:44 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_[rw]mem_(max|default).

While reading sysctl_[rw]mem_(max|default), they 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>
/openbmc/linux/net/core/
H A Dsock.cdiff 1227c1771dd2ad44318aa3ab9e3a293b3f34ff2a Tue Aug 23 12:46:44 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_[rw]mem_(max|default).

While reading sysctl_[rw]mem_(max|default), they 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>
H A Dfilter.cdiff 1227c1771dd2ad44318aa3ab9e3a293b3f34ff2a Tue Aug 23 12:46:44 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_[rw]mem_(max|default).

While reading sysctl_[rw]mem_(max|default), they 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>