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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 98AF9C3DA5D for ; Mon, 22 Jul 2024 09:16:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=iBUoSqpHZtwa4stjRevMOjOL4A6PpMnex+jqd1SgRW8=; b=ZBHZZh4/5OP8gCoQB72Tzkrt7p aQVldefZI5yKlx4eVsy9VPAeIFW3b2DIMpFZO++EidYOhKdOBdFsbpNObpw7/pmjxRduy4FSi7Jl7 54raMQndW5FlY8YzkJp7B6jvQw16n4asl3M1+ncjoUMckMOVjE0FIDtkBCqE2Ym3x6fywpAMWn8iN 2Jrqpfc+O3Gq/ZB+HuRoWCf0Vy94BtYdEccix1LxPg11W255WdKj4YjFE7e9eGbKOYxrDbYi1Oiji 024FzFZAgSoc8dmKqF/HQNurClzUv6jZeUKESf/Q+6HfSGxiawMpUtSKbzBbCnJPTIpFFQa3j9RWS pPZIGHew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sVp9w-000000090SI-0orr; Mon, 22 Jul 2024 09:16:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sVp9a-000000090Ob-0zzE for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2024 09:16:23 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CF5ADFEC; Mon, 22 Jul 2024 02:16:45 -0700 (PDT) Received: from [10.162.41.8] (a077893.blr.arm.com [10.162.41.8]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 71F823F766; Mon, 22 Jul 2024 02:16:12 -0700 (PDT) Message-ID: <3c385faa-bfe9-4731-8fdc-fa786f2160df@arm.com> Date: Mon, 22 Jul 2024 14:46:09 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 18/29] arm64: add POE signal support To: Joey Gouly , linux-arm-kernel@lists.infradead.org Cc: akpm@linux-foundation.org, aneesh.kumar@kernel.org, aneesh.kumar@linux.ibm.com, bp@alien8.de, broonie@kernel.org, catalin.marinas@arm.com, christophe.leroy@csgroup.eu, dave.hansen@linux.intel.com, hpa@zytor.com, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, maz@kernel.org, mingo@redhat.com, mpe@ellerman.id.au, naveen.n.rao@linux.ibm.com, npiggin@gmail.com, oliver.upton@linux.dev, shuah@kernel.org, szabolcs.nagy@arm.com, tglx@linutronix.de, will@kernel.org, x86@kernel.org, kvmarm@lists.linux.dev References: <20240503130147.1154804-1-joey.gouly@arm.com> <20240503130147.1154804-19-joey.gouly@arm.com> Content-Language: en-US From: Anshuman Khandual In-Reply-To: <20240503130147.1154804-19-joey.gouly@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240722_021622_418113_E7D18318 X-CRM114-Status: GOOD ( 20.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 5/3/24 18:31, Joey Gouly wrote: > Add PKEY support to signals, by saving and restoring POR_EL0 from the stackframe. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon > Reviewed-by: Mark Brown > Acked-by: Szabolcs Nagy Reviewed-by: Anshuman Khandual > --- > arch/arm64/include/uapi/asm/sigcontext.h | 7 ++++ > arch/arm64/kernel/signal.c | 52 ++++++++++++++++++++++++ > 2 files changed, 59 insertions(+) > > diff --git a/arch/arm64/include/uapi/asm/sigcontext.h b/arch/arm64/include/uapi/asm/sigcontext.h > index 8a45b7a411e0..e4cba8a6c9a2 100644 > --- a/arch/arm64/include/uapi/asm/sigcontext.h > +++ b/arch/arm64/include/uapi/asm/sigcontext.h > @@ -98,6 +98,13 @@ struct esr_context { > __u64 esr; > }; > > +#define POE_MAGIC 0x504f4530 > + > +struct poe_context { > + struct _aarch64_ctx head; > + __u64 por_el0; > +}; > + > /* > * extra_context: describes extra space in the signal frame for > * additional structures that don't fit in sigcontext.__reserved[]. > diff --git a/arch/arm64/kernel/signal.c b/arch/arm64/kernel/signal.c > index 4a77f4976e11..077436a8bc10 100644 > --- a/arch/arm64/kernel/signal.c > +++ b/arch/arm64/kernel/signal.c > @@ -63,6 +63,7 @@ struct rt_sigframe_user_layout { > unsigned long fpmr_offset; > unsigned long extra_offset; > unsigned long end_offset; > + unsigned long poe_offset; > }; > > #define BASE_SIGFRAME_SIZE round_up(sizeof(struct rt_sigframe), 16) > @@ -185,6 +186,8 @@ struct user_ctxs { > u32 zt_size; > struct fpmr_context __user *fpmr; > u32 fpmr_size; > + struct poe_context __user *poe; > + u32 poe_size; > }; > > static int preserve_fpsimd_context(struct fpsimd_context __user *ctx) > @@ -258,6 +261,21 @@ static int restore_fpmr_context(struct user_ctxs *user) > return err; > } > > +static int restore_poe_context(struct user_ctxs *user) > +{ > + u64 por_el0; > + int err = 0; > + > + if (user->poe_size != sizeof(*user->poe)) > + return -EINVAL; > + > + __get_user_error(por_el0, &(user->poe->por_el0), err); > + if (!err) > + write_sysreg_s(por_el0, SYS_POR_EL0); > + > + return err; > +} > + > #ifdef CONFIG_ARM64_SVE > > static int preserve_sve_context(struct sve_context __user *ctx) > @@ -621,6 +639,7 @@ static int parse_user_sigframe(struct user_ctxs *user, > user->za = NULL; > user->zt = NULL; > user->fpmr = NULL; > + user->poe = NULL; > > if (!IS_ALIGNED((unsigned long)base, 16)) > goto invalid; > @@ -671,6 +690,17 @@ static int parse_user_sigframe(struct user_ctxs *user, > /* ignore */ > break; > > + case POE_MAGIC: > + if (!system_supports_poe()) > + goto invalid; > + > + if (user->poe) > + goto invalid; > + > + user->poe = (struct poe_context __user *)head; > + user->poe_size = size; > + break; > + > case SVE_MAGIC: > if (!system_supports_sve() && !system_supports_sme()) > goto invalid; > @@ -857,6 +887,9 @@ static int restore_sigframe(struct pt_regs *regs, > if (err == 0 && system_supports_sme2() && user.zt) > err = restore_zt_context(&user); > > + if (err == 0 && system_supports_poe() && user.poe) > + err = restore_poe_context(&user); > + > return err; > } > > @@ -980,6 +1013,13 @@ static int setup_sigframe_layout(struct rt_sigframe_user_layout *user, > return err; > } > > + if (system_supports_poe()) { > + err = sigframe_alloc(user, &user->poe_offset, > + sizeof(struct poe_context)); > + if (err) > + return err; > + } > + > return sigframe_alloc_end(user); > } > > @@ -1020,6 +1060,15 @@ static int setup_sigframe(struct rt_sigframe_user_layout *user, > __put_user_error(current->thread.fault_code, &esr_ctx->esr, err); > } > > + if (system_supports_poe() && err == 0 && user->poe_offset) { > + struct poe_context __user *poe_ctx = > + apply_user_offset(user, user->poe_offset); > + > + __put_user_error(POE_MAGIC, &poe_ctx->head.magic, err); > + __put_user_error(sizeof(*poe_ctx), &poe_ctx->head.size, err); > + __put_user_error(read_sysreg_s(SYS_POR_EL0), &poe_ctx->por_el0, err); > + } > + > /* Scalable Vector Extension state (including streaming), if present */ > if ((system_supports_sve() || system_supports_sme()) && > err == 0 && user->sve_offset) { > @@ -1178,6 +1227,9 @@ static void setup_return(struct pt_regs *regs, struct k_sigaction *ka, > sme_smstop(); > } > > + if (system_supports_poe()) > + write_sysreg_s(POR_EL0_INIT, SYS_POR_EL0); > + > if (ka->sa.sa_flags & SA_RESTORER) > sigtramp = ka->sa.sa_restorer; > else