From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752728AbbIOMsM (ORCPT ); Tue, 15 Sep 2015 08:48:12 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:55031 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751477AbbIOMsL (ORCPT ); Tue, 15 Sep 2015 08:48:11 -0400 Date: Tue, 15 Sep 2015 14:48:00 +0200 From: Peter Zijlstra To: "Paul E. McKenney" Cc: Davidlohr Bueso , Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH -tip 2/3] sched/wake_q: Relax to acquire semantics Message-ID: <20150915124800.GB16853@twins.programming.kicks-ass.net> References: <1442216244-4409-1-git-send-email-dave@stgolabs.net> <1442216244-4409-2-git-send-email-dave@stgolabs.net> <20150914123241.GR18489@twins.programming.kicks-ass.net> <20150914210806.GG19736@linux-q0g1.site> <20150915094949.GA16853@twins.programming.kicks-ass.net> <20150915095512.GA18673@twins.programming.kicks-ass.net> <20150915124142.GF4029@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150915124142.GF4029@linux.vnet.ibm.com> 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 Tue, Sep 15, 2015 at 05:41:42AM -0700, Paul E. McKenney wrote: > > Never mind, the PPC people will implement this with lwsync and that is > > very much not transitive IIRC. > > I am probably lost on context, but... > > It turns out that lwsync is transitive in special cases. One of them > is a series of release-acquire pairs, which can extend indefinitely. > > Does that help in this case? Probably not, but good to know. I still don't think we want to rely on ACQUIRE/RELEASE being transitive in general though.