Re: [PATCH 00/15] irq: remove handle_domain_{irq,nmi}()

From: Linus Torvalds
Date: Thu Oct 21 2021 - 21:26:33 EST


On Thu, Oct 21, 2021 at 8:02 AM Mark Rutland <mark.rutland@xxxxxxx> wrote:
>
> This series reworks the irq code to remove them, handling the necessary
> entry work consistently in entry code (be it architectural or generic).

Thanks for doing this.

This is obviously a much bigger patch than the original, but this
really feels like it's the proper fix, and maintainable going
forwards.

Obviously the big issue is testing this all, but I like the patches
from scanning them.

Linus