Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp2150238pxb; Fri, 8 Oct 2021 01:47:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwt0TwrqLVFpD/8JC56OGr5kj8AQpMh2fiIXGBO1wU1ex2mCRHEh9l1ekufRuyfzyoq48c1 X-Received: by 2002:a17:906:6809:: with SMTP id k9mr2639153ejr.424.1633682827519; Fri, 08 Oct 2021 01:47:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633682827; cv=none; d=google.com; s=arc-20160816; b=Rw2WtYtJByaSiAQr8V9i1Enpw6ymUcDzRV9QRWtth/EhyRv1yNt/rEiwaFZmi/zq0X JLmfZkOs8FzNUv2MmpYEkt8skOV8RNxlfIr5aohC9wgFwiZl34Ev+b/y3NJaNk1shKPi mbTe7RJ7TSw7Ug1kkb3mMZ9PcFfk56Ytpy8L9XR2LS827ytr4e/1ZlXWraK2xfpoP2E5 L4u4IWYwG0QzEkQg1LQ5GYg34rQkFWeDvhoq2eJIE3EmdhUZz9qmAKu1RQA6FyO12JeT Jaz0DJMYolF6LGtkUUwaKvIb0EjKp/SA0EO09RNcTAkF4nErrTYvIwancQ7sTR+G9vOo gagA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=B+AO5g77JIcqGGvMi/SJA5aFug4aEB33t/rRq5gS8Ms=; b=OwlSuaLH7+7e8l9ZufjKvGWglZP6Hw8GvnN1NPAwyCIXPSq+ZdFxj0ukbDCQ377+c4 awYO9Gw8i5icNQ+BWV43yS9oQFGUknqzX+J/YbtLu1xPMziol1mumKwa2ljLRru8gpXj y2zK3PCE3taW0+TE0/rsGtGvnw6HirdyJBeZQXpa1ibhpdP7WOl+2bVBp2ZsNaiUBmRj NTtNtdSgCo9Uwk8He2lEJ2oLWguXz1JEv7987KUrzx5YdNZF9qsY6dUKM4yDbKkX9uTP NGECFLNzGbKQhpwUdciyCnguDL+IwDjedHYCFzVj/GB49RtlBIFU9obMCEyawE0PtdQ0 7+hg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p4si3241820edj.221.2021.10.08.01.46.44; Fri, 08 Oct 2021 01:47:07 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229922AbhJHIrU (ORCPT + 99 others); Fri, 8 Oct 2021 04:47:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:55582 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229987AbhJHIrT (ORCPT ); Fri, 8 Oct 2021 04:47:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C3BE661056; Fri, 8 Oct 2021 08:45:21 +0000 (UTC) Date: Fri, 8 Oct 2021 09:45:18 +0100 From: Catalin Marinas To: Zhaoyang Huang Cc: Will Deacon , Mark Rutland , Suzuki K Poulose , Ionela Voinescu , Quentin Perret , Vladimir Murzin , linux-arm-kernel@lists.infradead.org, Zhaoyang Huang , LKML , Ke Wang , ping.zhou1@unisoc.com Subject: Re: [RFC PATCH] arch: ARM64: add isb before enable pan Message-ID: References: <1633673269-15048-1-git-send-email-huangzhaoyang@gmail.com> <20211008080113.GA441@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 08, 2021 at 04:34:12PM +0800, Zhaoyang Huang wrote: > On Fri, Oct 8, 2021 at 4:01 PM Will Deacon wrote: > > On Fri, Oct 08, 2021 at 02:07:49PM +0800, Huangzhaoyang wrote: > > > From: Zhaoyang Huang > > > > > > set_pstate_pan failure is observed in an ARM64 system occasionaly on a reboot > > > test, which can be work around by a msleep on the sw context. We assume > > > suspicious on disorder of previous instr of disabling SW_PAN and add an isb here. > > > > > > PS: > > > The bootup test failed with a invalid TTBR1_EL1 that equals 0x34000000, which is > > > alike racing between on chip PAN and SW_PAN. > > > > Sorry, but I'm struggling to understand the problem here. Please could you > > explain it in more detail? > > > > - Why does a TTBR1_EL1 value of `0x34000000` indicate a race? > > - Can you explain the race that you think might be occurring? > > - Why does an ISB prevent the race? > Please find panic logs[1], related codes[2], sample of debug patch[3] > below. TTBR1_EL1 equals 0x34000000 when panic and can NOT be captured > by the debug patch during retest (all entrances that msr ttbr1_el1 are > under watch) which should work. Adding ISB here to prevent race on > TTBR1 from previous access of sysregs which can affect the msr > result(the test is still ongoing). Could the race be > ARM64_HAS_PAN(automated by core) and SW_PAN. Can you please change the ARM64_HAS_PAN type to ARM64_CPUCAP_STRICT_BOOT_CPU_FEATURE? I wonder whether system_uses_ttbr0_pan() changes its output when all CPUs had been brought up and system_uses_hw_pan() returns true. -- Catalin