From: "Danilo Krummrich" <dakr@kernel.org>
To: "SeungJong Ha via B4 Relay"
<devnull+engineer.jjhama.gmail.com@kernel.org>
Cc: engineer.jjhama@gmail.com, "Bjorn Helgaas" <bhelgaas@google.com>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Miguel Ojeda" <ojeda@kernel.org>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
rust-for-linux@vger.kernel.org
Subject: Re: [PATCH] rust: pci: add HeaderType enum and header_type() helper
Date: Sat, 03 Jan 2026 16:17:03 +0100 [thread overview]
Message-ID: <DFF1Y5LEQ85Q.V2AC0R1EFXNZ@kernel.org> (raw)
In-Reply-To: <20260103-add-rust-pci-header-type-v1-1-879b4d74b227@gmail.com>
On Sat Jan 3, 2026 at 3:38 PM CET, SeungJong Ha via B4 Relay wrote:
> This is my first patch to the Linux kernel, specifically targeting the
> Rust PCI subsystem.
Thanks for your contribution!
> This patch introduces the HeaderType enum to represent PCI configuration
> space header types (Normal and Bridge) and implements the header_type()
> method in the Device struct.
We usually do not add dead code in the kernel. Do you work on a user for this
API?
next prev parent reply other threads:[~2026-01-03 15:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-03 14:38 [PATCH] rust: pci: add HeaderType enum and header_type() helper SeungJong Ha via B4 Relay
2026-01-03 15:17 ` Danilo Krummrich [this message]
2026-01-03 15:39 ` 하승종
2026-01-04 12:31 ` Miguel Ojeda
2026-01-04 13:40 ` Danilo Krummrich
2026-01-04 14:23 ` 하승종
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DFF1Y5LEQ85Q.V2AC0R1EFXNZ@kernel.org \
--to=dakr@kernel.org \
--cc=a.hindborg@kernel.org \
--cc=aliceryhl@google.com \
--cc=bhelgaas@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=devnull+engineer.jjhama.gmail.com@kernel.org \
--cc=engineer.jjhama@gmail.com \
--cc=gary@garyguo.net \
--cc=kwilczynski@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox