Paul E. McKenney 8ed0076020 srcu: Tighten cleanup_srcu_struct() GP checks
Currently, cleanup_srcu_struct() checks for a grace period in progress,
but it does not check for a grace period that has not yet started but
which might start at any time.  Such a situation could result in a
use-after-free bug, so this commit adds a check for a grace period that
is needed but not yet started to cleanup_srcu_struct().

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2022-04-11 15:31:01 -07:00
..
2020-08-24 18:39:24 -07:00
2021-12-07 16:36:17 -08:00
2021-05-12 12:11:05 -07:00
2022-03-22 14:39:12 -07:00
2021-05-10 16:03:35 -07:00
2022-03-22 14:39:12 -07:00
2022-03-21 14:00:56 -07:00