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 388F9372ECA; Mon, 23 Mar 2026 21:02:32 +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=1774299752; cv=none; b=fL2YfCplCpaK8Byb4V9Tk6wlY7xPi6s9DJHigi86nrAUz6sesVjMMLblFuTMIg+6y/FjBcnlUpduLyTiZyG03aUqTg06pj0erdW10lAi8jM9MdNHmUgVICpbthpu/vj7Ae7ZHK8INeBYx1aYDwzKs5PsbIzlOXutTcdpkG8XP7Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774299752; c=relaxed/simple; bh=zDuT7d/olP2YmOM9X6hWOR4dtrKPBLYPfN26Inboa/A=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=cQ4dcY6fzZ+G7HxF5jVB0PD1e7gNSYYPoh++pjVSq3BCYvFNYe53FELo8td4QKLObZp1VcGVzTpz2C21U0Kc+pTW1MZPVARUmofsEdlvRwSwWdB0tULDsmhGwpATn5ZOe0TxLqsd1Vyhl1FYTtPyWLvW6zPOjiIRZj7czQTBkd8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GLR/rmA/; 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="GLR/rmA/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2147C4CEF7; Mon, 23 Mar 2026 21:02:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774299751; bh=zDuT7d/olP2YmOM9X6hWOR4dtrKPBLYPfN26Inboa/A=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=GLR/rmA/8rg4R6Xc5Mjb3Tznf0PtDUBvTLDg/mlrZT8nn72k+YiazJ/wvC8ua8KAa SMQzKo0lMbRXnQkL4m0ona/AxPa+hrqvWQNRPIIY2TQytJuzDDuDvFDSfrcXxrxOft gWiCSxK/i7HiYSU0EMxA9ME6M8xPK/DaWX/Qf2itQTbC9HebMl8Pabr898zTEmRs1+ N4Yrsm4d2x/jPQiPiwpto8eE5BYP5mX6ZR+KJ8MzhfOXqD/dTNMGVMmc+NVEdfiCWi XwZasPpm0q95PBRMf0CtHjDXJ5j5L/gTrLc+0x9kb0XbY7+PLhRNqTvnb3/ckx3kQt i8c2rTFliRc3A== 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: Mon, 23 Mar 2026 22:02:20 +0100 Message-Id: Cc: , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Dave Airlie" , "Daniel Almeida" , "Koen Koning" , , , "Nikola Djukic" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Jonathan Corbet" , "Alex Deucher" , =?utf-8?q?Christian_K=C3=B6nig?= , "Jani Nikula" , "Joonas Lahtinen" , "Rodrigo Vivi" , "Tvrtko Ursulin" , "Huang Rui" , "Matthew Auld" , "Matthew Brost" , "Lucas De Marchi" , =?utf-8?q?Thomas_Hellstr=C3=B6m?= , "Helge Deller" , "Alex Gaynor" , "Boqun Feng" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Edwin Peer" , "Alexandre Courbot" , "Andrea Righi" , "Andy Ritger" , "Zhi Wang" , "Balbir Singh" , "Philipp Stanner" , "Elle Rhumsaa" , , "Eliot Courtney" , , , , , , To: "Joel Fernandes" From: "Danilo Krummrich" Subject: Re: [PATCH v14 0/2] Rust GPU buddy allocator bindings References: <20260320045711.43494-1-joelagnelf@nvidia.com> In-Reply-To: <20260320045711.43494-1-joelagnelf@nvidia.com> On Fri Mar 20, 2026 at 5:57 AM CET, Joel Fernandes wrote: Applied to drm-rust-next, thanks! > Joel Fernandes (2): > rust: gpu: Add GPU buddy allocator bindings [ * Use doc-comments for GpuBuddyAllocMode methods and GpuBuddyGuard, * Fix comma splice in GpuBuddyParams::chunk_size doc-comment, * Remove redundant summary in GpuBuddy::new doc-comment, * Drop Rust helper for gpu_buddy_block_size(). - Danilo ] > MAINTAINERS: gpu: buddy: Update reviewer