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 4200DCCF9E3 for ; Tue, 4 Nov 2025 18:18:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2B67C10E661; Tue, 4 Nov 2025 18:18:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="GUv3mfeO"; 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 643AC10E089; Tue, 4 Nov 2025 18:18:40 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 0C68A44391; Tue, 4 Nov 2025 18:18:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB74CC4CEF7; Tue, 4 Nov 2025 18:18:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762280319; bh=yGRnsBbb5Du0szO4BPlFV4TodS9lEiUCQrYF+bOx4vY=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=GUv3mfeOHDGSrgJUzJs9qVbo0p0dJU6bJ3d3FdiooDni+U0RK+SDizQkkR9iEsSc2 yCiee8rVDxAfRAfRW5Hm8VU2YE5P9inYoRB5EG7J/FKeaV+b2ZFQTQoWKzwj07brWW 6QWyCshNGNYEMeiORj+FIlUjyuAsxUntV0cubbpDUQaqwoNKwN2s8UZ5MZbLpTtqzn 1GOXMpZAKrIM/LwmqTa7Jr4kIh6cVFQcXtG0YrykfLfO5wj69GR9nIUApG0KZHxjsT lDopn9GkN8ubdtA7/UWqCtz6V/pNRrW0HLhqs1e0sj2IL6Acu93MGyZfC5laBz4Dxv GBd7KsinxeLvA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 04 Nov 2025 19:18:32 +0100 Message-Id: Subject: Re: [PATCH 7/7] nova-core: mm: Add data structures for page table management Cc: "Miguel Ojeda" , , , , , "Alistair Popple" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "David Airlie" , "Simona Vetter" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "John Hubbard" , "Timur Tabi" , , "Elle Rhumsaa" , "Daniel Almeida" , To: "Joel Fernandes" From: "Danilo Krummrich" References: <20251020185539.49986-1-joelagnelf@nvidia.com> <20251020185539.49986-8-joelagnelf@nvidia.com> <226d7dcb-26c3-4477-b1e9-2b837dc17cd1@nvidia.com> In-Reply-To: X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Tue Nov 4, 2025 at 6:54 PM CET, Miguel Ojeda wrote: > On Mon, Nov 3, 2025 at 8:21=E2=80=AFPM Joel Fernandes wrote: >> Also a lot of your suggestions are related to how it looks it rustdoc, s= o I will >> try to build rustdoc and see what it looks like as well, to get an idea = of when >> things in my patches could be improved. For the drm-rust tree we also have a summary [1] of things committers are expected to check (including a link to the generic kernel and Rust checklis= t). > Definitely, please do! @Joel: Just be aware that for leaf crates no documentation is built yet, on= ly the kernel crate is built. [1] https://drm.pages.freedesktop.org/maintainer-tools/committer/committer-= drm-rust.html#submit-checklist