]> www.infradead.org Git - users/willy/xarray.git/commit
srcu: faster gp seq wrap-around
authorJP Kobryn <inwardvessel@gmail.com>
Mon, 15 Jul 2024 23:23:24 +0000 (16:23 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Mon, 12 Aug 2024 18:20:58 +0000 (23:50 +0530)
commit29bc83e4d90546aa794a9584786086b141a6ba4d
treee72590c356e219b9bc9afeb4468dfe8dc4dd2eed
parent8400291e289ee6b2bf9779ff1c83a291501f017b
srcu: faster gp seq wrap-around

Using a higher value for the initial gp sequence counters allows for
wrapping to occur faster. It can help with surfacing any issues that may
be happening as a result of the wrap around.

Signed-off-by: JP Kobryn <inwardvessel@gmail.com>
Tested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
include/linux/rcupdate.h
include/linux/srcutree.h
kernel/rcu/rcu.h
kernel/rcu/srcutree.c