From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 607C511CA9 for ; Fri, 28 Jul 2023 14:11:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80E41C433C8; Fri, 28 Jul 2023 14:11:39 +0000 (UTC) Date: Fri, 28 Jul 2023 15:11:36 +0100 From: Catalin Marinas To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Eric Auger , Mark Brown , Mark Rutland , Will Deacon , Alexandru Elisei , Andre Przywara , Chase Conklin , Ganapatrao Kulkarni , Darren Hart , Miguel Luis , James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu Subject: Re: [PATCH v2 01/26] arm64: Add missing VA CMO encodings Message-ID: References: <20230728082952.959212-1-maz@kernel.org> <20230728082952.959212-2-maz@kernel.org> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728082952.959212-2-maz@kernel.org> On Fri, Jul 28, 2023 at 09:29:27AM +0100, Marc Zyngier wrote: > Add the missing VA-based CMOs encodings. > > Reviewed-by: Eric Auger > Signed-off-by: Marc Zyngier In case you need more acks for the arm64 bits: Acked-by: Catalin Marinas