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 0A2F2D6E2B1 for ; Thu, 18 Dec 2025 16:35:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6815610EA84; Thu, 18 Dec 2025 16:35:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="kyVC97uO"; 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 9F29C10EA85; Thu, 18 Dec 2025 16:35:21 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 6825B443D2; Thu, 18 Dec 2025 16:35:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A36FC4CEFB; Thu, 18 Dec 2025 16:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766075721; bh=NwliGA6POZUo0NrUjyXl5fIIG/7Xk3vSI0rDYbtTwr4=; h=Date:From:Subject:Cc:To:References:In-Reply-To:From; b=kyVC97uOZEKzMdf67qIWldq8zHvQOoggsAKMh3mRCsmbVOs1IOjzfhcdapISY2SLQ u2uYBgNI7yYNvMol3FW3OU52sAgU259IW5xXGk1xHMsFjLD6tRPtDyUZuBkzIF16IO woNrUzAV25gkhsdSwvj8dfZvcKUc3lB+pSHF8CFbmIgk5TAsqaCKYusu1CD7UrNk8P a/YEcnhWlvht4VtGc4JJnzQpHR1CLe4pwAUTFf0Ol97OMGHBkln2nXNex9fYkf9lkB kH5gFtkIJnS5Pj5aqqXJ2LqOoTm/I9Dqps+mbXkB7NcE9UrPip0NBYXPW7l4Y+7E4H WCLDHRZ/s8jeA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 18 Dec 2025 17:35:13 +0100 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports Cc: "Greg Kroah-Hartman" , =?utf-8?q?Arve_Hj=C3=B8nnev=C3=A5g?= , "Todd Kjos" , "Martijn Coenen" , "Joel Fernandes" , "Christian Brauner" , "Carlos Llamas" , "Suren Baghdasaryan" , "Alice Ryhl" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Alexandre Courbot" , "Rafael J . Wysocki" , "Miguel Ojeda" , "Alex Gaynor" , "Igor Korotin" , "Michal Wilczynski" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Daniel Almeida" , "Abdiel Janulgue" , "Robin Murphy" , , , , , To: "Shankari Anand" References: <20251123092438.182251-1-shankari.ak0208@gmail.com> In-Reply-To: <20251123092438.182251-1-shankari.ak0208@gmail.com> 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 Sun Nov 23, 2025 at 10:24 AM CET, Shankari Anand wrote: Applied to driver-core-testing, thanks! > Shankari Anand (10): > rust: device: Update ARef and AlwaysRefCounted imports from sync::aref > rust: kernel: Update ARef imports to use sync::aref [ Change subject prefix to from 'kernel' to 'scatterlist'. - Danilo ] > samples: rust: Update ARef imports to use sync::aref [ Add 'debugfs' to the commit subject; be consistent with the existing import style for now. - Danilo ]