From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Vasquez Subject: Re: [patch 18/30] scsi/qla2xxx/: possible cleanups Date: Fri, 21 Dec 2007 10:50:42 -0800 Message-ID: <20071221185042.GC14400@plap3.qlogic.org> References: <200712140014.lBE0ELSg026228@imap1.linux-foundation.org> <20071214153723.GC1823@plap3.qlogic.org> <20071214095559.5d4dd818.akpm@linux-foundation.org> <20071214182004.GG1823@plap3.qlogic.org> <20071221024646.43013267.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from avexch1.qlogic.com ([198.70.193.115]:44606 "EHLO avexch1.qlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbXLUSuq (ORCPT ); Fri, 21 Dec 2007 13:50:46 -0500 Content-Disposition: inline In-Reply-To: <20071221024646.43013267.akpm@linux-foundation.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton Cc: James.Bottomley@steeleye.com, linux-scsi@vger.kernel.org, bunk@kernel.org On Fri, 21 Dec 2007, Andrew Morton wrote: > On Fri, 14 Dec 2007 10:20:04 -0800 Andrew Vasquez wrote: > > It is, though, not widely publicized: > > > > git://avgit01.qlogic.com/qla2xxx-upstream > > > > The repo is torndown and rebased on frequent a basis, and is meant to > > provide a snapshot of where qla2xxx is at any given time. Currently > > it's comprised of linux-2.6.git with scsi-misc-2.6.git merged and a > > dozen or so patches queued for the next merge window (2.6.25). > > That should be OK. Sometimes ugly things can happen if James syncs with > Linus and you don't: when I ask git to generate the james->you diff, it > will generate a patch which reverts the Linus changes which are in James's > tree but which aren't in yours. I have an alternative pull-git-trees > script which tries to fix that but not very successfully. > > But whatever, we'll see. > > One slight problem though: > > fatal: Unable to look up avgit01.qlogic.com (port 9418) (Name or service not known) > > I think I might need to be akpm@qlogic.com to get at that? Hmm, my mistake, turns out the external name is git.qlogic.com. This worked for me from an external line. $ git clone git://git.qlogic.com/qla2xxx-upstream Thanks, AV