Skip to content

Commit 15d6632

Browse files
committed
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull RCU warning removal from Paul McKenney: "A single commit that fixes an embarrassing bug discussed here: https://lore.kernel.org/lkml/[email protected]/ which apparently also affects smaller systems" [ This was sent to Ingo, but since I see the issue on the laptop I use for testing during the merge window, I'm doing the pull directly - Linus ] * 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: rcu: Forgive slow expedited grace periods at boot time
2 parents 80b60e3 + 59d8cc6 commit 15d6632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/rcu/tree_exp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ static void synchronize_rcu_expedited_wait(void)
508508
tick_dep_set_cpu(cpu, TICK_DEP_BIT_RCU_EXP);
509509
}
510510
}
511-
WARN_ON_ONCE(1);
512511
}
513512

514513
for (;;) {

0 commit comments

Comments
 (0)