[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1335355106.28150.254.camel@twins>
Date: Wed, 25 Apr 2012 13:58:26 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Juri Lelli <juri.lelli@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128
On Wed, 2012-04-25 at 13:23 +0200, Geert Uytterhoeven wrote:
> On Wed, Apr 25, 2012 at 10:11, Peter Zijlstra <a.p.zijlstra@...llo.nl> wrote:
> > ls arch/*/include/asm/Kbuild | while read file; do quilt add $file;
> > echo "generic-y += math128.h" >> $file; done
>
> That may fail if your "ls" is an alias.
> Better: "for file in arch/*/include/asm/Kbuild;do ..; done".
Agreed, still ls worked and the patch is send..
> Still using quilt? I didn't regret ditching it in favor of git (yummy,
> git rebase ;-).
Yeah, I can't seem to deal with git, I edit my patches by hand way too
often, also quilt is a _LOT_ faster pushing/popping patches than git is
(and yes I use an SSD).
Not using git also means I don't have to deal with the trainwreck that
is git-merge,.. /me runs like hell.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists