Re: [PATCH v6 0/6] rust: add support for request_irq
From: Danilo Krummrich
Date: Thu Jul 03 2025 - 16:14:08 EST
On Thu, Jul 03, 2025 at 04:29:58PM -0300, Daniel Almeida wrote:
> Daniel Almeida (6):
> rust: irq: add irq module
> rust: irq: add flags module
> rust: irq: add support for non-threaded IRQs and handlers
> rust: irq: add support for threaded IRQs and handlers
> rust: platform: add irq accessors
> rust: pci: add irq accessors
What's the intended merge path for this series? Should I take it through
driver-core? I'd assume so, given that, besides the series also containing
platform and PCI patches, it depends on patches that are in driver-core-next.
@Thomas: Is there any agreement on how the IRQ Rust code should be maintained?
What's your preference?
- Danilo