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 C3113C369C2 for ; Tue, 22 Apr 2025 08:18: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:From:Cc:To:Subject: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:References:List-Owner; bh=zmmNZ1n0wbqhvzArZeV7mOs4+wBwGcqji3ChpFmY6gQ=; b=zQ/M5zzEp6Ph18m8hDE/sEp16c DvQhd0McdhnkJrXhcjbJ4E+1b5mrOxm5+lsKSROUN6k2f2HBgDf001ZK0SxAu5JOsTvCtc32zmY1t eB/HQbXg1u8+AIRyb5Iw8U8wF5HQd5u7b22YifFTeuOd6cnoEckM5B0THQy5RhRnDhjYbCScYVPMV AkraQW+PVeIgcaCF6mMNRAcLTmCBDVjzQjGx2LUzlqm8onEGtA8gDNAYtTnUImHB8DdP1eS4jz6U5 cwiwj3rrs1ZYQLjWpCMh9lq5INdkfjfbT+/tiZaAQd0n9yR6AIfIJacI06Bhv7MUZ0/8kvu2W3Hms 4YoEULfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u78pm-00000006GZv-2HXT; Tue, 22 Apr 2025 08:18:26 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u77si-000000065iI-0ccq for linux-arm-kernel@lists.infradead.org; Tue, 22 Apr 2025 07:17:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 651C6A49C2C; Tue, 22 Apr 2025 07:11:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1619C4CEE9; Tue, 22 Apr 2025 07:17:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1745306243; bh=FlXAOz8jJZ/hxqG+z2kMohZQaelPo8oY4TBZwS2mwpc=; h=Subject:To:Cc:From:Date:In-Reply-To:From; b=eMNwIHU7NPtig/SJujHk0p7Kp1Mwx0jRlI9H4VtHHfvhlYqYgf7Vswzlt/32rK5Qj mga/wMXZGddpL0cK+YIO4I+3AWX3xI0pxukZ7hpYpviLeNGl3N0z62/zJlK59AwlwV DYh6kloZlHbJ9OCh104HOZbCVlwGmZRjP5fUNKpQ= Subject: Patch "arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1" has been added to the 6.12-stable tree To: anshuman.khandual@arm.com,broonie@kernel.org,catalin.marinas@arm.com,eric.auger@redhat.com,gregkh@linuxfoundation.org,linux-arm-kernel@lists.infradead.org,mark.rutland@arm.com,robh@kernel.org,will@kernel.org Cc: From: Date: Tue, 22 Apr 2025 09:16:59 +0200 In-Reply-To: <20250415045728.2248935-2-anshuman.khandual@arm.com> Message-ID: <2025042259-unsorted-whoever-ebb4@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit X-stable: commit X-Patchwork-Hint: ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250422_001724_324578_143BB78A X-CRM114-Status: GOOD ( 11.60 ) 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 This is a note to let you know that I've just added the patch titled arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1 to the 6.12-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm64-sysreg-update-register-fields-for-id_aa64mmfr0_el1.patch and it can be found in the queue-6.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >From stable+bounces-132685-greg=kroah.com@vger.kernel.org Tue Apr 15 06:57:44 2025 From: Anshuman Khandual Date: Tue, 15 Apr 2025 10:27:22 +0530 Subject: arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1 To: stable@vger.kernel.org, gregkh@linuxfoundation.org Cc: catalin.marinas@arm.com, will@kernel.org, robh@kernel.org, mark.rutland@arm.com, anshuman.khandual@arm.com Message-ID: <20250415045728.2248935-2-anshuman.khandual@arm.com> From: Anshuman Khandual commit cc15f548cc77574bcd68425ae01a796659bd3705 upstream. This updates ID_AA64MMFR0_EL1 register fields as per the definitions based on DDI0601 2024-12. Cc: Will Deacon Cc: Mark Brown Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Reviewed-by: Eric Auger Reviewed-by: Mark Brown Signed-off-by: Anshuman Khandual Link: https://lore.kernel.org/r/20250203050828.1049370-2-anshuman.khandual@arm.com Signed-off-by: Catalin Marinas Signed-off-by: Anshuman Khandual Signed-off-by: Greg Kroah-Hartman --- arch/arm64/tools/sysreg | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -1556,6 +1556,7 @@ EndEnum UnsignedEnum 59:56 FGT 0b0000 NI 0b0001 IMP + 0b0010 FGT2 EndEnum Res0 55:48 UnsignedEnum 47:44 EXS @@ -1617,6 +1618,7 @@ Enum 3:0 PARANGE 0b0100 44 0b0101 48 0b0110 52 + 0b0111 56 EndEnum EndSysreg Patches currently in stable-queue which might be from anshuman.khandual@arm.com are queue-6.12/arm64-sysreg-add-register-fields-for-hfgwtr2_el2.patch queue-6.12/arm64-boot-enable-el2-requirements-for-feat_pmuv3p9.patch queue-6.12/arm64-sysreg-add-register-fields-for-hdfgwtr2_el2.patch queue-6.12/arm64-sysreg-update-register-fields-for-id_aa64mmfr0_el1.patch queue-6.12/arm64-sysreg-add-register-fields-for-hfgrtr2_el2.patch queue-6.12/arm64-sysreg-add-register-fields-for-hfgitr2_el2.patch queue-6.12/arm64-sysreg-add-register-fields-for-hdfgrtr2_el2.patch