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=ham 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 A6397C48BE9 for ; Mon, 24 Jun 2019 16:20:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8905920848 for ; Mon, 24 Jun 2019 16:20:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727992AbfFXQUa (ORCPT ); Mon, 24 Jun 2019 12:20:30 -0400 Received: from foss.arm.com ([217.140.110.172]:54258 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726622AbfFXQUa (ORCPT ); Mon, 24 Jun 2019 12:20:30 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03E392B; Mon, 24 Jun 2019 09:20:29 -0700 (PDT) Received: from [10.1.196.72] (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AFDC83F71E; Mon, 24 Jun 2019 09:20:25 -0700 (PDT) Subject: Re: [PATCH v7 00/25] Unify vDSOs across more architectures To: Catalin Marinas , Russell King - ARM Linux admin Cc: Thomas Gleixner , Andy Lutomirski , Rasmus Villemoes , Will Deacon , linux-mips@vger.kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan , linux-arch@vger.kernel.org, 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 References: <20190621095252.32307-1-vincenzo.frascino@arm.com> <20190624142346.pxljv3m4npatdiyk@shell.armlinux.org.uk> <20190624144924.GE29120@arrakis.emea.arm.com> From: Vincenzo Frascino Message-ID: Date: Mon, 24 Jun 2019 17:20:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190624144924.GE29120@arrakis.emea.arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 24/06/2019 15:49, 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: >>> Vincenzo, >>> >>> On Mon, 24 Jun 2019, Thomas Gleixner wrote: >>> >>>> I did not merge the ARM and MIPS parts as they lack any form of >>>> acknowlegment from their maintainers. Please talk to those folks. If they >>>> ack/review the changes then I can pick them up and they go into 5.3 or they >>>> have to go in a later cycle. Nevertheless it was well worth the trouble to >>>> have those conversions done to confirm that the new common library fits a >>>> bunch of different architectures. >>> >>> 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" > Thanks to all for the hints and the support. I will send the patches to Russel as agreed. -- Regards, Vincenzo