From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751547AbeFEFTB (ORCPT ); Tue, 5 Jun 2018 01:19:01 -0400 Received: from ozlabs.org ([203.11.71.1]:53725 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbeFEFS7 (ORCPT ); Tue, 5 Jun 2018 01:18:59 -0400 Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Mathieu Desnoyers , Peter Zijlstra , "Paul E . McKenney" , Boqun Feng , Andy Lutomirski , Dave Watson Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Paul Turner , Andrew Morton , Russell King , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Andrew Hunter , Andi Kleen , Chris Lameter , Ben Maurer , Steven Rostedt , Josh Triplett , Linus Torvalds , Catalin Marinas , Will Deacon , Michael Kerrisk , Joel Fernandes , Mathieu Desnoyers , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [RFC PATCH for 4.18 10/16] powerpc: Wire up restartable sequences system call In-Reply-To: <20180602124408.8430-11-mathieu.desnoyers@efficios.com> References: <20180602124408.8430-1-mathieu.desnoyers@efficios.com> <20180602124408.8430-11-mathieu.desnoyers@efficios.com> Date: Tue, 05 Jun 2018 15:18:44 +1000 Message-ID: <874lihbykr.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mathieu Desnoyers writes: > From: Boqun Feng > > Wire up the rseq system call on powerpc. > > This provides an ABI improving the speed of a user-space getcpu > operation on powerpc by skipping the getcpu system call on the fast > path, as well as improving the speed of user-space operations on per-cpu > data compared to using load-reservation/store-conditional atomics. > > Signed-off-by: Boqun Feng > Signed-off-by: Mathieu Desnoyers > CC: Benjamin Herrenschmidt > CC: Paul Mackerras > CC: Michael Ellerman > CC: Peter Zijlstra > CC: "Paul E. McKenney" > CC: linuxppc-dev@lists.ozlabs.org > --- > arch/powerpc/include/asm/systbl.h | 1 + > arch/powerpc/include/asm/unistd.h | 2 +- > arch/powerpc/include/uapi/asm/unistd.h | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) Looks fine to me. I don't have any other new syscalls in my next, so this should not conflict with anything for 4.18. Acked-by: Michael Ellerman (powerpc) cheers