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 C5C87224EA for ; Mon, 13 Nov 2023 17:50:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94859C433C7; Mon, 13 Nov 2023 17:49:58 +0000 (UTC) Date: Mon, 13 Nov 2023 17:49:56 +0000 From: Catalin Marinas To: Ryan Roberts Cc: Ard Biesheuvel , Ard Biesheuvel , Will Deacon , Marc Zyngier , Oliver Upton , Mark Rutland , Anshuman Khandual , Kees Cook , Joey Gouly , Suzuki K Poulose , James Morse , Zenghui Yu , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev Subject: Re: [RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2 Message-ID: References: <20231027115634.1432154-1-ryan.roberts@arm.com> <3800df70-73f2-44b7-a6ed-15ec0bd63f5f@arm.com> <1bdcdd85-9470-408c-aaac-fa4548bb2385@arm.com> 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: <1bdcdd85-9470-408c-aaac-fa4548bb2385@arm.com> On Mon, Nov 13, 2023 at 04:44:58PM +0000, Ryan Roberts wrote: > On 13/11/2023 13:27, Catalin Marinas wrote: > > If these patches are needed for Ard's series (I think they do), they > > could be posted together. But first we need to split Ard's series into > > at least two: reworking the memory map together with moving (some of) > > the init code to C and the actual LPA2 stage 1 support. We might even > > through LPA2 stage 2 on top if we feel brave ;). We can queue them all > > together but having separate series gives us an option to drop bits if > > needed. > > Sorry I'm not completely sure what you are suggesting I do here. In the context > of the lpa2/kvm series, Marc previously said he would merge it for v6.8 if I > posted against v6.7-rc1 (which is what I'm gearing up for now). If we merge your series independently of Ard's, that's fine, these three patches can go together as a prefix. > My series and Ard's are independent except that they both depend on the 3 > patches in this RFC. Ard has just suggested he would prefix his series with > these 3 patches and I would continue to do the same, then they can be handled as > 2 independent series (or more if Ard is splitting his) - the first 3 patches > will just desolve to nothing for the series that goes in second. > > Does that work for you, are are you suggesting I should re-post this as an > independent series? No need to. Just post your LPA2 patches with these three as a prefix. Ard can include them as well and if it gets to merging both, we'll sort out a small stable branch for these three patches. -- Catalin