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 >