]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ipv6: make mc_forwarding atomic
authorEric Dumazet <edumazet@google.com>
Fri, 4 Feb 2022 20:15:45 +0000 (12:15 -0800)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:40:37 +0000 (14:40 +0200)
commit701b959660d912406d1c049781f3345cc494f2f5
tree63dadfba201d129625c62bb36dea65ea30457fe4
parentdc5c60646f1ccfe0a1267a10da9e5b52a492eebe
ipv6: make mc_forwarding atomic

BugLink: https://bugs.launchpad.net/bugs/1969107
[ Upstream commit 145c7a793838add5e004e7d49a67654dc7eba147 ]

This fixes minor data-races in ip6_mc_input() and
batadv_mcast_mla_rtr_flags_softif_get_ipv6()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 4790998fdd0d0c682512af9b4a875bc80da73836)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
include/linux/ipv6.h
net/batman-adv/multicast.c
net/ipv6/addrconf.c
net/ipv6/ip6_input.c
net/ipv6/ip6mr.c