From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162081AbcFHNdf (ORCPT ); Wed, 8 Jun 2016 09:33:35 -0400 Received: from merlin.infradead.org ([205.233.59.134]:57809 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcFHNdd (ORCPT ); Wed, 8 Jun 2016 09:33:33 -0400 Date: Wed, 8 Jun 2016 15:32:42 +0200 From: Peter Zijlstra To: Ingo Molnar Cc: Vineet Gupta , "torvalds@linux-foundation.org" , "tglx@linutronix.de" , "will.deacon@arm.com" , "paulmck@linux.vnet.ibm.com" , "boqun.feng@gmail.com" , "waiman.long@hpe.com" , "fweisbec@gmail.com" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "rth@twiddle.net" , "linux@arm.linux.org.uk" , "egtvedt@samfundet.no" , "realmz6@gmail.com" , "ysato@users.sourceforge.jp" , "rkuo@codeaurora.org" , "tony.luck@intel.com" , "geert@linux-m68k.org" , "james.hogan@imgtec.com" , "ralf@linux-mips.org" , "dhowells@redhat.com" , "jejb@parisc-linux.org" , "mpe@ellerman.id.au" , "schwidefsky@de.ibm.com" , "dalias@libc.org" , "davem@davemloft.net" , "cmetcalf@mellanox.com" , "jcmvbkbc@gmail.com" , "arnd@arndb.de" , "dbueso@suse.de" , "fengguang.wu@intel.com" Subject: Re: [PATCH -v2 00/33] implement atomic_fetch_$op Message-ID: <20160608133242.GS30154@twins.programming.kicks-ass.net> References: <20160531101925.702692792@infradead.org> <20160602093304.GX3190@twins.programming.kicks-ass.net> <20160608124312.GA30927@twins.programming.kicks-ass.net> <20160608125530.GB11563@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160608125530.GB11563@gmail.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 08, 2016 at 02:55:30PM +0200, Ingo Molnar wrote: > I'd much prefer to have all of these in the locking tree (i.e. tip:locking/core), > to make it less painful all around. All the fetch_op stuff, yes certainly. But Vineet wanted to munge arch/arc/include/asm/atomic.h a bit in 4.7, which would make applying the arc fetch_op patch tricky.