From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752116AbbJBFbJ (ORCPT ); Fri, 2 Oct 2015 01:31:09 -0400 Received: from casper.infradead.org ([85.118.1.10]:57715 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021AbbJBFbG (ORCPT ); Fri, 2 Oct 2015 01:31:06 -0400 Date: Fri, 2 Oct 2015 07:25:42 +0200 From: Peter Zijlstra To: Boqun Feng Cc: Benjamin Herrenschmidt , "Paul E. McKenney" , Thomas Gleixner , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Waiman Long , Ingo Molnar , Will Deacon , Michael Ellerman Subject: Re: [RFC v2 6/7] powerpc: atomic: Make atomic{,64}_xchg and xchg a full barrier Message-ID: <20151002052542.GZ3816@twins.programming.kicks-ass.net> References: <1442418575-12297-1-git-send-email-boqun.feng@gmail.com> <1442418575-12297-7-git-send-email-boqun.feng@gmail.com> <20151001122802.GR2881@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 02, 2015 at 07:19:04AM +0800, Boqun Feng wrote: > Hi Peter, > > Please forgive me for the format of my reply. I'm travelling, > and replying from my phone. > > 2015年10月1日 下午7:28,"Peter Zijlstra" 写道: > > > > On Wed, Sep 16, 2015 at 11:49:34PM +0800, Boqun Feng wrote: > > > According to memory-barriers.txt, xchg and its atomic{,64}_ versions > > > need to imply a full barrier, however they are now just RELEASE+ACQUIRE, > > > which is not a full barrier. > > > > > > So remove the definition of xchg(), and let __atomic_op_fence() build > > > the full-barrier versions of these operations. > > > > Do you want to do a patch for -stable fixing the current implementation? > > Good idea! I didn't think of this before, and I'd love to do the patch, > but thing is that I'm not able to use my laptop until Oct 10th. > I will send the patch once I'm back. > Does that work for you? Sure, no hurry.