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 73F233AE1B9 for ; Tue, 24 Mar 2026 06:07:37 +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=1774332457; cv=none; b=deQd5qfOlNBHtiT64BEZlvcy9LuWHRYlWjS33IwGn2t6la5BWuBcNnr1gvZEzpxc7OTf6QVjHJ1FCJdmDnQ/jg6KMyc71kkNtJAk/+mvfNtTP7Snq1zPKwvg87AgM100R1+oIemDW0hgeHL8abMe1wg/2aA1N1NWl3+0qlcx9Ec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774332457; c=relaxed/simple; bh=ERBLBGFxNq+tw8J+RPOIjrdA3OFXnDLhara3Lrzl8F0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=l4uQ+R7M9A6i3wNsfVQpPQZYVS1v565LsvmK7WM6tquX570JfxyTGdRVZwuBd4/NVM480sH3vyrw09661VXKGUK86wPQUu/w7+Vf6131oqNY32JhjYjcU5aDSgSxhMv6Bn/mYd5u2qn6Ldv0+2GBrYBcddOGv+Z7Fx1x7Se0UPc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aGKD5InQ; 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="aGKD5InQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E24EDC19424; Tue, 24 Mar 2026 06:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774332456; bh=ERBLBGFxNq+tw8J+RPOIjrdA3OFXnDLhara3Lrzl8F0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aGKD5InQRxlFbijIW3EzZgevF/FdmjqIoApOebGLbAL5K6RCk7ESgNQYd6xSw5UQh j+Xdff94aUvzMBSSODWn7CYJs//8ITYjbgBBNAuYLFQPHv8mNpGSuNLmqXEYDzUSD/ 7YVcJMX/e24F9c2KT/+CtuTqm12ybAyKpR/4s3AUmgkQ+n2WfVHtYe8ggCJCg/uZMN 3ozTCDOM5u3zQAw6cZInT7VwsrzqzWy3+hVmrEYekXjNHuJUFAyXFOarrEMRI98hhj nBR7FQD3ET8wCUGi56DgCIN5YGpiy07X9t1ErUfguxelwnNjKvxTqAHe1mOURT6E85 YTaCwYsFlanHA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FE583808200; Tue, 24 Mar 2026 06:07:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] irqchip/sifive-plic: Fix frozen interrupt due to affinity setting From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177433244498.469836.5203107878440214495.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 06:07:24 +0000 References: <20260212114125.3148067-1-namcao@linutronix.de> In-Reply-To: <20260212114125.3148067-1-namcao@linutronix.de> To: Nam Cao Cc: linux-riscv@lists.infradead.org, tglx@kernel.org, pjw@kernel.org, samuel.holland@sifive.com, maz@kernel.org, anup@brainfault.org, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Thomas Gleixner : On Thu, 12 Feb 2026 12:41:25 +0100 you wrote: > PLIC ignores interrupt completion message for disabled interrupt, explained > by the specification: > > The PLIC signals it has completed executing an interrupt handler by > writing the interrupt ID it received from the claim to the > claim/complete register. The PLIC does not check whether the completion > ID is the same as the last claim ID for that target. If the completion > ID does not match an interrupt source that is currently enabled for > the target, the completion is silently ignored. > > [...] Here is the summary with links: - irqchip/sifive-plic: Fix frozen interrupt due to affinity setting https://git.kernel.org/riscv/c/1072020685f4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html