[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190306113353.GC3758@gauss3.secunet.de>
Date: Wed, 6 Mar 2019 12:33:53 +0100
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Su Yanjun <suyj.fnst@...fujitsu.com>
CC: <davem@...emloft.net>, <fw@...len.de>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] net: xfrm: Add '_rcu' tag for rcu protected pointer
in netns_xfrm
On Mon, Mar 04, 2019 at 08:19:14PM -0500, Su Yanjun wrote:
> For rcu protected pointers, we'd better add '__rcu' for them.
>
> Once added '__rcu' tag for rcu protected pointer, the sparse tool reports
> warnings.
>
> net/xfrm/xfrm_user.c:1198:39: sparse: expected struct sock *sk
> net/xfrm/xfrm_user.c:1198:39: sparse: got struct sock [noderef] <asn:4> *nlsk
> [...]
>
> So introduce a new wrapper function of nlmsg_unicast to handle type
> conversions.
>
> No functional change.
While that was true for v1 of that patch, it is not
true for this version. This fixes a direct access
of a rcu protected socket. So please add a proper
'Fixes' tag.
Powered by blists - more mailing lists