[PATCH v3 0/2] Generate get_gp_data method to print gp status of different types of rcutorture tests

Zqiang posted 2 patches 1 year, 10 months ago
kernel/rcu/rcu.h        | 20 ++++++++++----------
kernel/rcu/rcutorture.c | 38 ++++++++++++++++++--------------------
kernel/rcu/srcutree.c   |  5 +----
kernel/rcu/tasks.h      | 21 +++++++++++++++++++++
kernel/rcu/tree.c       | 13 +++----------
5 files changed, 53 insertions(+), 44 deletions(-)
[PATCH v3 0/2] Generate get_gp_data method to print gp status of different types of rcutorture tests
Posted by Zqiang 1 year, 10 months ago
This commit is mainly to enable rcutorture testing to support print
rcu-tasks related gp state, and remove redundant function pointer
initialization in rcu_torture_ops structure's objects.

Zqiang (2):
  rcutorture: Make rcutorture support print rcu-tasks gp state
  rcutorture: Removing redundant function pointer initialization

 kernel/rcu/rcu.h        | 20 ++++++++++----------
 kernel/rcu/rcutorture.c | 38 ++++++++++++++++++--------------------
 kernel/rcu/srcutree.c   |  5 +----
 kernel/rcu/tasks.h      | 21 +++++++++++++++++++++
 kernel/rcu/tree.c       | 13 +++----------
 5 files changed, 53 insertions(+), 44 deletions(-)

-- 
2.17.1
Re: [PATCH v3 0/2] Generate get_gp_data method to print gp status of different types of rcutorture tests
Posted by Paul E. McKenney 1 year, 10 months ago
On Mon, Mar 18, 2024 at 05:34:10PM +0800, Zqiang wrote:
> This commit is mainly to enable rcutorture testing to support print
> rcu-tasks related gp state, and remove redundant function pointer
> initialization in rcu_torture_ops structure's objects.
> 
> Zqiang (2):
>   rcutorture: Make rcutorture support print rcu-tasks gp state
>   rcutorture: Removing redundant function pointer initialization

Queued for v6.10, thank you!

							Thanx, Paul

>  kernel/rcu/rcu.h        | 20 ++++++++++----------
>  kernel/rcu/rcutorture.c | 38 ++++++++++++++++++--------------------
>  kernel/rcu/srcutree.c   |  5 +----
>  kernel/rcu/tasks.h      | 21 +++++++++++++++++++++
>  kernel/rcu/tree.c       | 13 +++----------
>  5 files changed, 53 insertions(+), 44 deletions(-)
> 
> -- 
> 2.17.1
>