[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150824.144935.2073501948858391876.davem@davemloft.net>
Date: Mon, 24 Aug 2015 14:49:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dsa@...ulusnetworks.com
Cc: netdev@...r.kernel.org, steffen.klassert@...unet.com
Subject: Re: [PATCH v2] net: Fix RCU splat in af_key
From: David Ahern <dsa@...ulusnetworks.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 <dsa@...ulusnetworks.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists