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 5EAD8C25B74 for ; Thu, 9 May 2024 04:44:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=xQf+rR9ios953+MOrSGlz0bpz6tsLjCUwsM87JyHNEY=; b=zoj/Nrj40zLEPg UzDYd+ju3Ufk4IE3d1CqarhrVGzUPjBZG4QPrC4L3+ZNgYKtahBh9UA5ChzxwwyB+LBkDf/Q6jOg2 RIE7DLNFAshNMQVlg3f/vXoWIG+fdzcNm3G5NauDWyclbYAjZ0E0pecDaESIGRUOZ2Ru5dSSm4/fq tYr9dga6QOXlH49Kc5zW5/BZvFoj2HpH9/LotG3NBh5/XV8nDkuy/JYCaaRZXa5/rUxpBObSSRwHu 0VfZGIcng6DRJPVNWlvuRaiErAv9qXOxhNJoXzWIN0dm17IMFmZWDvzySj6uCj/Wbg57QimCcBBq9 mojK8aworPl9TxuXBQ9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4vdg-00000000Kdu-3KGA; Thu, 09 May 2024 04:44:16 +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 1s4vdd-00000000KcX-0BDQ for linux-arm-kernel@lists.infradead.org; Thu, 09 May 2024 04:44:14 +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 19B15106F; Wed, 8 May 2024 21:44:36 -0700 (PDT) Received: from [10.163.37.187] (unknown [10.163.37.187]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 67F653F6A8; Wed, 8 May 2024 21:44:06 -0700 (PDT) Message-ID: <416048ca-5b73-4fef-9a71-a9a8d08b7996@arm.com> Date: Thu, 9 May 2024 10:14:09 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT] Content-Language: en-US To: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, Will Deacon Cc: Marc Zyngier , Oliver Upton , Will Deacon , Mark Rutland , Mark Brown , kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org References: <20240418053804.2573071-1-anshuman.khandual@arm.com> From: Anshuman Khandual In-Reply-To: <20240418053804.2573071-1-anshuman.khandual@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240508_214413_177509_0D37FD7F X-CRM114-Status: UNSURE ( 8.08 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 4/18/24 11:08, 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.9-rc4. > > 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 > > 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 Hello All, I am bit confused here, is there something more that needs to be done. It seems like the previous discussion thread remained some what inconclusive. Please do let me know. Thank you. - Anshuman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel