linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/18] Torture-test updates for v5.8
@ 2020-04-15 17:30 Paul E. McKenney
  2020-04-15 17:30 ` [PATCH tip/core/rcu 01/18] rcutorture: Add KCSAN stubs paulmck
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Paul E. McKenney @ 2020-04-15 17:30 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, dipankar, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series contains a variety of torture-test updates:

1.	Add KCSAN stubs.

2.	Make kvm-recheck-rcu.sh handle truncated lines.

3.	Mark data-race potential for rcu_barrier() test statistics.

4.	locktorture.c: Fix if-statement empty body warnings, courtesy
	of Randy Dunlap.

5.	Default enable RCU list lockdep debugging with PROVE_RCU,
	courtesy of Madhuparna Bhowmik.

6.	Add flag to produce non-busy-wait task stalls.

7.	Right-size TREE10 CPU consumption.

8.	Allow rcutorture to starve grace-period kthread.

9.	Add --kcsan argument to top-level kvm.sh script.

10.	Make --kcsan argument also create a summary.

11.	Make rcu_fwds and rcu_fwd_emergency_stop static, courtesy of
	Jason Yan.

12.	Eliminate duplicate #CHECK# from ConfigFragment.

13.	Abstract application of additional Kconfig options.

14.	Allow --kconfig options to override --kcsan defaults.

15.	Allow scenario-specific Kconfig options to override CFcommon.

16.	Save a few lines by using config_override_param initially.

17.	Add a --kasan argument.

18.	Convert ULONG_CMP_LT() to time_before().

							Thanx, Paul

------------------------------------------------------------------------

 Documentation/admin-guide/kernel-parameters.txt           |   12 +
 include/linux/torture.h                                   |    2 
 kernel/rcu/Kconfig.debug                                  |   11 -
 kernel/rcu/rcu.h                                          |    2 
 kernel/rcu/rcutorture.c                                   |   63 +++++++--
 kernel/rcu/tree.c                                         |   27 ++++
 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh  |   22 +++
 tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh |   16 ++
 tools/testing/selftests/rcutorture/bin/kvm-recheck.sh     |    9 +
 tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh  |   90 +++++++-------
 tools/testing/selftests/rcutorture/bin/kvm.sh             |   17 ++
 tools/testing/selftests/rcutorture/configs/rcu/TREE10     |    2 
 12 files changed, 198 insertions(+), 75 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-04-15 17:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 17:30 [PATCH tip/core/rcu 0/18] Torture-test updates for v5.8 Paul E. McKenney
2020-04-15 17:30 ` [PATCH tip/core/rcu 01/18] rcutorture: Add KCSAN stubs paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 02/18] rcutorture: Make kvm-recheck-rcu.sh handle truncated lines paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 03/18] rcutorture: Mark data-race potential for rcu_barrier() test statistics paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 04/18] locktorture.c: Fix if-statement empty body warnings paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 05/18] Default enable RCU list lockdep debugging with PROVE_RCU paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 06/18] rcutorture: Add flag to produce non-busy-wait task stalls paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 07/18] rcutorture: Right-size TREE10 CPU consumption paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 08/18] rcu: Allow rcutorture to starve grace-period kthread paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 09/18] torture: Add --kcsan argument to top-level kvm.sh script paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 10/18] torture: Make --kcsan argument also create a summary paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 11/18] rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 12/18] torture: Eliminate duplicate #CHECK# from ConfigFragment paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 13/18] torture: Abstract application of additional Kconfig options paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 14/18] torture: Allow --kconfig options to override --kcsan defaults paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 15/18] torture: Allow scenario-specific Kconfig options to override CFcommon paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 16/18] torture: Save a few lines by using config_override_param initially paulmck
2020-04-15 17:30 ` [PATCH tip/core/rcu 17/18] torture: Add a --kasan argument paulmck
2020-04-15 17:31 ` [PATCH tip/core/rcu 18/18] rcutorture: Convert ULONG_CMP_LT() to time_before() paulmck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).