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 29700C41513 for ; Thu, 19 Oct 2023 15:38:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346333AbjJSPig (ORCPT ); Thu, 19 Oct 2023 11:38:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235397AbjJSPif (ORCPT ); Thu, 19 Oct 2023 11:38:35 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCF04126 for ; Thu, 19 Oct 2023 08:38:32 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 766EDC433C8; Thu, 19 Oct 2023 15:38:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697729912; bh=ycoq5Lc59FjwrRFQFwpMQzKhRikFkuS/7XyiUSwe+t8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Q78O0C+UzBUfGP1A6fuClgk3WfQceVEhpuqWj3b72Ne6WXsNUSdWOocVrH/TZkPwC GDRkXiOD7dY9ijH9N+7DZSpMlo7VTbnc9gG3pZ00i9gRhHdIYjIWrJH54jYW5e1zu3 Zjh94unZ1gWU31LCZVVFw48PRLYJRcSEaTz9QqzHw839BWyYY+H/1numnLg/H4oIOV 6dwWp7trYA68O5Bwb7uYXcU7jxMeQc4fyf4LOjZnsddiEQ7FvNfok/fFVrkGvJkhc/ b+h0+QwjWoqlL/cCAKrZXwgFHaMwH21STc+xXHpW1qtTSUojzHubaMftIyLtWlyAmt I6ha2syef8iaA== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qtV6T-005pLp-T4; Thu, 19 Oct 2023 16:38:29 +0100 Date: Thu, 19 Oct 2023 16:38:28 +0100 Message-ID: <86fs26mxl7.wl-maz@kernel.org> From: Marc Zyngier To: Miguel Luis Cc: Catalin Marinas , Will Deacon , Oliver Upton , James Morse , Suzuki K Poulose , Zenghui Yu , Eric Auger , Jing Zhang , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "kvmarm@lists.linux.dev" Subject: Re: [PATCH v4 3/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization In-Reply-To: <92F481A7-7A36-470C-9275-046ACDC958ED@oracle.com> References: <20231016111743.30331-1-miguel.luis@oracle.com> <20231016111743.30331-4-miguel.luis@oracle.com> <86il72n5si.wl-maz@kernel.org> <92F481A7-7A36-470C-9275-046ACDC958ED@oracle.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: miguel.luis@oracle.com, catalin.marinas@arm.com, will@kernel.org, oliver.upton@linux.dev, james.morse@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, eric.auger@redhat.com, jingzhangos@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Oct 2023 15:46:41 +0100, Miguel Luis wrote: > > Should I spin v5 ? Nah, I fixed it locally, and added an extra patch to handle SPSR_* directly, without any reinjection. I'm currently running a couple of tests, and post the result shortly. Thanks, M. -- Without deviation from the norm, progress is not possible.