From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC7DDC47E49 for ; Fri, 25 Oct 2019 11:42:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF7D02070B for ; Fri, 25 Oct 2019 11:42:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2410356AbfJYLm1 (ORCPT ); Fri, 25 Oct 2019 07:42:27 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:35962 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730125AbfJYLm1 (ORCPT ); Fri, 25 Oct 2019 07:42:27 -0400 Received: by mail-oi1-f195.google.com with SMTP id j7so1444038oib.3; Fri, 25 Oct 2019 04:42:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BcGJu1l7UIRQ0EFIw5C2ACnhv/97dGEXhKfxlqmxdJM=; b=onf2xCiF2+pRsnMG0g5fgBcDzdZh7UkmCitcHxvyAp2Oc71bM73NJ0rhWYwKQNm0ys IykUwHE6qSwO1r0qqeq1Jm0pL6Qpv7KfcfyjznX/+M4ux/Ayou7ek5MFaoORhqZMBpKc U4ZiTqs0PvLcPEZiLTvSGREwFg3SZqa66I0Txqh8lH0RQHarIcVzICmz2whJOmu1UwAC rQii8gUvSFiOsqRXeRQdgp7KkCQG6sbsItjg6j4sm02EzdC3UcxJliCEHUWPiX7sokSO 8DFapfXfdWPyCdYLn9EUqexzesERmOvRIMHchkzh+ATu5VmypQCi2qrdZn588bmjKdMr M/uQ== X-Gm-Message-State: APjAAAX6DlLLz3FwcnrrB/JublBT84AQZrm4ugNhcE6lAWRJbhzDLGAV WyUbOi0Xw48a1rB/5KQ2EfcjW9ekDu83Sz8tMPw= X-Google-Smtp-Source: APXvYqx2AE+sN8UHL3sRoH6FX9kL2APsqTSX1ZwdK3PcIXZcG4Q4tRECEJxY7lT0jOw3NzCSETNK6NJH/5K0P+dzPf8= X-Received: by 2002:a05:6808:3b4:: with SMTP id n20mr2516418oie.131.1572003745968; Fri, 25 Oct 2019 04:42:25 -0700 (PDT) MIME-Version: 1.0 References: <20190621095252.32307-1-vincenzo.frascino@arm.com> <20190624142346.pxljv3m4npatdiyk@shell.armlinux.org.uk> <20190624144924.GE29120@arrakis.emea.arm.com> In-Reply-To: <20190624144924.GE29120@arrakis.emea.arm.com> From: Geert Uytterhoeven Date: Fri, 25 Oct 2019 13:42:14 +0200 Message-ID: Subject: Re: [PATCH v7 00/25] Unify vDSOs across more architectures To: Catalin Marinas Cc: Russell King - ARM Linux admin , Thomas Gleixner , Vincenzo Frascino , Andy Lutomirski , Rasmus Villemoes , Will Deacon , linux-mips@vger.kernel.org, "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan , Linux-Arch , Dmitry Safonov , Daniel Lezcano , Sasha Levin , Arnd Bergmann , Andre Przywara , Dmitry Safonov <0x7f454c46@gmail.com>, Michael Kelley , Peter Collingbourne , LAK , Andrei Vagin , Huw Davies , LKML , Ralf Baechle , Mark Salyzyn , Paul Burton , Shijith Thotton , Linus Torvalds Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Catalin, On Mon, Jun 24, 2019 at 4:51 PM Catalin Marinas wrote: > On Mon, Jun 24, 2019 at 03:23:46PM +0100, Russell King wrote: > > On Mon, Jun 24, 2019 at 04:18:28PM +0200, Thomas Gleixner wrote: > > > I talked to Russell King and he suggested to file the ARM parts into his > > > patch system and he'll pick them up after 5.3-rc1. > > > > > > https://www.arm.linux.org.uk/developer/patches/ > > > > > > I paged out how to deal with it, but you'll surely manage :) > > > > Easy way: ask git to add the "KernelVersion" tag as a header to the > > email using --add-header to e.g. git format-patch, and just mail them > > to patches@armlinux.org.uk > > Although I haven't send patches to Russell in a while, I still have a > git alias in my .gitconfig (only works with one patch at a time IIRC, > sending multiple patches may arrive in a different order): > > [alias] > send-rmk-email = !git send-email --add-header=\"KernelVersion: $(git describe --abbrev=0)\" --no-thread --suppress-cc=all --to="patches@arm.linux.org.uk" Doesn't seem to work: no header was added, and my patch was rejected. There does seem to be a "--add-header" option for git-format-patch, but it adds the header at the top, just below the "Subject:"-header, instead of below the "---", so that needs manual editing, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds