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

From: Zqiang
Date: Mon Mar 18 2024 - 05:34:29 EST


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