“ddc0d009947bf8645fa3543f4532063a787202da”上不存在“arch/mips/include/asm/bitops.h”
tcp: Fix a data-race around sysctl_tcp_rfc1337.
stable inclusion from stable-v5.10.134 commit 805f1c7ce47030dbb663b7d2a84c9473a27df774 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I5ZVR7 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=805f1c7ce47030dbb663b7d2a84c9473a27df774 -------------------------------- [ Upstream commit 0b484c91 ] While reading sysctl_tcp_rfc1337, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: 1da177e4 ("Linux-2.6.12-rc2") Signed-off-by: NKuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com> Reviewed-by: NWei Li <liwei391@huawei.com>
Showing
想要评论请 注册 或 登录