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 24488186A; Thu, 29 Jan 2026 00:02:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769644923; cv=none; b=f3SUQ5v1aPJ4BwSa/EfD6DHPx2B8OmoUqWa/RR3/DBkRDzCI3xBm4R/ZsG6hlfOM9kg5KxGBb1sdFrEt4S1jOyQwnxVF0iV2g4AUGpFHG6gXrQ6PGjOgq/X4FwHTfpGLxs/j1rjzu34HPIwTa5yQGPAcf/zRRM8GQDQ+hi5kBpw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769644923; c=relaxed/simple; bh=J/qTG4pGilyGtjcne9Wna5dgdSlO8aWgnStkPw5cJ5s=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=Bonzi2+CYbQa3I6JGYbaQpwA8yymncipW8qGYwZ/ebuD9Yf1Jpm+iSqemmiLwcavWkh0nbyVVf1uQdHdZtQjQKEQUqLpjnXPaM48+jVrbXD+1aYFNlLLwJJIOOQXAJJXl+RFl1mjPcVW1ZIgmaEW3f+8wJ0e252M7nUX2bbJE+I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uyzN/XNr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uyzN/XNr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65D92C4CEF1; Thu, 29 Jan 2026 00:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769644922; bh=J/qTG4pGilyGtjcne9Wna5dgdSlO8aWgnStkPw5cJ5s=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=uyzN/XNryhWrkcwztJ1WDKwN2hRmBTjqVOAbay5Pscnv+XQjxVH9M6+HD/FyMGR3K TaHM9mmkVsQZcgRFbQStI4OOiB17+Pc+1XtzMZaameGAmZoU19Ew4kHWBmraxKbs9M wJWQAzCywbHH8zz+cBXS5jx+ozMnDrqk90az1LyFCu6iTt0o0tHpr0DZgRyRLYa9// 6+lNbiu3M/msZ7e/cB9u6XpAJJgV/yTK9VVM4FJPIl43xDuVeHACpSTUX6CGD+s5WP HjycssjkDZgJZTrOO9ArKose7tzewQYeNivbhVsN62lQzGPKv0YuDTITCXQP7zUwzW aqiQRk2BQY3sA== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 29 Jan 2026 01:01:51 +0100 Message-Id: Subject: Re: [PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6) Cc: , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Jonathan Corbet" , "Alex Deucher" , "Christian Koenig" , "Jani Nikula" , "Joonas Lahtinen" , "Vivi Rodrigo" , "Tvrtko Ursulin" , "Rui Huang" , "Matthew Auld" , "Matthew Brost" , "Lucas De Marchi" , "Thomas Hellstrom" , "Helge Deller" , "Alice Ryhl" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , "Bjorn Roy Baron" , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Edwin Peer" , "Alexandre Courbot" , "Andrea Righi" , "Andy Ritger" , "Zhi Wang" , "Alexey Ivanov" , "Balbir Singh" , "Philipp Stanner" , "Elle Rhumsaa" , "Daniel Almeida" , , , , , , , , To: "Joel Fernandes" From: "Danilo Krummrich" References: <4540DD73-77BA-45F0-B686-32EB96402717@nvidia.com> In-Reply-To: <4540DD73-77BA-45F0-B686-32EB96402717@nvidia.com> On Wed Jan 28, 2026 at 1:44 PM CET, Joel Fernandes wrote: > I will split into CList, GPU buddy, and Nova MM as you suggest. Thanks, together with a proper changelog this will help a lot. > One question: what version numbers should each split series use? CList wa= s at > v3 before being combined, and similar story for GPU buddy and Nova MM. Sh= ould > I continue from the last version number they were posted with, or continu= e > from v6? I'd say from the last version is probably best. Maybe you also want to move= out of the RFC stage for some of them. Thanks, Danilo