Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2576299pxb; Thu, 11 Feb 2021 16:41:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJxM4DeA2bVHPp4rWyDwClglv5805+0Y8pVE6ACbS5xZwZvVb9K4xXQl1vfyVgr3gzxpgowk X-Received: by 2002:a17:906:35cf:: with SMTP id p15mr393171ejb.20.1613090460473; Thu, 11 Feb 2021 16:41:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613090460; cv=none; d=google.com; s=arc-20160816; b=x/aVuRAJovvfya2etwcceksSc1b/rKvjUJ5zfMYxXaICexW8NPv3JVlU0CCF+uZL0Q S/hT4tnsvF6Crpcl2sGwzopYdk/0st4fP+4lwrtdIrO73E/MhO16OmE2DQcSPcbLLtCH GQJ52iz+OTBKIncfD2Gjfyt9RkwXoj757lFzrzl5iyLIpQWgI5TblPx9WGtrtiQyXlJM 1cekLrrnBV+s9yiGk3EWXdyElzHsBHc73SsK6dh0ruBrNNVZXJPe+CqU9FTWB72/79PE AVIGn4XKInmlCzoxECVJSaiN1L4OHqa3uQVIBQ4qRXiUoKJbZguiWgOYF01U4tXpIh2W l2Kw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=mYdOVgz8l2XAKQcyTjrHRUX4H+VMH1FmLLUVg9YptKs=; b=EOemTEuMVLhrGdvXbsTT9knFWRQhf2+76tL26stPNXK/ME/xtAYpqt3DqCmto49xOR iTSnLrVWkH+Fj65pUMLtnwE8PEZwcu1OJC+2g4eQqols5/RhyuYKt5w4TnODSvdtqJfr Y7CI1cBgtqtUsUybf0FehcOAZArIxHW6CGLqmp1eR8vz/8LmXlE/rtknxBEJbEyUPD+g HUKTV2TC2n/csYUROamXHk7y7wKPWbhM96/70grljHMccH4zlaG2qhDSdGAqQ0RhK94y UpM5vM6xYJ5Q6y2SOT2lpQ8ZhThQHEUqU/Tl8SeRPUhOvJ3DMOGKmflmfHhtnkVs4nnk dySQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id mj13si4622761ejb.610.2021.02.11.16.40.37; Thu, 11 Feb 2021 16:41:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230176AbhBLAUx (ORCPT + 99 others); Thu, 11 Feb 2021 19:20:53 -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