From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [SATA] libata-dev queue updated Date: Wed, 22 Jun 2005 16:23:07 -0400 Message-ID: <42B9C8AB.8040001@pobox.com> References: <42A14541.6020209@pobox.com> <87vf4ujgmj.fsf@stark.xeocode.com> <42A1E96C.6080806@pobox.com> <20050604185028.GZ4992@stusta.de> <42A1FB91.5060702@pobox.com> <87psv2j5mb.fsf@stark.xeocode.com> <20050604191958.GA13111@havoc.gtf.org> <87k6l9k0aa.fsf@stark.xeocode.com> <42A263BB.9070606@pobox.com> <42B98EBF.7020500@rtr.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail.dvmed.net ([216.237.124.58]:48559 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S262057AbVFVUX3 (ORCPT ); Wed, 22 Jun 2005 16:23:29 -0400 In-Reply-To: <42B98EBF.7020500@rtr.ca> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Mark Lord Cc: Greg Stark , "linux-ide@vger.kernel.org" , Linux Kernel , Andrew Morton , James Bottomley Mark Lord wrote: > Jeff Garzik wrote: > >> Greg Stark wrote: >> >>> So, uh, where do I get git? Where is your "git repository" and Linus' >>> "git repository" and how do I set that up? >> >> >> http://lkml.org/lkml/2005/5/26/11 >> >> Jeff > > > Okay, so now I have two separate git repositories, > one for Linus's tree (currently at 2.6.12), and another > that is Jeff's libata-dev bundle of goodies. > > But I have no idea whatsoever what to do next. > > What I *want*, is the patchset for "passthru", > so that I can apply those patches to 2.6.12 and > then test that kernel. > > But it is nowhere even remotely close to possibly perhaps > someday eventually maybe suggestively obvious how to do that. Boy that's an unparseable sentence, if I ever saw one :) You can obtain a patch from the 'passthru' branch by doing git checkout -f passthru git-diff-tree -p master HEAD > /tmp/patch or simply by downloading what I just uploaded a few minutes ago, http://www.kernel.org/pub/linux/kernel/people/jgarzik/libata/2.6.12-git4-passthru1.patch.bz2