Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbdFIHVO (ORCPT ); Fri, 9 Jun 2017 03:21:14 -0400 Received: from merlin.infradead.org ([205.233.59.134]:56732 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751537AbdFIHVL (ORCPT ); Fri, 9 Jun 2017 03:21:11 -0400 Date: Fri, 9 Jun 2017 09:20:36 +0200 From: Peter Zijlstra To: Manfred Spraul Cc: Davidlohr Bueso , "Reshetova, Elena" , Christoph Hellwig , Kees Cook , "linux-kernel@vger.kernel.org" , "Eric W. Biederman" , Andrew Morton , Josh Poimboeuf , Jann Horn , Eric Biggers , Hans Liljestrand , David Windsor , Greg KH , Ingo Molnar , Alexey Dobriyan , "Serge E. Hallyn" , "arozansk@redhat.com" , "axboe@kernel.dk" , James Bottomley , "x86@kernel.org" , Ingo Molnar , Arnd Bergmann , "David S. Miller" , Rik van Riel , linux-arch Subject: Re: [PATCH v2] refcount: Create unchecked atomic_t implementation Message-ID: <20170609072036.GK8337@worktop.programming.kicks-ass.net> References: <20170608025831.GA43608@beast> <20170608065809.GC14568@infradead.org> <2236FBA76BA1254E88B949DDB74E612B6FF0E5C7@IRSMSX102.ger.corp.intel.com> <20170608200931.GC2464@linux-80c1.suse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 370 Lines: 13 On Fri, Jun 09, 2017 at 06:24:04AM +0200, Manfred Spraul wrote: > Hi Davidlohr, > > On 06/08/2017 10:09 PM, Davidlohr Bueso wrote: > > > >Yes, this would be a prerequisite for ipc; which I initially thought > >didn't > >take a performance hit. > > > Did you see a regression for ipc? I'd be most interested in having a benchmark that shows a regression. Please share.