From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbeEODGg (ORCPT ); Mon, 14 May 2018 23:06:36 -0400 Received: from ozlabs.org ([203.11.71.1]:45475 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbeEODGc (ORCPT ); Mon, 14 May 2018 23:06:32 -0400 Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Dave Martin , linux-kernel@vger.kernel.org Cc: linux-arch@vger.kernel.org, Benjamin Herrenschmidt , Paul Mackerras Subject: Re: [RFC PATCH 07/11] powerpc: Move arch-specific prctls out of core code In-Reply-To: <1526318067-4964-8-git-send-email-Dave.Martin@arm.com> References: <1526318067-4964-1-git-send-email-Dave.Martin@arm.com> <1526318067-4964-8-git-send-email-Dave.Martin@arm.com> Date: Tue, 15 May 2018 13:06:31 +1000 Message-ID: <87fu2tpqh4.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 Dave Martin writes: > This patch moves the powerpc-specific prctl call implementations > out of core code and removes redundant boilerplate associated with > them. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > --- > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/processor.h | 6 ------ > arch/powerpc/kernel/syscalls.c | 17 +++++++++++++++++ > kernel/sys.c | 24 ------------------------ > 4 files changed, 18 insertions(+), 30 deletions(-) This also looks OK to me. Acked-by: Michael Ellerman cheers