From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760258AbYEMSEl (ORCPT ); Tue, 13 May 2008 14:04:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756440AbYEMSEb (ORCPT ); Tue, 13 May 2008 14:04:31 -0400 Received: from accolon.hansenpartnership.com ([76.243.235.52]:54963 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574AbYEMSEa (ORCPT ); Tue, 13 May 2008 14:04:30 -0400 Subject: Re: [GIT PATCH] SCSI bug fixes for 2.6.26-rc2 From: James Bottomley To: Linus Torvalds Cc: Andrew Morton , linux-scsi , linux-kernel In-Reply-To: References: <1210699209.3077.38.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 13 May 2008 13:04:27 -0500 Message-Id: <1210701867.3077.59.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-05-13 at 10:54 -0700, Linus Torvalds wrote: > > On Tue, 13 May 2008, James Bottomley wrote: > > > > master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git > > [ ... ] > > The diffstat is: > > > > aha152x.c | 8 ++++---- > > gdth.c | 51 ++++++++++++++++++++++++++++++++++----------------- > > libiscsi.c | 29 +++++++++++++++-------------- > > qla1280.c | 4 ++-- > > 4 files changed, 55 insertions(+), 37 deletions(-) > > I'm getting something totally different: > > 29 files changed, 1954 insertions(+), 1672 deletions(-) > > with a shortlog of > > Chandra Seetharaman (8): > [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers > [SCSI] scsi_dh: add lsi rdac device handler > [SCSI] scsi_dh: add EMC Clariion device handler > [SCSI] scsi_dh: Use SCSI device handler in dm-multipath > [SCSI] scsi_dh: Add a single threaded workqueue for initializing paths > [SCSI] scsi_dh: Remove dm_pg_init_complete > [SCSI] scsi_dh: Remove hardware handlers from dm > [SCSI] scsi_dh: Remove hardware handler infrastructure from dm > > Christof Schmitt (2): > [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter > [SCSI] zfcp: sysfs attributes for fabric and channel latencies > > Mark Salyzyn (1): > [SCSI] aacraid: Add Power Management cards to documentation > > Mike Christie (1): > [SCSI] scsi_dh: add hp sw device handler > > which does not match your description at all. > > Not pulled. What's going on? Sorry, wrong URL. That's the misc tree, not the rc-fixes tree. The correct git url is: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git That'll teach me to use cut and paste on the email URLs ... James