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 01D6CFD0047 for ; Sun, 1 Mar 2026 20:07:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E089C10E3FC; Sun, 1 Mar 2026 20:07:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="gQrsPZIT"; 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 CB60B10E3FC for ; Sun, 1 Mar 2026 20:07:45 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 3E45643A1D; Sun, 1 Mar 2026 20:07:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CFE0C2BC86; Sun, 1 Mar 2026 20:07:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772395665; bh=9BlOO871E4Gc5s7Wqm3SRo5o4KI314sQaaKQG/go4O8=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=gQrsPZIThJPiwOdX2TbxXL2FBez/SuMqe4Mhpp+MeqOTF/NGAo/A0XEQqYKWPvJ4g QOs2OssZIAbjvVxfwo6RyEPmiKqqEsHiK1kAe2465bcgdOQCE//CMBGNzB8UZ40Ukf 2AdFp7QllRS/0jeH91VAKJLSWXOh9N4jK+yTuSsBBJ8NfCg+t/t5FzAD2itFItgxBm ULcCYJBGOs/5SFFO0rLass+TycDzsCDra7r7Zhco9PzXw5mDSh54Ocy55ysd2Q3pCh zqmd+Y0JYPcLi//brofV7ESYrSx0UTfLF+AjqUF8dU/lMqFLlF393jBoI8JG1xtd4U 476vdEKAG7Kvg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 01 Mar 2026 21:07:40 +0100 Message-Id: Subject: Re: [PATCH v2 0/4] rust: Add ARef support for work items Cc: "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "David Airlie" , "Simona Vetter" , "Tejun Heo" , "Lai Jiangshan" , , , To: "Daniel Almeida" From: "Danilo Krummrich" References: <20260204-aref-workitem-v2-0-bec25b012d2a@collabora.com> In-Reply-To: <20260204-aref-workitem-v2-0-bec25b012d2a@collabora.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 Wed Feb 4, 2026 at 9:40 PM CET, Daniel Almeida wrote: > rust: workqueue: add support for ARef > rust: drm: dispatch work items to the private data > rust: workqueue: add delayed work support for ARef > rust: drm: dispatch delayed work items to the private data With the imports fixed Acked-by: Danilo Krummrich for the DRM bits. However, we could avoid a (trivial) conflict taking it through the DRM tree= . I assume the Rust workqueue stuff is maintained by Alice and Tejun? (I couldn= 't find a dedicated entry for rust/kernel/workqueue.rs.) In any case, if you agree, I suggest to take it through the DRM tree. Thanks, Danilo