[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170322.115959.957088455820539447.davem@davemloft.net>
Date: Wed, 22 Mar 2017 11:59:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: parthasarathy.bhuvaragan@...csson.com
Cc: netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net,
jon.maloy@...csson.com, maloy@...jonn.com, ying.xue@...driver.com,
thompa.atl@...il.com
Subject: Re: [PATCH net v1 1/1] tipc: fix nametbl deadlock at
tipc_nametbl_unsubscribe
From: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@...csson.com>
Date: Tue, 21 Mar 2017 10:47:49 +0100
> From: Ying Xue <ying.xue@...driver.com>
>
> Until now, tipc_nametbl_unsubscribe() is called at subscriptions
> reference count cleanup. Usually the subscriptions cleanup is
> called at subscription timeout or at subscription cancel or at
> subscriber delete.
>
> We have ignored the possibility of this being called from other
> locations, which causes deadlock as we try to grab the
> tn->nametbl_lock while holding it already.
...
> In this commit, we advance the calling of tipc_nametbl_unsubscribe()
> from the refcount cleanup to the intended callers.
>
> Fixes: d094c4d5f5c7 ("tipc: add subscription refcount to avoid invalid delete")
> Reported-by: John Thompson <thompa.atl@...il.com>
> Acked-by: Jon Maloy <jon.maloy@...csson.com>
> Signed-off-by: Ying Xue <ying.xue@...driver.com>
> Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@...csson.com>
Applied, thank you.
Powered by blists - more mailing lists