[GIT PULL] IRQ fix

Ingo Molnar posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
kernel/irq/manage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[GIT PULL] IRQ fix
Posted by Ingo Molnar 1 month, 2 weeks ago
Linus,

Please pull the latest irq/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2025-12-21

   # HEAD: fbbd7ce627af733ded7971b2495b0d099a0a80da genirq: Don't overwrite interrupt thread flags on setup

Fix IRQ thread affinity flags setup regression.

 Thanks,

	Ingo

------------------>
Thomas Gleixner (1):
      genirq: Don't overwrite interrupt thread flags on setup


 kernel/irq/manage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 8b1b4c8a4f54..349ae7979da0 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1414,7 +1414,7 @@ setup_irq_thread(struct irqaction *new, unsigned int irq, bool secondary)
 	 * Ensure the thread adjusts the affinity once it reaches the
 	 * thread function.
 	 */
-	new->thread_flags = BIT(IRQTF_AFFINITY);
+	set_bit(IRQTF_AFFINITY, &new->thread_flags);
 
 	return 0;
 }
Re: [GIT PULL] IRQ fix
Posted by pr-tracker-bot@kernel.org 1 month, 2 weeks ago
The pull request you sent on Sun, 21 Dec 2025 09:27:12 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2025-12-21

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/610192c229ce908dc7d04e2848751fcc3bbde273

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html