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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH v7 00/25] Unify vDSOs across more architectures Date: Fri, 25 Oct 2019 13:42:14 +0200 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" Return-path: In-Reply-To: <20190624144924.GE29120@arrakis.emea.arm.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-arch.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20191025114214.UTmFwuxSDVu7NrXnPRDiKgljSpXzKFxPF7Yxyqtjkc4@z> 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 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=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 0C5F5CA9EBC for ; Fri, 25 Oct 2019 11:42:31 +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 D1D342070B for ; Fri, 25 Oct 2019 11:42:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="f9DjIlZp" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D1D342070B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pGHndMSBYVv2u4AkiKn+/JFwsrycgf7IgEkSZsjrsmQ=; b=f9DjIlZpVcr5bw G88BZi9bJOZO9PoSmUsFG0DGlXv57XM1woWmdap6QJ9e9gV3Zy1QylXRgum9AO/W5VB41D8q5xFJ7 gNlbJLF1nPzJ/wLr6JN1zp9ulkhSklqF3q4dSkziTG7QPSMamVZSLbOac/ynWNZJ8DuvQ4czq3i2U NYlDgfzKyd6R8SdMYi4BCOybEoJQA6rx3zCMdwJyscXxRUXiwQPxRlnvI4XIpA1VAsDhuyP3gybRJ 1cp5DLWPb6n3N2Q78RNvonVTGN5yn+Mm6MV94iRndLFr3QD4E4PM+fnxiBwJRF3HtuToyC/oX+byg I84md9M6A8KsKT7Belnw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iNxzC-0003gP-Gu; Fri, 25 Oct 2019 11:42:30 +0000 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iNxz9-0003fg-HI for linux-arm-kernel@lists.infradead.org; Fri, 25 Oct 2019 11:42:29 +0000 Received: by mail-oi1-f193.google.com with SMTP id o205so1406505oib.12 for ; 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=R0cGrqlwGJC+KfuX1bT9XgD6Qdzcqu59nmon1C9ilur0sm4G3oB2o2AS892odrjcZo oTG+/gbrumKBroV1XIJAEFdabXuAKplfdOC+ds692iuQVzE2xDuUcpZWGPpH+BYep++J G09kKS4G8WBW18ubF/ROoBrFJJ4X7R0zBSvm7dEd6nSXLTSMzMA+S5qjTGa5CSdgUuA0 208//pEH31DLTlunAb8z/uMMLhJwq7TfC1NFCd9CN9xButdjny31hQUb2PRW7UuAlaAS 02Pa8e9IDZJOb9DE23ZQE2TGtkPPlGQRlgoPiRLmpWbyciDLmqGLxQ/ND6BTvve/5LQK owRQ== X-Gm-Message-State: APjAAAV0IT7htNahqiNGoIsx1unV1OzbUBpbLV+6XXePkLqwNWz8NvZD Wz4gXsS2Wx1aLPGUSiIKxyby26W1wfv32pA1MI4= 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191025_044227_572234_1A7A02E1 X-CRM114-Status: GOOD ( 15.68 ) 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: Mark Salyzyn , Dmitry Safonov <0x7f454c46@gmail.com>, Michael Kelley , "open list:KERNEL SELFTEST FRAMEWORK" , Vincenzo Frascino , Shuah Khan , Linux-Arch , Dmitry Safonov , Daniel Lezcano , Russell King - ARM Linux admin , Will Deacon , Andre Przywara , Sasha Levin , Arnd Bergmann , Rasmus Villemoes , Andy Lutomirski , Thomas Gleixner , Peter Collingbourne , LAK , Andrei Vagin , Huw Davies , linux-mips@vger.kernel.org, Ralf Baechle , LKML , 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel