rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4
@ 2023-03-23  4:39 Boqun Feng
  2023-03-23  4:39 ` [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter Boqun Feng
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Boqun Feng @ 2023-03-23  4:39 UTC (permalink / raw)
  To: rcu
  Cc: Davidlohr Bueso, Paul E. McKenney, Josh Triplett,
	Frederic Weisbecker, Neeraj Upadhyay, Steven Rostedt,
	Mathieu Desnoyers, Lai Jiangshan, Joel Fernandes, Shuah Khan,
	Bhaskar Chowdhury, Boqun Feng, linux-kernel, linux-kselftest

Hi,

I of course took the opportunity at my first time to make a mistake: two
patches were missing in v1.. please note that patch #9 and #10 are newly
added.

Previous version:

v1: https://lore.kernel.org/rcu/20230315235454.2993-1-boqun.feng@gmail.com/

Changes since v1:

*	Add two missing patches.
*	Fix checkpatch warnings.

You will also be able to find the series at:

	https://github.com/fbq/linux rcu/rcutorture.2023.03.20a

top commit is:

	6bc6e6b27524
	
List of changes:

Bhaskar Chowdhury (1):
  tools: rcu: Add usage function and check for argument

Paul E. McKenney (7):
  rcutorture: Add test_nmis module parameter
  rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
  rcutorture: Make scenario TREE04 enable lazy call_rcu()
  torture: Permit kvm-again.sh --duration to default to previous run
  torture: Enable clocksource watchdog with "tsc=watchdog"
  rcuscale: Move shutdown from wait_event() to wait_event_idle()
  refscale: Move shutdown from wait_event() to wait_event_idle()

Yue Hu (1):
  rcutorture: Eliminate variable n_rcu_torture_boost_rterror

Zqiang (1):
  rcutorture: Create nocb kthreads only when testing rcu in
    CONFIG_RCU_NOCB_CPU=y kernels

 kernel/rcu/rcuscale.c                         |  7 ++-
 kernel/rcu/rcutorture.c                       | 49 +++++++++++++++----
 kernel/rcu/refscale.c                         |  2 +-
 tools/rcu/extract-stall.sh                    | 26 +++++++---
 .../selftests/rcutorture/bin/kvm-again.sh     |  2 +-
 .../selftests/rcutorture/bin/torture.sh       |  6 +--
 .../selftests/rcutorture/configs/rcu/TREE01   |  1 +
 .../selftests/rcutorture/configs/rcu/TREE04   |  1 +
 8 files changed, 69 insertions(+), 25 deletions(-)
 mode change 100644 => 100755 tools/rcu/extract-stall.sh

-- 
2.38.1


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

end of thread, other threads:[~2023-03-23  4:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  4:39 [PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4 Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 02/10] rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0 Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 03/10] rcutorture: Make scenario TREE04 enable lazy call_rcu() Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 04/10] tools: rcu: Add usage function and check for argument Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 05/10] torture: Permit kvm-again.sh --duration to default to previous run Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 06/10] rcutorture: Eliminate variable n_rcu_torture_boost_rterror Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 07/10] torture: Enable clocksource watchdog with "tsc=watchdog" Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 08/10] rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU=y kernels Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 09/10] rcuscale: Move shutdown from wait_event() to wait_event_idle() Boqun Feng
2023-03-23  4:39 ` [PATCH rcu v2 10/10] refscale: " Boqun Feng

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).