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 539C6E9D403 for ; Wed, 4 Feb 2026 15:44:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B0A7010E69E; Wed, 4 Feb 2026 15:44:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="DBr30LtE"; 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 5F67B10E699 for ; Wed, 4 Feb 2026 15:44:31 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 24AE5443AD; Wed, 4 Feb 2026 15:44:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B71BCC19423; Wed, 4 Feb 2026 15:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770219871; bh=njzWuPzbKHbXrfvanK0wErBQpb7HTe1NuBwa0DB/VnE=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=DBr30LtEKnTojuKd7J1+fpgB+sbccKg9qCkTMMfwmwnq8KmSDDxmP+pEarvhEJsxF 4aOqerP5AamsMRT9hI0Vzv6vH+vi5F3ZyX5srZxI2hCyjD1S1PRxLHcXZAg4ggJbb2 Z4oP7qSLGK/MHR6MdkIzg2lLAtdKa7KFCDyV9CdUiwAKvzwcEorKFMM7sglBSGaOFn C3fOfugbRFTfc7dfwzcco/zUMsDB//fQ5F94TmWaMljS2LOJdHma7aoEFpO/yoAAa2 eca60dsaJrUqZBkbSEX0Jgqon4yINjzlrxMJzftFBp13rS+9OqoHdfkMlcmZmgEOOL 6sbUZCVA836aw== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 04 Feb 2026 16:44:21 +0100 Message-Id: Subject: Re: [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`. Cc: "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Alice Ryhl" , "Trevor Gross" , "Greg Kroah-Hartman" , "Dave Ertman" , "Ira Weiny" , "Leon Romanovsky" , "Paul Moore" , "Serge Hallyn" , "Rafael J. Wysocki" , "David Airlie" , "Simona Vetter" , "Alexander Viro" , "Christian Brauner" , "Jan Kara" , "Igor Korotin" , "Daniel Almeida" , "Lorenzo Stoakes" , "Liam R. Howlett" , "Viresh Kumar" , "Nishanth Menon" , "Stephen Boyd" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , , , , , , , , , , "Oliver Mangold" To: "Andreas Hindborg" From: "Danilo Krummrich" References: <20260204-unique-ref-v14-0-17cb29ebacbb@kernel.org> <20260204-unique-ref-v14-2-17cb29ebacbb@kernel.org> In-Reply-To: <20260204-unique-ref-v14-2-17cb29ebacbb@kernel.org> 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 Wed Feb 4, 2026 at 12:56 PM CET, Andreas Hindborg wrote: > rust/kernel/auxiliary.rs | 7 +++++- > rust/kernel/device.rs | 10 ++++++--- > rust/kernel/device/property.rs | 7 +++++- > rust/kernel/drm/device.rs | 10 ++++++--- > rust/kernel/drm/gem/mod.rs | 8 ++++--- > rust/kernel/pci.rs | 10 ++++++++- > rust/kernel/platform.rs | 7 +++++- If you apply the kernel import style, those are Acked-by: Danilo Krummrich However, I wonder if we want aref::* in the prelude instead.