From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752778Ab1GDXzy (ORCPT ); Mon, 4 Jul 2011 19:55:54 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:48144 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752624Ab1GDXzw (ORCPT ); Mon, 4 Jul 2011 19:55:52 -0400 Date: Mon, 4 Jul 2011 16:55:35 -0700 From: Randy Dunlap To: James Bottomley Cc: Linus Torvalds , Andrew Morton , linux-scsi , linux-kernel Subject: Re: [GIT PULL] scsi fixes for 3.0-rc5 Message-Id: <20110704165535.ce364909.randy.dunlap@oracle.com> In-Reply-To: <1309813216.2606.32.camel@mulgrave> References: <1309813216.2606.32.camel@mulgrave> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090202.4E125304.0096:SCFSTAT5015188,ss=1,re=-4.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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