From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757111Ab2DYL6s (ORCPT ); Wed, 25 Apr 2012 07:58:48 -0400 Received: from casper.infradead.org ([85.118.1.10]:33525 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759118Ab2DYL6p convert rfc822-to-8bit (ORCPT ); Wed, 25 Apr 2012 07:58:45 -0400 Message-ID: <1335355106.28150.254.camel@twins> Subject: Re: [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128 From: Peter Zijlstra To: Geert Uytterhoeven Cc: Stephen Rothwell , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , Juri Lelli , Ingo Molnar , Thomas Gleixner Date: Wed, 25 Apr 2012 13:58:26 +0200 In-Reply-To: References: <20120424161039.293018424@chello.nl> <20120424162224.526249106@chello.nl> <20120425102342.45cf5c5e81e8aeb3bec67d0b@canb.auug.org.au> <1335341466.28150.248.camel@twins> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2012-04-25 at 13:23 +0200, Geert Uytterhoeven wrote: > On Wed, Apr 25, 2012 at 10:11, Peter Zijlstra 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.