From: David Ahern <d...@cumulusnetworks.com> Date: Mon, 24 Aug 2015 15:17:17 -0600
> Hit the following splat testing VRF change for ipsec: ... > In pfkey_sendmsg the net mutex is taken and then pfkey_broadcast takes > the RCU lock. > > Since pfkey_broadcast takes the RCU lock the allocation argument is > pointless since GFP_ATOMIC must be used between the rcu_read_{,un}lock. > The one call outside of rcu can be done with GFP_KERNEL. > > Fixes: 7f6b9dbd5afbd ("af_key: locking change") > Signed-off-by: David Ahern <d...@cumulusnetworks.com> > --- > v2 > - removed allocation arg and hardcoded to GFP_ATOMIC during rcu locking Applied, thanks David. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html