[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240318093412.17258-1-qiang.zhang1211@gmail.com>
Date: Mon, 18 Mar 2024 17:34:10 +0800
From: Zqiang <qiang.zhang1211@...il.com>
To: paulmck@...nel.org,
frederic@...nel.org,
neeraj.upadhyay@...nel.org,
joel@...lfernandes.org
Cc: qiang.zhang1211@...il.com,
rcu@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] Generate get_gp_data method to print gp status of different types of rcutorture tests
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
Powered by blists - more mailing lists