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=unavailable 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 D7E16C43613 for ; Mon, 24 Jun 2019 16:20:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B585A20673 for ; Mon, 24 Jun 2019 16:20:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731933AbfFXQUa (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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincenzo Frascino Subject: Re: [PATCH v7 00/25] Unify vDSOs across more architectures Date: Mon, 24 Jun 2019 17:20:24 +0100 Message-ID: References: <20190621095252.32307-1-vincenzo.frascino@arm.com> <20190624142346.pxljv3m4npatdiyk@shell.armlinux.org.uk> <20190624144924.GE29120@arrakis.emea.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190624144924.GE29120@arrakis.emea.arm.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org 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 M List-Id: linux-arch.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 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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 387ABC43613 for ; Mon, 24 Jun 2019 16:20:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0DC0820663 for ; Mon, 24 Jun 2019 16:20:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GCNwxZhB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0DC0820663 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y1kKIyCR4U1P1Ycp413NYdaScYU7rbCK8uOmI0tOlI4=; b=GCNwxZhBhoJDVR uVFSsEOTTlwY7f8hNp6qAdQ/6wq3PYwLlGLDddMT2U+zSBgksS1llR/u0HS8mb8DxZVazFAW6nAln aqessGMZ9/wEHp9I6piLiDnyZpFsWge36ziQYBQfQFFHlM0phUNUj1NZJGHM/D1cYa8WNpQpf4bsn Z5uGbt8X8aI5BR9aBIYdYBTyxhJr7/0x40upBG+qGFgAIhtmyYBQ4xGbjGznsIqWUV9SWoryv93O6 tLE5BmipIsaXDNt4s2pI7l1EKLXOaYe2gxC7bn9l08H4dTYJ0jpIjCKZAFupYZyXgRBqlBfkMEDBK IP6TtxJ3hrIkTCPQP/PA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfRhq-0001k9-Cx; Mon, 24 Jun 2019 16:20:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfRhm-0001j0-Tu for linux-arm-kernel@lists.infradead.org; Mon, 24 Jun 2019 16:20:32 +0000 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 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-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190624_092031_014209_6336E0CB X-CRM114-Status: GOOD ( 15.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rasmus Villemoes , linux-mips@vger.kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan , linux-arch@vger.kernel.org, Dmitry Safonov <0x7f454c46@gmail.com>, Dmitry Safonov , Daniel Lezcano , Andre Przywara , Sasha Levin , Arnd Bergmann , Will Deacon , Andy Lutomirski , Thomas Gleixner , 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel