diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2025-08-06 16:07:33 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2025-08-14 15:26:30 -0700 |
commit | 1b0f583843287275298a559c14e10769fd771cec (patch) | |
tree | 326f1556010ca7f6ff7d4d83669700dd9a3acba2 /tools/testing/selftests/net/lib/py/utils.py | |
parent | b930ff84f3072df7ab3b0f1cd3a8bb5d02ec4dec (diff) |
rcutorture: Suppress "Writer stall state" reports during boot
When rcutorture is running on only the one boot-time CPU while that CPU
is busy invoking initcall() functions, the added load is quite likely to
unduly delay the RCU grace-period kthread, rcutorture readers, and much
else besides. This can result in rcu_torture_stats_print() reporting
rcutorture writer stalls, which are not really a bug in that environment.
After all, one CPU can only do so much.
This commit therefore suppresses rcutorture writer stalls while the
kernel is booting, that is, while rcu_inkernel_boot_has_ended() continues
returning false.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/lib/py/utils.py')
0 files changed, 0 insertions, 0 deletions