* [GIT PULL] RCU fix for v6.17
@ 2025-08-13 16:03 Neeraj Upadhyay
2025-08-13 17:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Neeraj Upadhyay @ 2025-08-13 16:03 UTC (permalink / raw)
To: torvalds
Cc: paulmck, joelagnelf, frederic, boqun.feng, urezki,
qiang.zhang1211, linux-kernel, kernel-team, rcu
Hello Linus,
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git tags/rcu.fixes.6.17
for you to fetch changes up to 61399e0c5410567ef60cb1cda34cca42903842e3:
rcu: Fix racy re-initialization of irq_work causing hangs (2025-08-11 08:43:49 +0530)
----------------------------------------------------------------
RCU fix for v6.17
Fix a regression introduced by commit b41642c87716 ("rcu: Fix
rcu_read_unlock() deadloop due to IRQ work") which results in boot hang
as reported by kernel test bot at [1]. This issue happens because RCU
re-initializes the deferred QS IRQ work everytime it is queued. With
commit b41642c87716, the IRQ work re-initialization can happen while it
is already queued. This results in IRQ work being requeued to itself.
When IRQ work finally fires, as it is requeued to itself, it is
repeatedly executed and results in hang. Fix this with initializing the
IRQ work only once before the CPU boots.
[1] https://lore.kernel.org/rcu/202508071303.c1134cce-lkp@intel.com/
----------------------------------------------------------------
Frederic Weisbecker (1):
rcu: Fix racy re-initialization of irq_work causing hangs
kernel/rcu/tree.c | 2 ++
kernel/rcu/tree.h | 1 +
kernel/rcu/tree_plugin.h | 8 ++++++--
3 files changed, 9 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] RCU fix for v6.17
2025-08-13 16:03 [GIT PULL] RCU fix for v6.17 Neeraj Upadhyay
@ 2025-08-13 17:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-13 17:51 UTC (permalink / raw)
To: Neeraj Upadhyay
Cc: torvalds, paulmck, joelagnelf, frederic, boqun.feng, urezki,
qiang.zhang1211, linux-kernel, kernel-team, rcu
The pull request you sent on Wed, 13 Aug 2025 21:33:40 +0530:
> git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git tags/rcu.fixes.6.17
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a4a0367c9f45b025ec57e1ba492512d5479d361
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-13 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 16:03 [GIT PULL] RCU fix for v6.17 Neeraj Upadhyay
2025-08-13 17:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).