diff options
author | 2022-06-14 08:06:20 -0400 | |
---|---|---|
committer | 2022-06-21 15:49:38 -0700 | |
commit | e72ee5e1a866b85cb6c3d4c80a1125976020a7e8 (patch) | |
tree | 99f230a3ff7f8113b469003d891683352cb9886c /scripts/generate_rust_analyzer.py | |
parent | rcu-tasks: Be more patient for RCU Tasks boot-time testing (diff) | |
download | wireguard-linux-e72ee5e1a866b85cb6c3d4c80a1125976020a7e8.tar.xz wireguard-linux-e72ee5e1a866b85cb6c3d4c80a1125976020a7e8.zip |
rcu-tasks: Use delayed_work to delay rcu_tasks_verify_self_tests()
Commit 2585014188d5 ("rcu-tasks: Be more patient for RCU Tasks
boot-time testing") fixes false positive rcu_tasks verification check
failure by repeating the test once every second until timeout using
schedule_timeout_uninterruptible().
Since rcu_tasks_verify_selft_tests() is called from do_initcalls()
as a late_initcall, this has the undesirable side effect of delaying
other late_initcall's queued after it by a second or more. Fix this by
instead using delayed_work to repeat the verification check.
Fixes: 2585014188d5 ("rcu-tasks: Be more patient for RCU Tasks boot-time testing")
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions