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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 7A024CD3431 for ; Wed, 4 Sep 2024 12:55:48 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4WzMtC0dn8z2yV3; Wed, 4 Sep 2024 22:55:47 +1000 (AEST) Authentication-Results: lists.ozlabs.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1725454547; cv=none; b=beCcOun8HwCzwxD9+Mq4ym90GRFziw1IpCj9I73gespFXI0y7WtCEIhj0BpYPf2/aXeVjX0clpjxaXjYZTLAY243DAfFyJsUJbDhVL8ijgRJOXdwFLmipX46PKC47ENSvKAS0YYJaEGqfkvX6T3wAtBZGlsfjgeJp+m4uNaLJWtq/NFgeFI1STtGn58fF0QcyNbKr8JI/u88hlkulF6I6m1MwZkLJvX1gaHqQzGk20ildh2w8rlqY/B2SKM4/w3knIyxFnhH5n/jUs1j3J9Lka1ul4jZy9gFOuSl+QiVB0F4hVBPw8m8Nr43tF8ORZMVyfoCh11lpwHaxbDsduP1Wg== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1725454547; c=relaxed/relaxed; bh=Vcsv9bvioKD8zrCjVbG9oMpKYf2rGSiavnM+dIHCh4w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j/LEo4EVfpJz6w7WFXIStjlHqhQ8cFGmXOlRl7f75FcgGqSJaRDy3BuWWb/xKJVQwqBdoA+4A3S73nNz1W9ZRKmtbxYucVUW44945fR3xnI1nt7R1nYzLzf11u5mBqqJBD6vVc/71RNCRlnQFY6GBNjXAGYKSDCfh9GS0qpjxuI1HCIr55xKFjnvJGn1JWXSw/316XaAXtPGa++YlXyB92ssFET/w4cPvo3BOrJCvmHIbGUadozPkWUaEjPX09Dbb1q3qIKaxdxd3hWbM8vp4KE+zYUyRhvyri9dA38WVLX3tfbDWC2j/CNdG60UgVTobkEeg6G82tHKxqWQf38DZw== ARC-Authentication-Results: i=1; lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=joey.gouly@arm.com; receiver=lists.ozlabs.org) smtp.mailfrom=arm.com Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=arm.com (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=joey.gouly@arm.com; receiver=lists.ozlabs.org) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lists.ozlabs.org (Postfix) with ESMTP id 4WzMtB1gF2z2y8X for ; Wed, 4 Sep 2024 22:55:44 +1000 (AEST) 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 9FBD8FEC; Wed, 4 Sep 2024 05:55:37 -0700 (PDT) Received: from e124191.cambridge.arm.com (e124191.cambridge.arm.com [10.1.197.45]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 369393F73B; Wed, 4 Sep 2024 05:55:08 -0700 (PDT) Date: Wed, 4 Sep 2024 13:55:03 +0100 From: Joey Gouly To: Will Deacon Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org, nd@arm.com, akpm@linux-foundation.org, aneesh.kumar@kernel.org, aneesh.kumar@linux.ibm.com, anshuman.khandual@arm.com, bp@alien8.de, broonie@kernel.org, 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, skhan@linuxfoundation.org, szabolcs.nagy@arm.com, tglx@linutronix.de, x86@kernel.org, kvmarm@lists.linux.dev, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v5 06/30] arm64: context switch POR_EL0 register Message-ID: <20240904125503.GA3901671@e124191.cambridge.arm.com> References: <20240823144531.GH32156@willie-the-truck> <20240823170835.GA1181@willie-the-truck> <20240827113803.GB4318@willie-the-truck> <20240903145413.GB3669886@e124191.cambridge.arm.com> <20240904102254.GA13280@willie-the-truck> <20240904113221.GA3891700@e124191.cambridge.arm.com> <20240904114301.GA13550@willie-the-truck> X-Mailing-List: linuxppc-dev@lists.ozlabs.org List-Id: List-Help: List-Post: List-Subscribe: , , List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240904114301.GA13550@willie-the-truck> On Wed, Sep 04, 2024 at 12:43:02PM +0100, Will Deacon wrote: > On Wed, Sep 04, 2024 at 12:32:21PM +0100, Joey Gouly wrote: > > On Wed, Sep 04, 2024 at 11:22:54AM +0100, Will Deacon wrote: > > > On Tue, Sep 03, 2024 at 03:54:13PM +0100, Joey Gouly wrote: > > > > On Mon, Sep 02, 2024 at 08:08:08PM +0100, Catalin Marinas wrote: > > > > > On Tue, Aug 27, 2024 at 12:38:04PM +0100, Will Deacon wrote: > > > > > > On Fri, Aug 23, 2024 at 07:40:52PM +0100, Catalin Marinas wrote: > > > > > > > On Fri, Aug 23, 2024 at 06:08:36PM +0100, Will Deacon wrote: > > > > > > > > On Fri, Aug 23, 2024 at 05:41:06PM +0100, Catalin Marinas wrote: > > > > > > > > > On Fri, Aug 23, 2024 at 03:45:32PM +0100, Will Deacon wrote: > > > > > > > > > > On Thu, Aug 22, 2024 at 04:10:49PM +0100, Joey Gouly wrote: > > > > > > > > > > > +static void permission_overlay_switch(struct task_struct *next) > > > > > > > > > > > +{ > > > > > > > > > > > + if (!system_supports_poe()) > > > > > > > > > > > + return; > > > > > > > > > > > + > > > > > > > > > > > + current->thread.por_el0 = read_sysreg_s(SYS_POR_EL0); > > > > > > > > > > > + if (current->thread.por_el0 != next->thread.por_el0) { > > > > > > > > > > > + write_sysreg_s(next->thread.por_el0, SYS_POR_EL0); > > > > > > > > > > > + /* ISB required for kernel uaccess routines when chaning POR_EL0 */ > > > > > > > > > > > > > > > > > > > > nit: typo "chaning". > > > > > > > > > > > > > > > > > > > > But more substantially, is this just to prevent spurious faults in the > > > > > > > > > > context of a new thread using a stale value for POR_EL0? > > > > > > > > > > > > > > > > > > Not just prevent faults but enforce the permissions from the new > > > > > > > > > thread's POR_EL0. The kernel may continue with a uaccess routine from > > > > > > > > > here, we can't tell. > > > > > [...] > > > > > > > > So what do we actually gain by having the uaccess routines honour this? > > > > > > > > > > > > > > I guess where it matters is more like not accidentally faulting because > > > > > > > the previous thread had more restrictive permissions. > > > > > > > > > > > > That's what I wondered initially, but won't the fault handler retry in > > > > > > that case? > > > > > > > > > > Yes, it will retry and this should be fine (I assume you are only > > > > > talking about the dropping ISB in the context switch). > > > > > > > > > > For the case of running with a more permissive stale POR_EL0, arguably it's > > > > > slightly more predictable for the user but, OTOH, some syscalls like > > > > > readv() could be routed through GUP with no checks. As with MTE, we > > > > > don't guarantee uaccesses honour the user permissions. > > > > > > > > > > That said, at some point we should sanitise this path anyway and have a > > > > > single ISB at the end. In the meantime, I'm fine with dropping the ISB > > > > > here. > > > > > > > > > > > > > commit 3141fb86bee8d48ae47cab1594dad54f974a8899 > > > > Author: Joey Gouly > > > > Date: Tue Sep 3 15:47:26 2024 +0100 > > > > > > > > fixup! arm64: context switch POR_EL0 register > > > > > > > > diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c > > > > index a3a61ecdb165..c224b0955f1a 100644 > > > > --- a/arch/arm64/kernel/process.c > > > > +++ b/arch/arm64/kernel/process.c > > > > @@ -515,11 +515,8 @@ static void permission_overlay_switch(struct task_struct *next) > > > > return; > > > > > > > > current->thread.por_el0 = read_sysreg_s(SYS_POR_EL0); > > > > - if (current->thread.por_el0 != next->thread.por_el0) { > > > > + if (current->thread.por_el0 != next->thread.por_el0) > > > > write_sysreg_s(next->thread.por_el0, SYS_POR_EL0); > > > > - /* ISB required for kernel uaccess routines when chaning POR_EL0 */ > > > > - isb(); > > > > - } > > > > } > > > > > > What about the one in flush_poe()? I'm inclined to drop that as well. > > > > Yes I guess that one can be removed too. Catalin any comments? > > > > > > > > > Will, do you want me to re-send the series with this and the permissions > > > > diff from the other thread [1], > > > > or you ok with applying them when you pull it in? > > > > > > I'll have a crack now, but if it fails miserably then I'll let you know. > > > > Thanks! Just to make sure, you should pick the patch up from > > > > https://lore.kernel.org/linux-arm-kernel/20240903152937.GA3768522@e124191.cambridge.arm.com/ > > > > Not the one I linked to in [1] in my previous e-mail. > > Right, there's quite a lot I need to do: > > - Uncorrupt your patches > - Fix the conflict in the kvm selftests > - Drop the unnecessary ISBs > - Fix the ESR checking > - Fix the el2_setup labels > - Reorder the patches > - Drop the patch that is already in kvmarm > > Working on it... Sorry! I'm happy to rebase onto some arm64 branch if that will help, just let me know. > > Will >