From: "Paul E. McKenney" Subject: Re: [ltt-dev] LTTng 0.89 for Linux 2.6.29-rc3 Date: Thu, 5 Feb 2009 10:01:32 -0800 Message-ID: <20090205180132.GJ6915@linux.vnet.ibm.com> References: <20090130200757.GA14999@Krystal> <20090205140432.GE6915@linux.vnet.ibm.com> <20090205150242.GA27895@Krystal> <20090205151841.GF6915@linux.vnet.ibm.com> <20090205153825.GA30255@Krystal> <20090205155854.GG6915@linux.vnet.ibm.com> <5d5443650902050822r2e4d08ffg2322b45a5e009fb8@mail.gmail.com> Reply-To: paulmck@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mathieu Desnoyers , ltt-dev@lists.casi.polymtl.ca, Ext4 Developers List , "Theodore Ts'o" , linux-kernel@vger.kernel.org To: Trilok Soni Return-path: Received: from e8.ny.us.ibm.com ([32.97.182.138]:40383 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbZBESBi (ORCPT ); Thu, 5 Feb 2009 13:01:38 -0500 Content-Disposition: inline In-Reply-To: <5d5443650902050822r2e4d08ffg2322b45a5e009fb8@mail.gmail.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, Feb 05, 2009 at 09:52:16PM +0530, Trilok Soni wrote: > Hi Paul, > > On Thu, Feb 5, 2009 at 9:28 PM, Paul E. McKenney > wrote: > >> > >> Are you using quilt to apply the patchset series file in the right order ? > > > > Ummm... No. I never have used quilt. > > > > Ah, there is a series file. I guess it would not be too hard to make > > an appropriate "sh" command: > > How about trying? > > #quilt push -a Is the appropriate incantation as follows? cd mkdir patches cp /tmp/patch-2.6.29-rc3-lttng-0.92/* patches quilt push -a Thanx, Paul