Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1212773
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [GIT PULL rcu/next] Additional RCU commit for 4.3 |
| Date | 2015-08-25 09:50 +0200 |
| Message-ID | <q1h9v-8th-9@gated-at.bofh.it> (permalink) |
| References | <q1h9v-8th-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote: > Hello, Ingo, > > This additional series contains a single change: > > 1. Privatize smp_mb__after_unlock_lock(). This commit moves the > definition of smp_mb__after_unlock_lock() to kernel/rcu/tree.h, > in recognition of the fact that RCU is the only thing using > this, that nothing else is likely to use it, and that it is > likely to go away completely. > > This change has been subjected to 0day Test Robot and -next testing, > and is available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo > > for you to fetch changes up to 12d560f4ea87030667438a169912380be00cea4b: > > rcu,locking: Privatize smp_mb__after_unlock_lock() (2015-08-04 08:49:21 -0700) > > ---------------------------------------------------------------- > Paul E. McKenney (1): > rcu,locking: Privatize smp_mb__after_unlock_lock() > > Documentation/memory-barriers.txt | 71 +++---------------------------------- > arch/powerpc/include/asm/spinlock.h | 2 -- > include/linux/spinlock.h | 10 ------ > kernel/rcu/tree.h | 12 +++++++ > 4 files changed, 16 insertions(+), 79 deletions(-) Pulled, thanks a lot Paul! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [GIT PULL rcu/next] Additional RCU commit for 4.3 Ingo Molnar <mingo@kernel.org> - 2015-08-25 09:50 +0200
csiph-web