ipv6: move np->repflow to atomic flags
authorEric Dumazet <edumazet@google.com>
Tue, 12 Sep 2023 16:02:09 +0000 (16:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Sep 2023 09:33:48 +0000 (10:33 +0100)
commit3cccda8db2cf2f2a224d55d5b6e2251d478c58ca
tree5bd83b011ee8344c878bf25a1b7d70f9522d7bfd
parent3fa29971c69519629370b119b0b618ee88ade6b9
ipv6: move np->repflow to atomic flags

Move np->repflow to inet->inet_flags to fix data-races.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
include/net/inet_sock.h
net/dccp/ipv6.c
net/ipv6/af_inet6.c
net/ipv6/ip6_flowlabel.c
net/ipv6/tcp_ipv6.c