From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E12E1CD6E50 for ; Fri, 29 May 2026 15:21:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38EA71120ED; Fri, 29 May 2026 15:21:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="VbuwFi0B"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id C6FC01120D8; Fri, 29 May 2026 15:21:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1780068073; x=1811604073; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=TsGLVLs0UqIEpbs9UbAyHSjsjYjTd/56i80LcKQ+jVQ=; b=VbuwFi0BQyiDmfuNBuD0oadDbEuWs5y0yJiojnEW/5J3okzqcqkdlukn wpTBgrTYMK3qGVL4vTIG0eDqRRKu1aJMVmh52HA+QEO4jc4kt4By20vRe 5XuhhhixaAwodDEWgnk5vP6zfd0m3OlZu4ovKJ/mKQOAfXYKyZhkPRohc iPQlIfQXYC966eobXM/+ao5SnFsvZ7o4RvGFB5dDxewO/FHrL+L/bei7/ s+TFROm84G4BkDSBhmDKqt0lSjH6fbt9sv1mDZo9NIQjv+9RMIEslHGD2 3cBMBP36FORFgCBa4UKY8jmN7/cW39kQR8SyOPhipL5MAwQNwoH/qSSoR w==; X-CSE-ConnectionGUID: qn7tsmkTQHqWiywuutRrZg== X-CSE-MsgGUID: sM4Fx+PsTpCb1MYf9REItA== X-IronPort-AV: E=McAfee;i="6800,10657,11801"; a="81035966" X-IronPort-AV: E=Sophos;i="6.24,175,1774335600"; d="scan'208";a="81035966" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 May 2026 08:21:12 -0700 X-CSE-ConnectionGUID: yjLCndB0TiOPSLVQhPEd8w== X-CSE-MsgGUID: BWtIDHJxRiuXjGi7XkpREQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.24,175,1774335600"; d="scan'208";a="273188008" Received: from kniemiec-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.244.147]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 May 2026 08:21:06 -0700 From: Jani Nikula To: Runyu Xiao , Sebastian Andrzej Siewior Cc: Runyu Xiao , Maarten Lankhorst , rodrigo.vivi@intel.com, joonas.lahtinen@linux.intel.com, tursulin@ursulin.net, airlied@gmail.com, simona@ffwll.ch, clrkwllms@kernel.org, rostedt@goodmis.org, jerome.anand@intel.com, pierre-louis.bossart@linux.dev, tiwai@suse.de, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rt-devel@lists.linux.dev, jianhao.xu@seu.edu.cn Subject: Re: [PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq In-Reply-To: <20260529142556.3833775-1-runyu.xiao@seu.edu.cn> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <20260528154551.3708290-1-runyu.xiao@seu.edu.cn> <20260529074816.k1K16jyy@linutronix.de> <2023cf0e-85a8-4128-857d-cae806ff0e58@lankhorst.se> <20260529122137.VZtFvQvw@linutronix.de> <20260529142556.3833775-1-runyu.xiao@seu.edu.cn> Date: Fri, 29 May 2026 18:21:03 +0300 Message-ID: <89e4e6258c62e0e2829038dd4f5a29cc530b4344@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 29 May 2026, Runyu Xiao wrote: > Thanks Sebastian and Maarten. > > I understand this fix is already covered by Maarten's i915 PREEMPT_RT > series and that the series is still pending review. > > I'll drop this standalone patch and won't pursue a stable-targeted > version. IMO merging easy to review standalone patches helps make progress while the more contentious changes are in, well, sort of review limbo. BR, Jani. > > This issue was independently found by our static analysis and validated > with a no-device QEMU harness. If the extra analysis or validation > details are useful for the ongoing series, I can share them separately. > > Best regards, > Runyu -- Jani Nikula, Intel