From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BA9072AEF5 for ; Sun, 15 Mar 2026 02:59:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773543557; cv=none; b=kQWOliUM25TRbrG8sC8ynzzXfD56Mq+hWGLibqb/I1nvKYo+iXb0EZTGBfOZSqQhxmrQcHmXY8UCfsLGvQyykCeYpt1h9vMDLQ+RPoNLqZsUz53OVuyRwd7P4mEj+heV8PYhG/UaUF8Ooz6yTgHjTHHqE8kqM3iZ6B5S3k7xZPI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773543557; c=relaxed/simple; bh=FOG/4XV1PCgjfAKQ8fYd9RlElNPehxIxvVUSWX+aDHU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=GKjMPQfeKpNux9JkwrRlQj/H9SnGbDIFkrhRK69TGWBZ81sKqpgeCvM+2Ux7T1SE1bX9wa2B2ss66Z5/tyQ0y+2z6S2cStMdMrdxaxJ8wybBrmvFEF7suCzgW//nsLv6GhNRs2/HTC33/+Mjvm9SQwgH47uvR0gAUCfnKQhhp18= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EPG3hRHO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EPG3hRHO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39FE8C116C6; Sun, 15 Mar 2026 02:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773543557; bh=FOG/4XV1PCgjfAKQ8fYd9RlElNPehxIxvVUSWX+aDHU=; h=Date:From:To:Cc:Subject:From; b=EPG3hRHOxtNkZYtM3Ramyrix9g+2N4N3yEPzLc8OWwY8o9o0dCpnST2+c91JgYdBR lWy9hndC0954EqQRB4Leea7y99cXf3WiUPVchYhLlP8Duw84QtREkER7gZB2GILo9c eH8WR+bHnNRTiTtjcE9LU6sr2Hk1CfH61jj5LZ6s1Us0Dv/hFJfBMo8z20P2gsBIZL mG7MQ4DSOS+RAY3R45IyCmxHe7RV1fTDkgYl7+BZCkz6O/S6rtRqErUwkGQHpPV8jF V8i7Soc251/LTYayTdACtmkppbpO0eIpt0zPZ4BrnKqPby1XAo7itnThN7cPJPWud7 P8sRDKoi2a1mQ== Date: Sun, 15 Mar 2026 03:59:13 +0100 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-03-15 for you to fetch changes up to b330fbfd34d7624bec62b99ad88dba2614326a19: Two fixes for the riscv-aplic irqchip driver: - Fix probing dependency bug on probing failure - Fix double register_syscore() bug Thanks, Ingo ------------------> Jessica Liu (2): irqchip/riscv-aplic: Do not clear ACPI dependencies on probe failure irqchip/riscv-aplic: Register syscore operations only once drivers/irqchip/irq-riscv-aplic-main.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-)