All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/12] Torture-test updates for v5.20
@ 2022-06-20 22:58 Paul E. McKenney
  2022-06-20 22:58 ` [PATCH rcu 01/12] torture: Make kvm-remote.sh announce which system is being waited on Paul E. McKenney
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Paul E. McKenney @ 2022-06-20 22:58 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series provides torture-test updates, both C-language and scripting:

1.	Make kvm-remote.sh announce which system is being waited on.

2.	Change order of warning and trace dump, courtesy of Anna-Maria
	Behnsen.

3.	Simplify rcu_torture_read_exit_child() loop.

4.	Fix memory leak in rcu_test_debug_objects(), courtesy of Zqiang.

5.	Adjust to again produce debugging information.

6.	Make failure indication note reader-batch overflow.

7.	Fix smp_processor_id()-in-preemptible warnings, courtesy of
	Zqiang.

8.	Create kvm-check-branches.sh output in proper location.

9.	Fix ksoftirqd boosting timing and iteration, courtesy of Frederic
	Weisbecker.

10.	Handle failure of memory allocation functions, courtesy of
	Li Qiong.

11.	Flush printk() buffers before powering off.

12.	Convert test_lock spinlock to raw_spinlock, courtesy of Zqiang.

						Thanx, Paul

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

 b/kernel/rcu/rcuscale.c                                        |    1 
 b/kernel/rcu/rcutorture.c                                      |    3 
 b/kernel/rcu/refscale.c                                        |   18 +-
 b/kernel/torture.c                                             |    1 
 b/tools/testing/selftests/rcutorture/bin/kvm-check-branches.sh |   11 -
 b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh         |    1 
 b/tools/testing/selftests/rcutorture/bin/kvm.sh                |    6 
 kernel/rcu/rcutorture.c                                        |   88 +++++-----
 8 files changed, 65 insertions(+), 64 deletions(-)

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

end of thread, other threads:[~2022-06-21 21:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 22:58 [PATCH rcu 0/12] Torture-test updates for v5.20 Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 01/12] torture: Make kvm-remote.sh announce which system is being waited on Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 02/12] rcu/torture: Change order of warning and trace dump Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 03/12] rcutorture: Simplify rcu_torture_read_exit_child() loop Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 04/12] rcutorture: Fix memory leak in rcu_test_debug_objects() Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 05/12] torture: Adjust to again produce debugging information Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 06/12] rcutorture: Make failure indication note reader-batch overflow Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 07/12] rcu/rcuscale: Fix smp_processor_id()-in-preemptible warnings Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 08/12] torture: Create kvm-check-branches.sh output in proper location Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 09/12] rcutorture: Fix ksoftirqd boosting timing and iteration Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 10/12] rcutorture: Handle failure of memory allocation functions Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 11/12] torture: Flush printk() buffers before powering off Paul E. McKenney
2022-06-20 23:23   ` John Ogness
2022-06-20 23:28     ` Paul E. McKenney
2022-06-21  8:09       ` John Ogness
2022-06-21 18:13         ` Paul E. McKenney
2022-06-21 20:52           ` John Ogness
2022-06-21 21:01             ` Paul E. McKenney
2022-06-20 22:58 ` [PATCH rcu 12/12] refscale: Convert test_lock spinlock to raw_spinlock Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.