From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754880AbbHYHqj (ORCPT ); Tue, 25 Aug 2015 03:46:39 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:33764 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717AbbHYHqg (ORCPT ); Tue, 25 Aug 2015 03:46:36 -0400 Date: Tue, 25 Aug 2015 09:46:31 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, will.deacon@arm.com, peterz@infradead.org, benh@kernel.crashing.org, linux-arch@vger.kernel.org, Thomas Gleixner Subject: Re: [GIT PULL rcu/next] Additional RCU commit for 4.3 Message-ID: <20150825074631.GA25158@gmail.com> References: <20150825000311.GA32412@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150825000311.GA32412@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney 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