> On Wed, 03 Jun 2026, Jani Nikula wrote: > Where are the CI results?
Intel GFX pre-merge CI was not triggered for this submission. Patchwork validation failed with: "Address '[email protected]' is not on the allowlist, which prevents CI from being triggered for this patch." I have already contacted [email protected] to request allowlisting for this address. Sorry for the confusion. Runyu >> >> On 6/2/26 08:29, Sebastian Andrzej Siewior wrote: >>> On 2026-06-02 08:45:15 [+0800], Runyu Xiao wrote: >>>> From: Maarten Lankhorst <[email protected]> >>>> >>>> The LPE audio interrupt comes from the i915 interrupt handler. It >>>> should be in irq disabled context. >>>> >>>> With PREEMPT_RT enabled, the IRQ handler is threaded. >>>> Because intel_lpe_audio_irq_handler() may be called in threaded IRQ >>>> context, >>>> generic_handle_irq_safe API disables the interrupts before calling LPE's >>>> interrupt top half handler. >>>> >>>> This fixes braswell audio issues with RT enabled. >>>> >>>> Signed-off-by: Maarten Lankhorst <[email protected]> >>>> Reviewed-by: Matthew Brost <[email protected]> >>>> Reviewed-by: Uma Shankar <[email protected]> >>>> Signed-off-by: Runyu Xiao <[email protected]> >>> >>> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> >>> >>> Sebastian >> > >-- >Jani Nikula, Intel > >> >> On 6/2/26 08:29, Sebastian Andrzej Siewior wrote: >>> On 2026-06-02 08:45:15 [+0800], Runyu Xiao wrote: >>>> From: Maarten Lankhorst <[email protected]> >>>> >>>> The LPE audio interrupt comes from the i915 interrupt handler. It >>>> should be in irq disabled context. >>>> >>>> With PREEMPT_RT enabled, the IRQ handler is threaded. >>>> Because intel_lpe_audio_irq_handler() may be called in threaded IRQ >>>> context, >>>> generic_handle_irq_safe API disables the interrupts before calling LPE's >>>> interrupt top half handler. >>>> >>>> This fixes braswell audio issues with RT enabled. >>>> >>>> Signed-off-by: Maarten Lankhorst <[email protected]> >>>> Reviewed-by: Matthew Brost <[email protected]> >>>> Reviewed-by: Uma Shankar <[email protected]> >>>> Signed-off-by: Runyu Xiao <[email protected]> >>> >>> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> >>> >>> Sebastian >> > >-- >Jani Nikula, Intel >
