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 D35B6C25B67 for ; Thu, 26 Oct 2023 16:53:28 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=C9HjmTb0jb1iZmJAZ69w46zfLEp+rSEswRoS3jRBM8E=; b=dSkwsNi5l8IfvZ er0e/6I25+y8olotqbkTJHCJpREGRDB1JXGS1l+dawFBWZJDcDPpOS2TTGiy7lCMdF6uZDl8nqSDd Fx36IPOnD6AfvHcU0NemaT0nYphh6FGXX2VWYBqb+5SoZLXTqOd9vZiGclGkmM4GGbVgQX6zpuF0S 2TI97+LtblSoyOdwVKGbwUurQGCQVgqdva2e+iQfVeVbhkLEwVwKekhElY6Z4lrzVtXNQGOcbMIsQ Acye0Qtpt+6nf1DxAUZ7zNBIvCGNZ0ZnMvQZb3PUXpnlJIZfNxwPYiLBAisSUh9jGPRqR9kL8tGzM qcg0W5kl5xBmYIHelCow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qw3bT-00Et7U-26; Thu, 26 Oct 2023 16:53:03 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qw3bQ-00Et6w-0J for linux-arm-kernel@lists.infradead.org; Thu, 26 Oct 2023 16:53:01 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 0B887CE3902; Thu, 26 Oct 2023 16:52:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 571DBC433C7; Thu, 26 Oct 2023 16:52:55 +0000 (UTC) Date: Thu, 26 Oct 2023 17:52:52 +0100 From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, Ard Biesheuvel Cc: Will Deacon , Ard Biesheuvel , Marc Zyngier , Mark Rutland , Ryan Roberts , Anshuman Khandual , Kees Cook , Joey Gouly , oliver.upton@linux.dev Subject: Re: [PATCH v4 00/61] arm64: Add support for LPA2 at stage1 and WXN Message-ID: References: <20230912141549.278777-63-ardb@google.com> <169808242073.1650996.15905284839099941158.b4-ty@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <169808242073.1650996.15905284839099941158.b4-ty@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231026_095300_306368_518CBD32 X-CRM114-Status: GOOD ( 20.48 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Oct 23, 2023 at 06:45:25PM +0100, Catalin Marinas wrote: > On Tue, 12 Sep 2023 14:15:50 +0000, Ard Biesheuvel wrote: > > This is a followup to [0], which was sent out more than 6 months ago. > > Thanks to Ryan and Mark for feedback and review. This series is > > independent from Ryan's work on adding support for LPA2 to KVM - the > > only potential source of conflict should be the patch "arm64: kvm: Limit > > HYP VA and host S2 range to 48 bits when LPA2 is in effect", which could > > simply be dropped in favour of the KVM changes to make it support LPA2. > > > > [...] > > I pushed the series to the arm64 for-next/lpa2-stage1 branch. If > something falls apart badly in -next (other than the typical conflicts), > I can drop the series before the upcoming merging window. And we got to the point where, unfortunately, I have to drop this series. There's isn't much time before the merging window to investigate the CI reports. I was hoping I can keep the first 15 or so patches but I'm getting some failures with them (which may or may not be related). We'll try again after -rc1 but maybe in smaller pieces: a series reworking the VA range and moving the init to C, a second series for LPA2 stage 1 and a third with Ryan's patches for stage 2. Oliver, please drop this branch from the arm64 kvm tree and sorry for the additional work. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel