Re: [PATCH v3] rust: pci: Allocate and manage PCI interrupt vectors
From: Danilo Krummrich
Date: Wed Oct 15 2025 - 08:29:58 EST
On Wed Oct 8, 2025 at 9:07 PM CEST, Joel Fernandes wrote:
> Add support to PCI rust module to allocate, free and manage IRQ vectors.
> Integrate with devres for managing the allocated resources.
>
> Signed-off-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
Applied to driver-core-testing, thanks!
[ Add links in doc-comments; add missing invariant comment; re-format
multiple safety requirements as list and fix missing backticks;
refactor the example of alloc_irq_vectors() to compile. - Danilo ]