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
[off-list ref] wrote:
quoted
quoted
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 <top of git tree>
mkdir patches
cp /tmp/patch-2.6.29-rc3-lttng-0.92/* patches
quilt push -a
Thanx, Paul