mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Shutdown-time hangs in -next in locktorture
@ 2025-12-20  0:29 Paul E. McKenney
  2025-12-20  5:01 ` Paul E. McKenney
  2025-12-20 12:52 ` Peter Zijlstra
  0 siblings, 2 replies; 5+ messages in thread
From: Paul E. McKenney @ 2025-12-20  0:29 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Ingo Molnar, linux-kernel, linux-next, Stephen Rothwell,
	Mark Brown, kernel-team

Hello, Peter,

I started hitting shutdown-time hangs in next-20251217 which persist
in next-20251219.  This hang happens on both x86 and arm64.  Once I
figured out that the failure is high probability, but not deterministic,
bisection converged here:

5d1f0b2f278e ("sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()")

This commit reverts cleanly, and doing so restores hang-free operation.

The reproducer is shown below.

Thoughts?

							Thanx, Paul

------------------------------------------------------------------------

for i in 1 2 3 4 5
do
	tools/testing/selftests/rcutorture/bin/torture.sh --duration 20 --do-none --do-normal --do-locktorture --do-kasan --configs-locktorture "LOCK09"
	ret=$?
	if test "$ret" -ne 0
	then
		exit "$ret"
	fi
	echo Test $i succeeded
done
exit 0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-15  0:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-20  0:29 Shutdown-time hangs in -next in locktorture Paul E. McKenney
2025-12-20  5:01 ` Paul E. McKenney
2025-12-20 12:52 ` Peter Zijlstra
2025-12-20 16:49   ` Paul E. McKenney
2026-01-15  0:16     ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®