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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 6C611C433DF for ; Wed, 3 Jun 2020 10:03:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43AE0207ED for ; Wed, 3 Jun 2020 10:03:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="KoA2pXZI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726711AbgFCKDm (ORCPT ); Wed, 3 Jun 2020 06:03:42 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:54135 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbgFCKDm (ORCPT ); Wed, 3 Jun 2020 06:03:42 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49cPcq6WP6z9sTK; Wed, 3 Jun 2020 20:03:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1591178620; bh=+tIstlXPrES0K82dOfQBGtH8J5rOTemXGe1SApntEBM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KoA2pXZIjGpMNpYW0K1cDO5TC6I4mRAn4yiN9onrDEluLyh+SdZxjTxdeFHOnxC1r 3khNJd3oguW2gkFGU9+sZRhgJcCQgOZuC0fkd7mW5wnmfzlKWIibrak0a2RaK1a2LN D2extDCJQZY77r1BLtM7VTDvjCT+HAthHBg4qzSBfP2lx57Mcqgg5L1oKZOw89c4WG 77Sq5FfLAQvyUoSyyenHYF7ocujUdq0FXmka/P0zTqcklUhajrm60ExP/zYuIC8kVL 9nPgGMkgbNGa1O2rUMOAW17MP/z8zKBO1yjH1CT5CmBuAKOa4myeX2qp17PvgEs3mq nR7Af5BwxCyow== From: Michael Ellerman To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , nathanl@linux.ibm.com Cc: linux-arch@vger.kernel.org, arnd@arndb.de, linux-kernel@vger.kernel.org, luto@kernel.org, tglx@linutronix.de, vincenzo.frascino@arm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v8 0/8] powerpc: switch VDSO to C implementation In-Reply-To: <438ce3d7-aa0f-0284-7518-6c6339742aab@csgroup.eu> References: <438ce3d7-aa0f-0284-7518-6c6339742aab@csgroup.eu> Date: Wed, 03 Jun 2020 20:04:02 +1000 Message-ID: <87zh9kh3e5.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe Leroy writes: > Hi Michael, > > Le 28/04/2020 =C3=A0 15:16, Christophe Leroy a =C3=A9crit=C2=A0: >> This is the seventh version of a series to switch powerpc VDSO to >> generic C implementation. >>=20 >> Main changes since v7 are: >> - Added gettime64 on PPC32 >>=20 >> This series applies on today's powerpc/merge branch. >>=20 >> See the last patches for details on changes and performance. > > Do you have any plans for this series ? Review it and merge it one day :/ > Even if you don't feel like merging it this cycle, I think patches 1 to=20 > 3 are worth it. I'd rather take the whole series for v5.9. Sorry it missed this window, I just didn't get time to look at it. cheers