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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7C40C433F5 for ; Wed, 20 Apr 2022 17:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381089AbiDTRam (ORCPT ); Wed, 20 Apr 2022 13:30:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381084AbiDTRal (ORCPT ); Wed, 20 Apr 2022 13:30:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D99D846678 for ; Wed, 20 Apr 2022 10:27:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 73D466198E for ; Wed, 20 Apr 2022 17:27:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF626C385A0; Wed, 20 Apr 2022 17:27:51 +0000 (UTC) Date: Wed, 20 Apr 2022 18:27:48 +0100 From: Catalin Marinas To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Will Deacon , Mark Rutland , James Morse , Suzuki K Poulose , Alexandru Elisei , Joey Gouly , kernel-team@android.com Subject: Re: [PATCH v2 08/10] arm64: Add HWCAP advertising FEAT_WFXT Message-ID: References: <20220419182755.601427-1-maz@kernel.org> <20220419182755.601427-9-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419182755.601427-9-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, Apr 19, 2022 at 07:27:53PM +0100, Marc Zyngier wrote: > In order to allow userspace to enjoy WFET, add a new HWCAP that > advertises it when available. > > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas I assume this series will go in via the kvm tree? Could we have the HWCAP changes at the beginning, I'm sure they'll conflict with other series (I plan to queue the SME patches). -- Catalin