[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190614.192038.685198515789181601.davem@davemloft.net>
Date: Fri, 14 Jun 2019 19:20:38 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sunilmut@...rosoft.com
Cc: stefanha@...hat.com, kvm@...r.kernel.org,
virtualization@...ts.linux-foundation.org, netdev@...r.kernel.org,
decui@...rosoft.com
Subject: Re: [PATCH net-next] vsock: correct removal of socket from the list
From: Sunil Muthuswamy <sunilmut@...rosoft.com>
Date: Thu, 13 Jun 2019 03:52:27 +0000
> The current vsock code for removal of socket from the list is both
> subject to race and inefficient. It takes the lock, checks whether
> the socket is in the list, drops the lock and if the socket was on the
> list, deletes it from the list. This is subject to race because as soon
> as the lock is dropped once it is checked for presence, that condition
> cannot be relied upon for any decision. It is also inefficient because
> if the socket is present in the list, it takes the lock twice.
>
> Signed-off-by: Sunil Muthuswamy <sunilmut@...rosoft.com>
Applied.
Powered by blists - more mailing lists