From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [GIT PULL] First round of SCSI updates for 2.6.39 merge window Date: Thu, 28 Jul 2011 12:49:39 +0400 Message-ID: <1311842979.30253.29.camel@mulgrave> References: <1311441452.23720.17.camel@mulgrave> <20110723102719.a7f26008.rdunlap@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:34609 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734Ab1G1Ito (ORCPT ); Thu, 28 Jul 2011 04:49:44 -0400 In-Reply-To: <20110723102719.a7f26008.rdunlap@xenotime.net> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Randy Dunlap Cc: Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel On Sat, 2011-07-23 at 10:27 -0700, Randy Dunlap wrote: > On Sat, 23 Jul 2011 21:17:32 +0400 James Bottomley wrote: > > > This represents the usual round of driver updates (fcoe, bfa, mpt2sas, > > iscsi, bnx2fc) plus a couple of fixes that didn't make 3.0 including the > > USB force eject oops. > > > > The patch is available here: > > > > master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git > > Hi James, > > (please fix $subject) Hmm, reusability gone too far > What has happened to these 2 patches from 2011-June-21 ? > > Subject: [PATCH] scsi: fix NCR_Q720 section mismatch warning > Subject: [PATCH] scsi: fix sim710 section mismatch warnings Ralf is reworking them. Basically there's no point mucking with creating work via the endless sectional annotators in obsolete drivers, so he was just going to strip the annotations where they cause problems. James