On Thu, Sep 22, 2022 at 07:20:56AM -0400, William Breathitt Gray wrote: > IRQ trigger configuration is skipped if it has already been set before; > however, the IRQ line still needs to be OR'd to irq_enabled because > irq_enabled is reset for every events_configure call. This patch moves > the irq_enabled OR operation update to before the irq_trigger check so > that IRQ line enablement is not skipped. > > Fixes: c95cc0d95702 ("counter: 104-quad-8: Fix persistent enabled events bug") > Link: https://lore.kernel.org/r/20220815122301.2750-1-william.gray@xxxxxxxxxx/ > Signed-off-by: William Breathitt Gray <william.gray@xxxxxxxxxx> This should have also cc: stable. I'll add that when I apply it, thanks. greg k-h