From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq Date: Thu, 04 Jun 2026 14:47:15 +1000 Message-ID: In-Reply-To: <20260528154551.3708290-1-runyu.xiao@seu.edu.cn> References: <20260528154551.3708290-1-runyu.xiao@seu.edu.cn> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq Author: Runyu Xiao Patches: 9 Reviewed: 2026-06-04T14:47:15.077554 --- This is a two-message mbox containing v1 and v2 of the same single patch. T= he v2 is the one for review. It is a minimal, correct, one-line fix that re= places `generic_handle_irq()` with `generic_handle_irq_safe()` in the LPE a= udio IRQ forwarding path. **Assessment: The patch is correct and should be applied.** The change is well-motivated, has direct precedent within the same driver (= the GSC path at `intel_gsc.c:287` already uses `generic_handle_irq_safe()` = for the exact same reason, via commit 8cadce97bf26), and the commit message= is thorough in explaining the problem and validation methodology. The v1 =E2=86=92 v2 changelog shows the author responded appropriately to r= eview feedback: added a `Link:` tag to Maarten Lankhorst's PREEMPT_RT serie= s, added `Suggested-by:`, and dropped the `Cc: stable` tag per Sebastian's = request. --- Generated by Claude Code Patch Reviewer