[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments

Peter Colberg posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
rust/kernel/pci.rs | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
Posted by Peter Colberg 3 months, 2 weeks ago
This patch series normalises the comments of the Rust PCI abstractions
to consistently refer to legacy as INTx interrupts and use the spelling
PCI BAR, as a way to familiarise myself with the Rust for Linux project.

Peter Colberg (2):
  rust: pci: refer to legacy as INTx interrupts
  rust: pci: normalise spelling of PCI BAR

 rust/kernel/pci.rs | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

-- 
2.51.0
Re: [PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
Posted by Danilo Krummrich 3 months, 2 weeks ago
On Sun Oct 19, 2025 at 6:56 AM CEST, Peter Colberg wrote:
> Peter Colberg (2):
>   rust: pci: refer to legacy as INTx interrupts
>   rust: pci: normalise spelling of PCI BAR

Applied to driver-core-testing, thanks!
Re: [PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
Posted by Danilo Krummrich 3 months, 2 weeks ago
Hi Peter,

On Sun Oct 19, 2025 at 6:56 AM CEST, Peter Colberg wrote:
> This patch series normalises the comments of the Rust PCI abstractions
> to consistently refer to legacy as INTx interrupts and use the spelling
> PCI BAR, as a way to familiarise myself with the Rust for Linux project.

That's great to hear! :)

Can you please rebase the two patches on driver-core-testing [1]?

[1] https://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git/log/?h=driver-core-testing
Re: [PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
Posted by Peter Colberg 3 months, 2 weeks ago
On Mon, Oct 20, 2025 at 01:43:16PM +0200, Danilo Krummrich wrote:
> On Sun Oct 19, 2025 at 6:56 AM CEST, Peter Colberg wrote:
> > This patch series normalises the comments of the Rust PCI abstractions
> > to consistently refer to legacy as INTx interrupts and use the spelling
> > PCI BAR, as a way to familiarise myself with the Rust for Linux project.
> 
> That's great to hear! :)
> 
> Can you please rebase the two patches on driver-core-testing [1]?
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git/log/?h=driver-core-testing

Thanks Danilo, I have sent a v2 [2] rebased onto your "Rust PCI
housekeeping" patch series in driver-core-testing.

[2] https://lore.kernel.org/rust-for-linux/20251020170223.573769-1-pcolberg@redhat.com/

Peter