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 808EE53AB for ; Wed, 15 Mar 2023 15:34:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B9BCC4339C; Wed, 15 Mar 2023 15:34:49 +0000 (UTC) Date: Wed, 15 Mar 2023 15:34:46 +0000 From: Catalin Marinas To: Mark Brown Cc: Marc Zyngier , Oliver Upton , James Morse , Suzuki K Poulose , Zenghui Yu , Will Deacon , Joey Gouly , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev Subject: Re: [PATCH 1/2] arm64: Add feature detection for fine grained traps Message-ID: References: <20230301-kvm-arm64-fgt-v1-0-cfdf71ac67dc@kernel.org> <20230301-kvm-arm64-fgt-v1-1-cfdf71ac67dc@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: <20230301-kvm-arm64-fgt-v1-1-cfdf71ac67dc@kernel.org> On Mon, Mar 06, 2023 at 04:08:51PM +0000, Mark Brown wrote: > In order to allow us to have shared code for managing fine grained traps > for KVM guests add it as a detected feature rather than relying on it > being a dependency of other features. > > Signed-off-by: Mark Brown Acked-by: Catalin Marinas