From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbbJNIGa (ORCPT ); Wed, 14 Oct 2015 04:06:30 -0400 Received: from casper.infradead.org ([85.118.1.10]:48324 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbbJNIGV (ORCPT ); Wed, 14 Oct 2015 04:06:21 -0400 Date: Wed, 14 Oct 2015 10:06:13 +0200 From: Peter Zijlstra To: Boqun Feng Cc: Michael Ellerman , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ingo Molnar , Benjamin Herrenschmidt , Paul Mackerras , Thomas Gleixner , Will Deacon , "Paul E. McKenney" , Waiman Long , Davidlohr Bueso , stable@vger.kernel.org Subject: Re: [PATCH RESEND v3 1/6] powerpc: atomic: Make *xchg and *cmpxchg a full barrier Message-ID: <20151014080613.GP17308@twins.programming.kicks-ass.net> References: <1444659246-24769-1-git-send-email-boqun.feng@gmail.com> <1444660220-25559-1-git-send-email-boqun.feng@gmail.com> <1444781400.12197.4.camel@ellerman.id.au> <20151014005134.GE23991@fixme-laptop.cn.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151014005134.GE23991@fixme-laptop.cn.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 Wed, Oct 14, 2015 at 08:51:34AM +0800, Boqun Feng wrote: > On Wed, Oct 14, 2015 at 11:10:00AM +1100, Michael Ellerman wrote: > > Thanks for fixing this. In future you should send a patch like this as a > > separate patch. I've not been paying attention to it because I assumed it was > > Got it. However, here is the thing, in previous version, this fix > depends on some of other patches in this patchset. So to make this fix > applied cleanly, I reorder my patchset to put this patch first, and the > result is that some of other patches in this patchset depends on > this(they need to remove code modified by this patch). > > So I guess I'd better to stop Cc stable for this one, and wait until > this patchset merged and send a separate patch for -stable tree. Does > that work for you? I think this is what Peter want to suggests me to do > when he asked me about this, right, Peter? I don't think I had explicit thoughts about any of that, just that it might make sense to have this patch not depend on the rest such that it could indeed be stuffed into stable. I'll leave the details up to Michael since he's PPC maintainer.