commit | da90921acc62c71d27729ae211ccfda5370bf75b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 06 14:03:46 2020 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun Mar 08 11:06:41 2020 +0100 |
tree | fb26cfaf7dd63e0092d50824c2b2b8af93056b53 | |
parent | 1f85b1f5e1f5541272abedc19ba7b6c5b564c228 [diff] |
genirq: Sanitize state handling in check_irq_resend() The code sets IRQS_REPLAY unconditionally whether the resend happens or not. That doesn't have bad side effects right now, but inconsistent state is always a latent source of problems. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lkml.kernel.org/r/20200306130623.882129117@linutronix.de