summaryrefslogtreecommitdiffstats
tag nameurgent-rcu.2024.01.24a (0cbd2f21a6bfc3e7a1bbe39ace048478359d5541)
tag date2024-01-24 23:20:26 +0530
tagged byNeeraj Upadhyay (AMD) <neeraj.iitr10@gmail.com>
tagged objectcommit e787644caf...
downloadlinux-urgent-rcu.2024.01.24a.tar.gz
Urgent RCU pull request for v6.8
This commit fixes RCU grace period stalls, which are observed when an outgoing CPU's quiescent state reporting results in wakeup of one of the grace period kthreads, to complete the grace period. If those kthreads have SCHED_FIFO policy, the wake up can indirectly arm the RT bandwith timer to the local offline CPU. Earlier migration of the hrtimers from the CPU introduced in commit 5c0930ccaad5 ("hrtimers: Push pending hrtimers away from outgoing CPU earlier") results in this timer getting ignored. If the RCU grace period kthreads are waiting for RT bandwidth to be available, they may never be actually scheduled, resulting in RCU stall warnings. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSi2tPIQIc2VEtjarIAHS7/6Z0wpQUCZbFOUgAKCRAAHS7/6Z0w pQjcAQCg/tJYRjwGUPebKLUgkmXlR+IIANzEgvES/RgWTOld5gEAklZVTjf3J0qt QeU9WC3My2cVPKvv6kqnuQ9rrqMQ3g0= =U5an -----END PGP SIGNATURE-----