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 7830F2BCF4D; Tue, 8 Jul 2025 08:07:14 +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=1751962035; cv=none; b=MVaan2i52fF18XRVvpKvVk7q0CBw3OjPLRPLPkEumC/FfpMEKEN2LniPT+b+t7cH2MWzwRWF/arwiDrXrKxGXtdwrzpDfBIEED8L9H5BXbI+aVNuFrcML99OCQrHuf6BR7M0uWIYt3KGkLMLFXoo3kqHhay/UBLqrPB204RlXIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751962035; c=relaxed/simple; bh=HrHtM7sJE2xFVo6cAcEdVsvAypCb0Ki8ifZxZVG9Dz8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nMDG1GR131PrCNqrKxXwWD1OY5RTQ995bJD2UffVUmNOrWHT1gpVBcorG+CTfXV6r0EX/v11efg2/Jc3lUMcI7EGrKQFoxGA/EfnjHH36rWnD49gOoWTvaKCt/FyLySIreReRH23igMKCXKup4+qZwZ65pjLq9Xcni9kzS0qDC0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rUnGXuTp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="rUnGXuTp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79B95C4CEFD; Tue, 8 Jul 2025 08:07:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1751962034; bh=HrHtM7sJE2xFVo6cAcEdVsvAypCb0Ki8ifZxZVG9Dz8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rUnGXuTpHs7ek6SLsQsaJetj0As6wqY7XnKJZwC4f0nVRfLT/ZD7lUHs7T2zsQGzz o2Ogq3GA4MkpdE78ml73cZFa4xmXDt7V6Nb6USxt3MI7A+fJmpPVXNJ+kIRfvpBMpH yFWQl4Fb2r+5Y5vifwQwlrxJqqkUNlHRAIUZ0Fvs= Date: Tue, 8 Jul 2025 10:07:11 +0200 From: Greg Kroah-Hartman To: Alistair Popple Cc: rust-for-linux@vger.kernel.org, Danilo Krummrich , Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , "Rafael J. Wysocki" , John Hubbard , Alexandre Courbot , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] rust: Add several miscellaneous PCI helpers Message-ID: <2025070856-ferris-enjoyable-f2de@gregkh> References: <20250708060451.398323-1-apopple@nvidia.com> <20250708060451.398323-2-apopple@nvidia.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250708060451.398323-2-apopple@nvidia.com> On Tue, Jul 08, 2025 at 04:04:51PM +1000, Alistair Popple wrote: > Add bindings to obtain a PCI device's resource start address, bus/ > device function, revision ID and subsystem device and vendor IDs. Do we have a user for these new helpers already? thanks, greg k-h