https://github.com/torvalds/linux
Revision 87507bcb4f5de16bb419e9509d874f4db6c0ad0f authored by Kuniyuki Iwashima on 18 July 2022, 17:26:39 UTC, committed by David S. Miller on 20 July 2022, 09:14:49 UTC
While reading sysctl_fib_multipath_use_neigh, it can be changed
concurrently.  Thus, we need to add READ_ONCE() to its reader.

Fixes: a6db4494d218 ("net: ipv4: Consider failed nexthops in multipath routes")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ef56217
History
Tip revision: 87507bcb4f5de16bb419e9509d874f4db6c0ad0f authored by Kuniyuki Iwashima on 18 July 2022, 17:26:39 UTC
ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.
Tip revision: 87507bc
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 19.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.9 KB
.mailmap -rw-r--r-- 23.0 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 98.9 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 653.3 KB
Makefile -rw-r--r-- 64.1 KB
README -rw-r--r-- 727 bytes

README

back to top