Message ID | 20250225110252.28866-1-hayashi.kunihiko@socionext.com |
---|---|
Headers | show |
Series | Fix some issues related to an interrupt type in pci_endpoint_test | expand |
On Tue, Feb 25, 2025, at 12:02, Kunihiko Hayashi wrote: > The pci_endpoint_test_request_irq() and pci_endpoint_test_release_irq() > are called repeatedly by the users through pci_endpoint_test_set_irq(). > So using the managed version of IRQ functions within these functions > has no effect. > > Suggested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Hello, > This series solves some issues about global "irq_type" that is used for > indicating the current type for users. > > In addition, avoid an unexpected warning that occur due to interrupts > remaining after displaying an error caused by devm_request_irq(). > > Patch 1 includes adding GET_IRQTYPE test (check for failure). > Patch 2-4 include fixes for stable kernels that have global "irq_type". > Patch 5-6 include improvements for the latest. Applied to misc, thank you! Krzysztof