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 5D350C433F5 for ; Mon, 30 May 2022 08:29:30 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc:To:From :Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HGmIrTalpUCDD6BwATx33OJp0tY2VFJvd1VIXiCAXvA=; b=OPh2XWgVmWelB2RXXbPrCucSTW pqO4/suG9WqIxJJktHksuqzMRzRGBYvBj3VUmdkQ6y0k9ZcPGcVOTDIHG5m8ebdBL2EMJX7XPUSSU CEb2anujlGYAA3Bw9VfQnLU/QJYOiTa9v+R8tNL4YTOT5uS3SE2eTvSIpWvXqKA92jCgWtg90yE+U Poc1TwwS0ch9TXi82mub8Fn6pGRAxxPHjZisnHYmoNiSQH1VXQtOh3Jf4QY5N1AnrymC6Fawjbn/w oMY3tcoExO5JRGmAMQ3BIdEkIWrNkd3vS+gpJdWoUBuT34C4K6NxEp1JsNRtpi5XfkwfYY5GRky5A 0VM4uwxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nval4-005uyl-Lw; Mon, 30 May 2022 08:28:14 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nval1-005uy1-L8 for linux-arm-kernel@lists.infradead.org; Mon, 30 May 2022 08:28:12 +0000 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 2C9DF60F0D; Mon, 30 May 2022 08:28:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8ECF6C385B8; Mon, 30 May 2022 08:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653899290; bh=y17OzcpGc1HlzyJqlHd0DQWHrq/L+rJUWQeAvCz7OHk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jJGu3IxfKiPlT8olJ8xkAAJuP8UrK/fjPv6JcqwiR0C1oINxhqDjhSocktkccQNaL KcJJZedhd13HQMKgv/VobBGKYJDqd6nnUCTrQltTvp1AkL3exevofOGKqpeXNJoXau lWiKVCT4y0alnAQy2BgFTUJi0awQMWIQJwgJql1E7bAqUcxMVRm9CthFapHgP66YQ0 DBXWdSrSEcQ8Zd+0FI69r78FFWm6a0M1eQvcY6Iz4h2rkJqRWqHdkRLaVQH6X1hTp4 MRPSrTh/va2ghWlRUDo5xc6KCMY6hny84ZNS2Ju/x34uVDbKDDhdCrKeGyTSeKWLCW zJIel+MeGNUeQ== Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nvaky-00ESs1-16; Mon, 30 May 2022 09:28:08 +0100 MIME-Version: 1.0 Date: Mon, 30 May 2022 09:28:07 +0100 From: Marc Zyngier To: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: James Morse , Suzuki K Poulose , Alexandru Elisei , Oliver Upton , Will Deacon , Fuad Tabba , Quentin Perret , Mark Brown , kernel-team@android.com Subject: Re: [PATCH 00/18] KVM/arm64: Refactoring the vcpu flags In-Reply-To: <20220528113829.1043361-1-maz@kernel.org> References: <20220528113829.1043361-1-maz@kernel.org> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.morse@arm.com, suzuki.poulose@arm.com, alexandru.elisei@arm.com, oupton@google.com, will@kernel.org, tabba@google.com, qperret@google.com, broonie@kernel.org, kernel-team@android.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220530_012811_772722_2C807200 X-CRM114-Status: GOOD ( 12.36 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2022-05-28 12:38, Marc Zyngier wrote: [...] > This has been lightly tested on both VHE and nVHE systems, but not > with pKVM itself (there is a bit of work to rebase it on top of this > infrastructure). Patches on top of kvmarm-4.19 (there is a minor > conflict with Linus' current tree). As Will just pointed out to me in private, this should really read kvmarm-5.19, as that's what the patches are actually based on. I guess I'm still suffering from a form of Stockholm syndrome... M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel