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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 F0C73FF885A for ; Mon, 4 May 2026 19:42:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4BA0C10E009; Mon, 4 May 2026 19:42:17 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="VE9SDWfQ"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3C46810E009 for ; Mon, 4 May 2026 19:42:15 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id F075243ABA; Mon, 4 May 2026 19:42:14 +0000 (UTC) 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== 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: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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. :-)