Home
last modified time | relevance | path

Searched hist:"3 c9ba81d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/
H A Dsocket.c3c9ba81d Tue Aug 23 12:47:00 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix a data-race around sysctl_somaxconn.

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