From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6188135BDB2; Tue, 17 Mar 2026 20:20:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773778849; cv=none; b=SmkM3HMLAAdINY2LNoz7NEIIrih4FHcygJoqQC5SLthh7BIp/YRSlWfe8pHfmh/ETPWGSTXlW+RSR3DdpoXikOc+S9VQLnK/NGlFcW2xNMkZHOq3l/tys98pSkkz7BmlfdZqasL5RTtJ2qmnd2oyS416XNBqAgQHzjY8rRX9dDM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773778849; c=relaxed/simple; bh=Qmle9txu0KZ/bF0+kcgC8Uln28DfPARF0J6ui6/x01Q=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=XUaJCIUKPIjKQLIdUGkqkzUt9oNwqug780ARaD/1rjNUd/+hWggFh3ZBkGO3bTI/MUmcil20aUmAEtW74bmZVoyOVv+v9mSgOc55+jzvfG50HJfDQIVYoR9a4uP+hIk/npcMFWEqDHDdjIPSLmY8I5IrEPo8lu8h99lBCfuBVew= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r5jqVpcm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r5jqVpcm" 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== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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.