Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1348743pxb; Tue, 17 Aug 2021 09:32:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwVtGdUyo8VWM4ayUrpnWE+I2bHAeqv30ZQ1wsG9owakYadqzaGvoSq5zDhPqCj0U7P3CyN X-Received: by 2002:a05:6e02:214e:: with SMTP id d14mr3047439ilv.142.1629217931032; Tue, 17 Aug 2021 09:32:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629217931; cv=none; d=google.com; s=arc-20160816; b=F4Y98eNAviweXJRhhui4GI6fVkrQXFGErI/BYrxdPhTZdgAYbiiWEeyHYmfuRGoGYq iPA2AcsULxSTwwRy2O8q1nSZmIQcgzCGOLDPSxG4HvaztpRcVj5GoAdffAu+4FDtpoIN njuXIzZNwjM7FawMR2TwucvjGKM5f9ZTcjhyBKynOd7bUGtUpQrQQbxzkDi+L5mQ8yA5 bdE+sE7YKhn6BYEHwfGU9r+u/zyDVFCiQsZsVvHqzQGpOE5O4Op9VrloDrBgnlGPEeow HF5P8bECJOPYTldNUArJ4MXWGgMnPwlqHk62BdgYEvmAdj7A+awcUgMtrETtEM5ki2OW EAfA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=IfTEnuHBtSpEOA/Ja0L6LBRPEWgWugAzzuJJN5iyLlM=; b=lsOp8+1MRnDGQmzV3Xa2n0k/9taMKQDUMcWFFOcqG/P8XfMsyvQxbGuBc2sdg4w2pd HM9bYZb46ZKChrkYuA/jk6Ht0K41qSWkXx6a4M4RNCfv5O31Bcnw+tIpLCd+KZcXUdp+ vmoj7RI63MljhsT3fBYcXoCsXXRHsAEEaEP5i62uKbcGP1x4GmazVRz5hCfC7Ph//Cc6 pyRR7TbY161fZgq0JnrJVcuuCiodlb5aY8cCSoQmCeig7yxnLXbzLQRCQznL3evC7JqL 43ut1oP9qM3/zR4pb3rs5XFwADh2vOfFyGk3Oj/uawUtAunj+N7wNfgbabvaBcgcs0Fn ZmgQ== 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 n123si3585493iof.15.2021.08.17.09.31.55; Tue, 17 Aug 2021 09:32:11 -0700 (PDT) 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 S230315AbhHQQbX (ORCPT + 99 others); Tue, 17 Aug 2021 12:31:23 -0400 Received: from gate.crashing.org ([63.228.1.57]:38467 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230386AbhHQQ3z (ORCPT ); Tue, 17 Aug 2021 12:29:55 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 17HGMea1021252; Tue, 17 Aug 2021 11:22:40 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 17HGMdsF021251; Tue, 17 Aug 2021 11:22:39 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Tue, 17 Aug 2021 11:22:39 -0500 From: Segher Boessenkool To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , userm57@yahoo.com, fthain@linux-m68k.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEP Message-ID: <20210817162239.GF1583@gate.crashing.org> References: <1d28441dd80845e6428d693c0724cb6457247466.1629211378.git.christophe.leroy@csgroup.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d28441dd80845e6428d693c0724cb6457247466.1629211378.git.christophe.leroy@csgroup.eu> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 17, 2021 at 02:43:15PM +0000, Christophe Leroy wrote: > Commit b5efec00b671 ("powerpc/32s: Move KUEP locking/unlocking in C") > removed the 'isync' instruction after adding/removing NX bit in user > segments. The reasoning behind this change was that when setting the > NX bit we don't mind it taking effect with delay as the kernel never > executes text from userspace, and when clearing the NX bit this is > to return to userspace and then the 'rfi' should synchronise the > context. > > However, it looks like on book3s/32 having a hash page table, at least > on the G3 processor, we get an unexpected fault from userspace, then > this is followed by something wrong in the verification of MSR_PR > at end of another interrupt. > > This is fixed by adding back the removed isync() following update > of NX bit in user segment registers. Only do it for cores with an > hash table, as 603 cores don't exhibit that problem and the two isync > increase ./null_syscall selftest by 6 cycles on an MPC 832x. > > First problem: unexpected PROTFAULT > > [ 62.896426] WARNING: CPU: 0 PID: 1660 at arch/powerpc/mm/fault.c:354 do_page_fault+0x6c/0x5b0 > [ 62.918111] Modules linked in: > [ 62.923350] CPU: 0 PID: 1660 Comm: Xorg Not tainted 5.13.0-pmac-00028-gb3c15b60339a #40 > [ 62.943476] NIP: c001b5c8 LR: c001b6f8 CTR: 00000000 > [ 62.954714] REGS: e2d09e40 TRAP: 0700 Not tainted (5.13.0-pmac-00028-gb3c15b60339a) That is not a protection fault. What causes this? A CSI (like isync) is required both before and after mtsr. It may work on some cores without -- what part of that is luck, if there is anything that guarantees it, is anyone's guess :-/ > @@ -28,6 +30,8 @@ static inline void kuep_lock(void) > return; > > update_user_segments(mfsr(0) | SR_NX); > + if (mmu_has_feature(MMU_FTR_HPTE_TABLE)) > + isync(); /* Context sync required after mtsr() */ > } This needs a comment why you are not doing this for systems without hardware page table walk, at the least? Segher