[PATCH 0/4] Torture-test updates for v7.2

Paul E. McKenney posted 4 patches 1 month ago
b/include/linux/torture.h                              |    1
b/kernel/rcu/rcu.h                                     |    7
b/kernel/rcu/rcutorture.c                              |   21 +-
b/kernel/rcu/tree_plugin.h                             |   32 +++
b/kernel/torture.c                                     |   16 +
b/tools/testing/selftests/rcutorture/bin/kvm-series.sh |   11 -
b/tools/testing/selftests/rcutorture/bin/torture.sh    |    2
kernel/rcu/rcutorture.c                                |  160 +++++++++--------
8 files changed, 168 insertions(+), 82 deletions(-)
[PATCH 0/4] Torture-test updates for v7.2
Posted by Paul E. McKenney 1 month ago
Hello!

This series contains torture-test updates for v7.2:

1.	Fully test lazy RCU.

2.	Add torture_sched_set_normal() for user-specified nice values.

3.	Improve kvm-series.sh header comment.

4.	Allow "norm" abbreviation for "normal".

						Thanx, Paul

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

 b/include/linux/torture.h                              |    1 
 b/kernel/rcu/rcu.h                                     |    7 
 b/kernel/rcu/rcutorture.c                              |   21 +-
 b/kernel/rcu/tree_plugin.h                             |   32 +++
 b/kernel/torture.c                                     |   16 +
 b/tools/testing/selftests/rcutorture/bin/kvm-series.sh |   11 -
 b/tools/testing/selftests/rcutorture/bin/torture.sh    |    2 
 kernel/rcu/rcutorture.c                                |  160 +++++++++--------
 8 files changed, 168 insertions(+), 82 deletions(-)
Re: [PATCH 0/4] Torture-test updates for v7.2
Posted by Uladzislau Rezki 1 month ago
On Thu, May 07, 2026 at 09:57:11AM -0700, Paul E. McKenney wrote:
> Hello!
> 
> This series contains torture-test updates for v7.2:
> 
> 1.	Fully test lazy RCU.
> 
> 2.	Add torture_sched_set_normal() for user-specified nice values.
> 
> 3.	Improve kvm-series.sh header comment.
> 
> 4.	Allow "norm" abbreviation for "normal".
> 
> 						Thanx, Paul
> 
> ------------------------------------------------------------------------
> 
>  b/include/linux/torture.h                              |    1 
>  b/kernel/rcu/rcu.h                                     |    7 
>  b/kernel/rcu/rcutorture.c                              |   21 +-
>  b/kernel/rcu/tree_plugin.h                             |   32 +++
>  b/kernel/torture.c                                     |   16 +
>  b/tools/testing/selftests/rcutorture/bin/kvm-series.sh |   11 -
>  b/tools/testing/selftests/rcutorture/bin/torture.sh    |    2 
>  kernel/rcu/rcutorture.c                                |  160 +++++++++--------
>  8 files changed, 168 insertions(+), 82 deletions(-)
> 
This i took.

--
Uladzislau Rezki