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 9F39F3DDDAE; Mon, 4 May 2026 19:42:14 +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=1777923735; cv=none; b=PWNrO2dLq+tGBZ0tYeE2+9PVS+oMWvKWMPeu+2t99yEkgJIh+kXN9s/wnL+1XN9HqlmtG3PH6O+eXXGVHmHssMlHtVqe6CEn3MnJVRsHOJMcrOFOdldM0M6OJswWwyQlrHv9csJvZd1O4QCxQyR5ptKYJj6zKm3CJDvTyKOcbgg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777923735; c=relaxed/simple; bh=2t8eYSnq0vCaib0IOLian329tB/t0se5+Jb2OTmsQn8=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=lxCJvJeBqkgekpwDpD3T380wUlXticrmBr/wb4PqG7TTnrlqGgbcAeoqr8fDNtfNdmsOMByen1A9/Ut5oaPBw7gIDJIH35De7eoLVg1Wbw7RF1iyCmlBXI1Lk+NHwi8zv5A9IBUpm0gVjWd+pDogammFdkZlyjK4b04OKj/FlAc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VE9SDWfQ; 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="VE9SDWfQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E86C8C2BCB8; Mon, 4 May 2026 19:42:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777923734; bh=2t8eYSnq0vCaib0IOLian329tB/t0se5+Jb2OTmsQn8=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=VE9SDWfQdL8AYRxgta9nD/C3swhBTpOnocQyqvoyAOrO87/PVXrikJPqfz2Wa2iYw eFVXDiyDBDIrniWTz7oHhdxKIBSh9KeZQl72HxEuunddZuSRFKoAg7yCo/J3LQtcIY GLrhYT2M2TA3jWoAKQQ2ibTaHeTwA5laaEI5zx3SVdq4MkAtJ2X+ag5bYU1z8XSlTk p20AJZxLNpTP7Q79lmJaPcVQDy+ArZpPhP7Me5eHsqjM2lxJr8Qaw8u3xSJirXjW2w Wop5WCe+H/f1/N+grDH1zv+taphhCDqLVbpIYDgAQvjDVRgxRoZ58OME0ZWE7ayrve Kcu5B8tJBerTg== Precedence: bulk X-Mailing-List: linux-doc@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: Mon, 04 May 2026 21:42:07 +0200 Message-Id: Subject: Re: [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits Cc: "Alexandre Courbot" , , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , "Bjorn Roy Baron" , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Dave Airlie" , "Daniel Almeida" , , , , "Nikola Djukic" , "David Airlie" , "Boqun Feng" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Edwin Peer" , "Andrea Righi" , "Andy Ritger" , "Zhi Wang" , "Balbir Singh" , "Philipp Stanner" , , "Eliot Courtney" , , To: "Joel Fernandes" From: "Danilo Krummrich" References: <20260425211454.174696-1-joelagnelf@nvidia.com> <20260425211454.174696-13-joelagnelf@nvidia.com> <53c88538-dca7-41f1-bb2b-856035728c69@nvidia.com> In-Reply-To: On Mon May 4, 2026 at 9:28 PM CEST, Joel Fernandes wrote: > We are already at v12 now To be fair, the series is actually at v6, as you initially added those patc= hes to another series that was at v6 already back then, and then you decided to= just keep going with it. So, nothing too crazy going on that front. :-)