Hello! This series contains torture-test updates fixing some bugs in tests and closing some testing holes. 1. Add rcu_normal and rcu_expedited runs to torture.sh. 2. Suppress debugging grace period delays during flooding. 3. Fix distribution of short handler delays. 4. Avoid corner-case #DE with nsynctypes check, courtesy of David Vernet. 5. Add missing return and use __func__ in warning, courtesy of David Vernet. 6. Call preempt_schedule() through static call/key, courtesy of Frederic Weisbecker. Thanx, Paul ------------------------------------------------------------------------ b/include/linux/torture.h | 2 - b/kernel/rcu/rcu.h | 4 ++ b/kernel/rcu/rcutorture.c | 4 ++ b/kernel/rcu/tree.c | 32 ++++++++++++++++++-- b/kernel/scftorture.c | 5 +-- b/tools/testing/selftests/rcutorture/bin/torture.sh | 18 +++++++++++ kernel/rcu/rcutorture.c | 14 ++++++++ 7 files changed, 72 insertions(+), 7 deletions(-)