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 BE8FEC7115B for ; Mon, 23 Jun 2025 15:49:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 696A310E3E4; Mon, 23 Jun 2025 15:49:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="llcJ8Bg1"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id E749710E3E9; Mon, 23 Jun 2025 15:49:55 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 22EA95C5F28; Mon, 23 Jun 2025 15:47:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDA41C4CEEA; Mon, 23 Jun 2025 15:49:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750693791; bh=p5jsOelRBofIlMfVGe6HPkogI/0BxX7s0UubjR2mgu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=llcJ8Bg1Cy/Z3eqrc0ESCpAK6W+TzwQFUwZDST71d97WHXB8iMvahuHygI4DiYht4 LkBSWHEx2Q9wMbqJK1bNcNzCf7QJzn9P7LP4grCL6fSRx4Vn479snBGRk5ioartO/3 HKHSYhoccEVZ2rsjfzr8QoIHVHhashvSQ2kD4OddIO1d+vR0rT586WR/MCpwpgAKbu GbsG715t+DqU+8LvhGKySzpntlEM6czIP4kQDWsbnt3np50GrCXJq1h+NlXgU8jnZP dZY+S+GCIZhf9xqDclY9Ur/Cjr3sCvOdMdlo46DEjDpl2g+xyiNh/atpzhWWAv3C0i TbeXVQzslIW9Q== Date: Mon, 23 Jun 2025 17:49:44 +0200 From: Danilo Krummrich To: Alexandre Courbot Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Benno Lossin , John Hubbard , Ben Skeggs , Joel Fernandes , Timur Tabi , Alistair Popple , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v6 02/24] rust: dma: expose the count and size of CoherentAllocation Message-ID: References: <20250619-nova-frts-v6-0-ecf41ef99252@nvidia.com> <20250619-nova-frts-v6-2-ecf41ef99252@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250619-nova-frts-v6-2-ecf41ef99252@nvidia.com> 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 Thu, Jun 19, 2025 at 10:23:46PM +0900, Alexandre Courbot wrote: > These properties are very useful to have (and to be used by nova-core) > and should be accessible. > > Signed-off-by: Alexandre Courbot Applied to alloc-next, thanks! [ Slightly extend the commit message. - Danilo ]