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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 39FF4C433DB for ; Fri, 12 Feb 2021 00:21:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0AEA064DDF for ; Fri, 12 Feb 2021 00:21:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230231AbhBLAVA (ORCPT ); Thu, 11 Feb 2021 19:21:00 -0500 Received: from ozlabs.org ([203.11.71.1]:34219 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230031AbhBLAUi (ORCPT ); Thu, 11 Feb 2021 19:20:38 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 4DcDf45KfPz9sVX; Fri, 12 Feb 2021 11:19:56 +1100 (AEDT) From: Michael Ellerman To: Paul Mackerras , msuchanek@suse.de, Michael Ellerman , npiggin@gmail.com, Benjamin Herrenschmidt , Christophe Leroy Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: References: Subject: Re: [PATCH v6 0/2] powerpc/32: Implement C syscall entry/exit (complement) Message-Id: <161308904799.3606979.14603109971130321553.b4-ty@ellerman.id.au> Date: Fri, 12 Feb 2021 11:19:56 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Feb 2021 19:29:26 +0000 (UTC), Christophe Leroy wrote: > This series implements C syscall entry/exit for PPC32. It reuses > the work already done for PPC64. > > This series is based on today's next-test (f538b53fd47a) where main patchs from v5 are merged in. > > The first patch is important for performance. > > [...] Applied to powerpc/next. [1/3] powerpc/syscall: Do not check unsupported scv vector on PPC32 https://git.kernel.org/powerpc/c/b966f2279048ee9f30d83ef8568b99fa40917c54 [2/3] powerpc/32: Handle bookE debugging in C in syscall entry/exit https://git.kernel.org/powerpc/c/d524dda719f06967db4d3ba519edf9267f84c155 [3/3] powerpc/syscall: Avoid storing 'current' in another pointer https://git.kernel.org/powerpc/c/5b90b9661a3396e00f6e8bcbb617a0787fb683d0 cheers