diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-09-03 19:47:42 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-09-03 19:47:42 +0300 |
commit | 7fbe67e46aab13f99d551ab04a1168a7d58cdae9 (patch) | |
tree | 8feb62912b645adcc5bccaadb0b81d0674430c3d /kernel/rcu/tree.h | |
parent | f511ce1424e5f3c32619eb0258afa8abd38fe3cc (diff) | |
parent | cfeac3977ab4b6222a01f79997739d2367a8cc94 (diff) | |
download | linux-7fbe67e46aab13f99d551ab04a1168a7d58cdae9.tar.xz |
Merge branch 'strictgp.2020.08.24a' into HEAD
strictgp.2020.08.24a: Strict grace periods for KASAN testing.
Diffstat (limited to 'kernel/rcu/tree.h')
-rw-r--r-- | kernel/rcu/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h index 309bc7f41d35..e4f66b8f7c47 100644 --- a/kernel/rcu/tree.h +++ b/kernel/rcu/tree.h @@ -165,6 +165,7 @@ struct rcu_data { /* period it is aware of. */ struct irq_work defer_qs_iw; /* Obtain later scheduler attention. */ bool defer_qs_iw_pending; /* Scheduler attention pending? */ + struct work_struct strict_work; /* Schedule readers for strict GPs. */ /* 2) batch handling */ struct rcu_segcblist cblist; /* Segmented callback list, with */ |