]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()
authorEric Dumazet <edumazet@google.com>
Mon, 23 Oct 2017 23:17:48 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 08:54:19 +0000 (17:54 +0900)
commitf82b759284e43b20396719be191be5bc0954f21c
tree8ab8257621acdbee86d14af83319ec62ba26ebdd
parenta6b356d487e838c5f4539e000792df7075e37b89
ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()

rcu_read_lock() is enough here, as inet6_ifa_finish_destroy()
uses kfree_rcu()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c