RE: [PATCH v4 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown

2024-11-30 Thread Farber, Eliav
On 11/29/2024 3:32 PM, Thomas Gleixner wrote: >> This patch addresses the issue by: > > Again: git grep 'This patch' Documentation/process/ Done (in v5 series)

Re: [PATCH v4 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown

2024-11-29 Thread Thomas Gleixner
On Fri, Nov 29 2024 at 11:31, Eliav Farber wrote: > > This patch addresses the issue by: Again: git grep 'This patch' Documentation/process/

[PATCH v4 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown

2024-11-29 Thread Eliav Farber
During machine kexec, the function machine_kexec_mask_interrupts() is responsible for disabling or masking all interrupts. While the irq_disable hook ensures that an already-disabled IRQ is not disabled again, the current implementation unconditionally invokes the irq_mask() function for every inte