Re: [PATCH net-next] ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()

2016-07-09 Thread David Miller
From: Eric Dumazet Date: Fri, 08 Jul 2016 05:46:04 +0200 > From: Eric Dumazet > > All inet6_netconf_notify_devconf() callers are in process context, > so we can use GFP_KERNEL allocations if we take care of not holding > a rwlock while not needed in

Re: [PATCH net-next] ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()

2016-07-08 Thread Nicolas Dichtel
Le 08/07/2016 05:46, Eric Dumazet a écrit : > From: Eric Dumazet > > All inet6_netconf_notify_devconf() callers are in process context, > so we can use GFP_KERNEL allocations if we take care of not holding > a rwlock while not needed in ip6mr (we hold RTNL there) > > >