+1
−1
+5
−5
Loading
mainline inclusion from mainline-v6.6-rc5 commit 5baa0433 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAZ542 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5baa0433a15eadd729625004c37463acb982eca7 -------------------------------- n->output field can be read locklessly, while a writer might change the pointer concurrently. Add missing annotations to prevent load-store tearing. Fixes: 1da177e4 ("Linux-2.6.12-rc2") Signed-off-by:Eric Dumazet <edumazet@google.com> Reviewed-by:
David Ahern <dsahern@kernel.org> Signed-off-by:
David S. Miller <davem@davemloft.net> Conflicts: net/core/neighbour.c [conflicts due to mergered 09eed119 ("neighbour: switch to standard rcu, instead of rcu_bh")] Signed-off-by:
Wang Liang <wangliang74@huawei.com>