Re: [PATCH] spi: uniphier: Fix completion initialization order before devm_request_irq()

From: Kunihiko Hayashi

Date: Fri Jun 12 2026 - 04:19:58 EST


Hi Mark,

On 2026/06/11 23:09, Mark Brown wrote:
On Thu, Jun 11, 2026 at 08:31:37PM +0900, Kunihiko Hayashi wrote:
The driver calls devm_request_irq() before initializing the completion
used by the interrupt handler. Because the interrupt may occur immediately
after devm_request_irq(), the handler may execute before init_completion().

This doesn't apply against current code, please check and resend.

That seems a bit strange. I applied this patch to v7.0 and linux-next successfully.
Which tree did you apply to and fail?

Thank you,

---
Best Regards
Kunihiko Hayashi