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 5507BFD7091 for ; Tue, 17 Mar 2026 20:20:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E7F3910E69E; Tue, 17 Mar 2026 20:20:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="r5jqVpcm"; 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 79B6010E69E; Tue, 17 Mar 2026 20:20:49 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 0B680405F0; Tue, 17 Mar 2026 20:20:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09757C4CEF7; Tue, 17 Mar 2026 20:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773778848; bh=Qmle9txu0KZ/bF0+kcgC8Uln28DfPARF0J6ui6/x01Q=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=r5jqVpcmS+5zZBfGilDMs0BFWj7L8gwoVVURthNmeotNe7o0FpSLAzqALX/pqW02e zm6Fx6y5YS2RcmczPhdxzW70/HcKt6CXR/RnXz+01g7GHPezNpZm/hkVBXx5DRRr83 T8F2On0S7JNiCJODM2K/5TsOOhPoXJxxj7H0qYv8P3eqGf3vqL+lpVFSt2l6MAHjea 2VqHFC+rzaXyceLXGBgG8n6zUCG244Zxyq4gc2/bRAtHxmUARPUDXnRVu2lBEdRa1P LGQvIcb+DaWHOiOCwsm+BKVR4EqDm0YKWm5/4KDwRjXyGnQvfTb2Qcnf5eTZ11KIs9 Vnp6ay6q8KdSA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 17 Mar 2026 21:20:37 +0100 Message-Id: Subject: Re: [PATCH v13 1/1] rust: interop: Add list module for C linked list interface Cc: , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Alex Gaynor" , "Dave Airlie" , "David Airlie" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "Simona Vetter" , "Daniel Almeida" , "Koen Koning" , "Nikola Djukic" , "Alexandre Courbot" , "Philipp Stanner" , "Elle Rhumsaa" , "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" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Edwin Peer" , "Andrea Righi" , "Andy Ritger" , "Zhi Wang" , "Balbir Singh" , , "Eliot Courtney" , , , , , , , To: "Joel Fernandes" From: "Danilo Krummrich" References: <20260317201710.934932-1-joelagnelf@nvidia.com> <20260317201710.934932-2-joelagnelf@nvidia.com> <46986da6-8c89-475c-8561-964adaa7d034@nvidia.com> In-Reply-To: <46986da6-8c89-475c-8561-964adaa7d034@nvidia.com> X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Tue Mar 17, 2026 at 9:18 PM CET, Joel Fernandes wrote: > Sorry, I forgot to add an additional F: for the rust/kernel/interop.rs fi= le. > Danilo/Miguel, do you mind adding this when applying? I can add it, all good.