From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 0/4] vhost private_data rcu removal Date: Tue, 7 May 2013 14:19:14 +0300 Message-ID: <20130507111914.GA19121@redhat.com> References: <1367909676-11788-1-git-send-email-asias@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: target-devel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org To: Asias He Return-path: Content-Disposition: inline In-Reply-To: <1367909676-11788-1-git-send-email-asias@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: kvm.vger.kernel.org On Tue, May 07, 2013 at 02:54:32PM +0800, Asias He wrote: > Asias He (4): > vhost-net: Always access vq->private_data under vq mutex > vhost-test: Always access vq->private_data under vq mutex > vhost-scsi: Always access vq->private_data under vq mutex > vhost: Remove custom vhost rcu usage Looks good, I'll queue this up for 3.11. > drivers/vhost/net.c | 37 ++++++++++++++++--------------------- > drivers/vhost/scsi.c | 17 ++++++----------- > drivers/vhost/test.c | 20 +++++++++----------- > drivers/vhost/vhost.h | 10 ++-------- > 4 files changed, 33 insertions(+), 51 deletions(-) > > -- > 1.8.1.4