From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6717A2066DE for ; Sun, 24 May 2026 06:53:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779605581; cv=none; b=hwJcInEkfyZvPGhnCwUqcm/qSHuXqWkFkbr0QDrhJd66ykJvAnNbq2Y2Km/9f+58bnL8j6i569Gsn3uXYqUXI8g17Mz8snb4E5kDAlxu04obM/XzQxQ8viWw7NbcTkq2si+gqlPIqyu8KBQgysnjs6YS5Cp9o1/1c9TJzil032s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779605581; c=relaxed/simple; bh=LklcaM9/bONYp0wAJ2fN4786copZK/pu8BFZtAPBGu8=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=dlNSvftXtVf9TaaGoewtrYYIN4aaEtk4dKufi7J/XpupLvnYgZjjldRZxKa7fVy+USUusfLjLeV+TWYOtBFd7QomaruY/SPMtotma7Zjgn7Mtv/UQm8ooLgLGrLGKUvc2HtkTu6ElQ3Y0oDUVyFyHekYKl8egcbVs3mKHNMn4jE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WXJWkd85; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WXJWkd85" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD48E1F000E9; Sun, 24 May 2026 06:52:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779605580; bh=fyywk4/7HFzSY/2vp6bYx3RhcmpE8FFyP+FJtkD1/W8=; h=Date:From:To:Cc:Subject; b=WXJWkd85k3LBJUi1i7HiflbbgFCmJob8EZSVKUHHKmPw3A6Ez0u0qPT4sN9to4ZU6 fjQIbsOG2/l5qp1I5JdWU7NNgxQw0obaBsx7za39ZsJVBslKC/CjPkk/tcVKIvrL5k O7ogv5GXwvKHMJQF+hN7A6g3Fb48v2yj5YqtsPulATq17c8zGbeEFpo3Am8J7442KQ DjxPNw/ky5putuGlJp/jjqA/hnd0kryJq4NI2egIiC2cEv+P6ZC62H5DxQqJjsGvXc iIUbP3bCqKQyC6kMXHQhnYFauEjNbsPC3PRwiRkkAgJ4Mgw1qiSBfCL1IPhAJ6fC/H zzL6RvH0ODIZQ== Date: Sun, 24 May 2026 08:52:56 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra Subject: [GIT PULL] IRQ fixes Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, Please pull the latest irq/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2026-05-24 for you to fetch changes up to c9b7598eb013c6dbf2526dc050364bd8dc24f0d3: Miscellaneous irqchip driver fixes: - Fix the hardware probing error path of the renesas-rzt2h irqchip driver - Fix the exynos-combiner irqchip driver on -rt kernels by turning the IRQ controller spinlock into a raw spinlock Thanks, Ingo ------------------> Cosmin Tanislav (1): irqchip/renesas-rzt2h: Use pm_runtime_put_sync() in probe error path Marek Szyprowski (1): irqchip/exynos-combiner: Switch to raw_spinlock drivers/irqchip/exynos-combiner.c | 6 +++--- drivers/irqchip/irq-renesas-rzt2h.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)