[PATCH 0/3] Miscellaneous RCU updates for v6.19

Paul E. McKenney posted 3 patches 3 months, 1 week ago
There is a newer version of this series
include/linux/rculist_nulls.h                        |    6
kernel/locking/locktorture.c                         |    8 -
tools/testing/selftests/rcutorture/bin/kvm-series.sh |  115 +++++++++++++++++++
3 files changed, 124 insertions(+), 5 deletions(-)
[PATCH 0/3] Miscellaneous RCU updates for v6.19
Posted by Paul E. McKenney 3 months, 1 week ago
Hello!

This series provides miscellaneous RCU updates:

1.	Fix memory leak in param_set_cpumask(), courtesy of Wang Liang.

2.	use WRITE_ONCE() for ->next and ->pprev of hlist_nulls, courtesy
	of Xuanqiang Luo.

3.	Add kvm-series.sh to test commit/scenario combination.

						Thanx, Paul

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

 include/linux/rculist_nulls.h                        |    6 
 kernel/locking/locktorture.c                         |    8 -
 tools/testing/selftests/rcutorture/bin/kvm-series.sh |  115 +++++++++++++++++++
 3 files changed, 124 insertions(+), 5 deletions(-)