Home
last modified time | relevance | path

Searched hist:"4 ea2607f7871ca433ab0c5300289215974213f26" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.cdiff 4ea2607f7871ca433ab0c5300289215974213f26 Wed Oct 11 03:28:00 CDT 2017 Florian Westphal <fw@strlen.de> ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF

Instead of relying on rtnl mutex bump device reference count.
After this change, values reported can change in parallel, but thats not
much different from current state, as anyone can change the settings
right after rtnl_unlock (and before userspace processed reply).

While at it, switch to GFP_KERNEL allocation.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>