From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756507AbaHVNdy (ORCPT ); Fri, 22 Aug 2014 09:33:54 -0400 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:20825 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756283AbaHVNdx (ORCPT ); Fri, 22 Aug 2014 09:33:53 -0400 Date: Fri, 22 Aug 2014 14:33:16 +0100 From: Catalin Marinas To: Geert Uytterhoeven Cc: Arnd Bergmann , Russell King , "linux-arm-kernel@lists.infradead.org" , Geert Uytterhoeven , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3] arm/smp: Absorb boot_secondary() Message-ID: <20140822133315.GC20583@arm.com> References: <1404918119-3676-1-git-send-email-geert+renesas@glider.be> <201408202130.28389.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 20, 2014 at 08:55:33PM +0100, Geert Uytterhoeven wrote: > Has anyone already written a "git-send-email"-compatible script to > submit patches there? You can send patches as usual to patches@arm.linux.org.uk, just add KernelVersion: v3.?? after the --- line in your patch (maybe this could be automate as well but I didn't bother). For series, because the arrival order is not guaranteed, I use the git alias below to trick it into sleeping 60s between patches: ksend-rmk-patch = !git send-email --annotate --no-thread --suppress-cc=all --to-cmd='sleep 60 && echo patches@arm.linux.org.uk "#"' For stgit, I have a dedicated template: From: %(sender)s To: patches@arm.linux.org.uk Subject: %(prefix)s%(shortdescr)s %(longdescr)s PATCH FOLLOWS KernelVersion:%(version)s %(diff)s And there is always git pull request that Russell is happy with. -- Catalin