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 455CEC3064D for ; Thu, 27 Jun 2024 05:53:36 +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:References:Cc:To:From: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=l88hpHRHF7VTvbzd/982jSdx5qgoZV9aXuzwPA1XjnY=; b=oV8clnelYO2NXmY+uXS/gx+hEQ nZbxKzr3FB21TcanAc4AP5sHYg1DKL6Pr6qIcbA0v3zkNly4VpSlSnOUe7nREGTnBxnpmdKsHM1Iv nA6xIZcF+5FbzFRi93XC7Xq7ha4MVlSI2fv5fWHW5k2r3LxwlNDGjQMrLCzPzJAcpLGSs14YZH0C3 PToz3pRjM8EZPOr6tMdUyIExigqBkkHp2wACCD2vZyj0sTXpDMneSmigYqqHjCTdEykVeQeJoL92j rjzvlwUEyczutB0nXSfqQl9zRr1CQb33cyIy54mH/oEHus6sawPXPmP8DvAShZiSVuGPgFnP3rUBi 7BMTEfpA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMi4S-00000009Jw7-0nv7; Thu, 27 Jun 2024 05:53:24 +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 1sMi4J-00000009Jre-0cw0 for linux-arm-kernel@lists.infradead.org; Thu, 27 Jun 2024 05:53:17 +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 8A21E367; Wed, 26 Jun 2024 22:53:36 -0700 (PDT) Received: from [10.163.47.90] (unknown [10.163.47.90]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3B5E03F6A8; Wed, 26 Jun 2024 22:53:07 -0700 (PDT) Message-ID: <1259a298-f038-4b29-99ea-9158d2f26cfd@arm.com> Date: Thu, 27 Jun 2024 11:23:04 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH V2 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT] From: Anshuman Khandual To: linux-arm-kernel@lists.infradead.org Cc: mark.rutland@arm.com, ryan.roberts@arm.com, Marc Zyngier , Oliver Upton , Catalin Marinas , Will Deacon , Mark Brown , kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org References: <20240613102710.3295108-1-anshuman.khandual@arm.com> Content-Language: en-US In-Reply-To: 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-20240626_225315_341788_7CBFEAA3 X-CRM114-Status: UNSURE ( 9.41 ) X-CRM114-Notice: Please train this message. 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 6/20/24 08:54, Anshuman Khandual wrote: > > > On 6/13/24 15:57, Anshuman Khandual wrote: >> This series replaces custom macros usage for ID_AA64PFR0_EL1_ELx_64BIT_ONLY >> and ID_AA64PFR0_EL1_ELx_32BIT_64BIT fields, thus finally just dropping them >> off completely. This series applies on v6.10-rc3 >> >> Cc: Marc Zyngier >> Cc: Oliver Upton >> Cc: Catalin Marinas >> Cc: Will Deacon >> Cc: Mark Rutland >> Cc: Mark Brown >> Cc: linux-arm-kernel@lists.infradead.org >> Cc: kvmarm@lists.linux.dev >> Cc: linux-kernel@vger.kernel.org >> >> Changes in V2: >> >> - Replaced FIELD_PREP() with SYS_FIELD_PREP_ENUM() as per Marc > > Gentle ping, any updates for this series ? Gentle ping again, any updates on this ? > >> >> Changes in V1: >> >> https://lore.kernel.org/all/20240418053804.2573071-1-anshuman.khandual@arm.com/ >> >> Anshuman Khandual (2): >> KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1 >> arm64/cpufeature: Replace custom macros with fields from ID_AA64PFR0_EL1 >> >> arch/arm64/include/asm/cpufeature.h | 4 ++-- >> arch/arm64/include/asm/sysreg.h | 4 ---- >> arch/arm64/kernel/cpufeature.c | 4 ++-- >> arch/arm64/kvm/hyp/include/nvhe/fixed_config.h | 10 +++++----- >> arch/arm64/kvm/hyp/nvhe/pkvm.c | 4 ++-- >> arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +- >> 6 files changed, 12 insertions(+), 16 deletions(-) >> >