[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220419000541.GA3949109@paulmck-ThinkPad-P17-Gen-1>
Date: Mon, 18 Apr 2022 17:05:41 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...com,
rostedt@...dmis.org
Subject: [PATCH rcu 0/6] Torture-test updates for v5.19
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(-)
Powered by blists - more mailing lists