Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1695187
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH tip/core/rcu 0/4] SRCU updates |
| Date | 2017-07-25 00:20 +0200 |
| Message-ID | <u6TRM-2Hk-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello! This series contains a few SRCU updates: 1. Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU. 2. Remove obsolete SRCU-C.boot kernel-parameter file 3. Make process_srcu() be static. 4. Provide ordering for CPU not involved in grace period. Thanx, Paul ------------------------------------------------------------------------ b/include/linux/rcupdate.h | 1 b/include/linux/rcutiny.h | 8 -- b/include/linux/srcutree.h | 2 b/kernel/rcu/srcutiny.c | 8 ++ b/kernel/rcu/srcutree.c | 13 +++ b/kernel/rcu/tiny.c | 2 kernel/rcu/tiny_plugin.h | 47 ------------- tools/testing/selftests/rcutorture/configs/rcu/SRCU-C.boot | 1 8 files changed, 23 insertions(+), 59 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH tip/core/rcu 0/4] SRCU updates "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-07-25 00:20 +0200 [PATCH tip/core/rcu 2/4] rcutorture: Remove obsolete SRCU-C.boot "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-07-25 00:20 +0200 [PATCH tip/core/rcu 4/4] srcu: Provide ordering for CPU not involved in grace period "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-07-25 00:20 +0200
csiph-web