Home
last modified time | relevance | path

Searched hist:"7 de6d09f" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/core/
H A Dbpf_sk_storage.c7de6d09f Tue Aug 23 12:46:49 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_optmem_max.

While reading sysctl_optmem_max, 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>
H A Dsock.c7de6d09f Tue Aug 23 12:46:49 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_optmem_max.

While reading sysctl_optmem_max, 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>
H A Dfilter.c7de6d09f Tue Aug 23 12:46:49 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_optmem_max.

While reading sysctl_optmem_max, 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>
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c7de6d09f Tue Aug 23 12:46:49 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_optmem_max.

While reading sysctl_optmem_max, 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>
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c7de6d09f Tue Aug 23 12:46:49 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_optmem_max.

While reading sysctl_optmem_max, 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>