From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [PATCH 0/2] [scsi-bus]: Changes for PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs v2 Date: Wed, 16 Jun 2010 16:15:34 +0200 Message-ID: <4C18DC86.3060601@redhat.com> References: <1276695761-16588-1-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Gerd Hoffmann , Hannes Reinecke , Paul Brook , Christoph Hellwig , FUJITA Tomonori , kvm-devel , qemu-devel To: "Nicholas A. Bellinger" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50095 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189Ab0FPOQK (ORCPT ); Wed, 16 Jun 2010 10:16:10 -0400 In-Reply-To: <1276695761-16588-1-git-send-email-nab@linux-iscsi.org> Sender: kvm-owner@vger.kernel.org List-ID: Am 16.06.2010 15:42, schrieb Nicholas A. Bellinger: > From: Nicholas Bellinger > > Greetings, > > Attached is v2 for a series containing a handful of changes required for scsi-bus in order > to get PERSISTENT_RESERVE_OUT and MAINTENANCE CDBs working as expected. Thanks to Kevin Wolf > for pointing out the unnecessary SCSIRequest->cmd.xfer reassignments in scsi_req_length() from > the original series. > > Tested with Linux KVM guests and Megasas 8708EM2 HBA emulation + scsi-generic and > TCM_Loop target ports. > > Signed-off-by: Nicholas A. Bellinger Thanks, applied to the block branch. One more thing: You usually put things like [scsi-bus] in brackets so that they are removed by git am. I think this is actually useful information to have in the commit log, so would you mind leaving the brackets out for your next submissions? Kevin