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 67C0CC54E76 for ; Fri, 17 Nov 2023 00:48:50 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wJuVdVI3X0Ax549z/AAU2LQx154QgPO1erOvrS1tBZo=; b=f0y6159SSdO3T4 d702GVXAfniaNoQjxbux38Xztr9qh1Yi4JYKQlGBb82UBY5IepHwVPXXUqXPDFxH7JKB5WIErZgPf R1Ppgb9hqPgmR7Z+/+gy5SJVpYpxchj/ZithpEgrx+QfemVc6iqVs77MIMDIpPOwbyXeZwR2fRgby EFNT1HuEk+5y8eyZg+xqZI4Vg4QXUFUN0abaNrxRJ6sUw2KELGe1U0f08x7+YKVnqxvlGpnCMubn8 pB2u153skCBHYu5syAVJOhuZl6UxGMyezpv7hdtIADaurzTviwLgXHPviWB4lHKF+CC6N4h8r+Myb 1lYbVX26a6Cfim3novSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r3n25-005MBJ-0F; Fri, 17 Nov 2023 00:48:29 +0000 Received: from out-186.mta1.migadu.com ([95.215.58.186]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r3n21-005MAR-2r for linux-arm-kernel@lists.infradead.org; Fri, 17 Nov 2023 00:48:27 +0000 Date: Thu, 16 Nov 2023 16:48:04 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1700182099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xRX1nhi/E+96mbeL5dEZigXMyjGgoJEcsJwbiU7pcWc=; b=sWhfTjxezw7GDdVXQ1ypikvahkezWFIjZRnuhsXQhukI+hVCOrDnO5pGkJQSZEL/DpiX5E pvd9mBBBmjTY2jyBE40NYZNnV9Abvt87/2kxjzDt0g6qKV2BnVUS5vUryOmSBQWuGh57ty 2Y1nwS61veXEOlZ3VdXhOlowpTpkHYg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, Catalin Marinas , Will Deacon , Mark Rutland , James Morse , Suzuki K Poulose , Zenghui Yu Subject: Re: [PATCH 04/12] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling Message-ID: References: <20231113174244.3026520-1-maz@kernel.org> <20231113174244.3026520-5-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231113174244.3026520-5-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231116_164826_076531_14EB4E21 X-CRM114-Status: UNSURE ( 7.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 Mon, Nov 13, 2023 at 05:42:36PM +0000, Marc Zyngier wrote: > Add ID_AA64MMFR4_EL1 to the list of idregs the kernel knows about, > and describe the E2H0 field. > > Signed-off-by: Marc Zyngier Reviewed-by: Oliver Upton -- Thanks, Oliver _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel