From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755280Ab1G1Itv (ORCPT ); Thu, 28 Jul 2011 04:49:51 -0400 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 Subject: Re: [GIT PULL] First round of SCSI updates for 2.6.39 merge window From: James Bottomley To: Randy Dunlap Cc: Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel In-Reply-To: <20110723102719.a7f26008.rdunlap@xenotime.net> References: <1311441452.23720.17.camel@mulgrave> <20110723102719.a7f26008.rdunlap@xenotime.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 28 Jul 2011 12:49:39 +0400 Message-ID: <1311842979.30253.29.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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