From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [GIT PULL] scsi fixes for 3.0-rc5 Date: Mon, 4 Jul 2011 16:55:35 -0700 Message-ID: <20110704165535.ce364909.randy.dunlap@oracle.com> References: <1309813216.2606.32.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1309813216.2606.32.camel@mulgrave> Sender: linux-kernel-owner@vger.kernel.org To: James Bottomley Cc: Linus Torvalds , Andrew Morton , linux-scsi , linux-kernel List-Id: linux-scsi@vger.kernel.org On Mon, 04 Jul 2011 16:00:16 -0500 James Bottomley wrote: > This is a couple of driver fixes and the addition of the isci intel SAS > driver under the new driver merge exception. The isci tree is cleanly > separated with everything under drivers/scsi/isci (plus the > Makefile/Kconfig plumbing and one firmware file under firmware/isci). > The driver itself weighs in at around 23k lines, which is on the heavy > side, but Christoph Hellwig and I think it's ready enough to accept now > so that we have a working driver by the time the motherboards ship > (estimated to be in the 3.0 release timeframe). > > The patch is available here: > > master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git > > The shortlog for just the driver fixes (lest they get lost in the flood) is: > > Brian King (1): > ibmvfc: Fix Virtual I/O failover hang > > Stephen M. Cameron (2): > hpsa: fix potential overrun while memcpy'ing sense data > hpsa: fix dma unmap error in hpsa_passthru_ioctl Hi James, Did you do anything with these 2 scsi section mismatch patches from June 21? I don't see them in any of your scsi git trees, although I could have missed them. Subject: [PATCH] scsi: fix NCR_Q720 section mismatch warning http://marc.info/?l=linux-scsi&m=130868730409600&w=2 Subject: [PATCH] scsi: fix sim710 section mismatch warnings http://marc.info/?l=linux-scsi&m=130868736409676&w=2 Thanks, ~Randy