From mboxrd@z Thu Jan 1 00:00:00 1970 From: peterz@infradead.org (Peter Zijlstra) Date: Wed, 7 Oct 2015 16:16:19 +0200 Subject: [PATCH -tip] ARM: atomics: implement _relaxed variants of atomic[64]_{inc,dec} In-Reply-To: <1444227038-12533-1-git-send-email-will.deacon@arm.com> References: <1444227038-12533-1-git-send-email-will.deacon@arm.com> Message-ID: <20151007141619.GH3816@twins.programming.kicks-ass.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Oct 07, 2015 at 03:10:38PM +0100, Will Deacon wrote: > Now that the core code supports acquire/release/relaxed versions of > the atomic_inc family, implement only the _relaxed flavours in the ARM > backend so that we get all of the others for free. > > Cc: Davidlohr Bueso > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Signed-off-by: Will Deacon > --- > > This sits on top of tip/locking/core and it would be great to have it > queued there. Thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754120AbbJGOQZ (ORCPT ); Wed, 7 Oct 2015 10:16:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46214 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752201AbbJGOQY (ORCPT ); Wed, 7 Oct 2015 10:16:24 -0400 Date: Wed, 7 Oct 2015 16:16:19 +0200 From: Peter Zijlstra To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Davidlohr Bueso , Thomas Gleixner Subject: Re: [PATCH -tip] ARM: atomics: implement _relaxed variants of atomic[64]_{inc,dec} Message-ID: <20151007141619.GH3816@twins.programming.kicks-ass.net> References: <1444227038-12533-1-git-send-email-will.deacon@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444227038-12533-1-git-send-email-will.deacon@arm.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 07, 2015 at 03:10:38PM +0100, Will Deacon wrote: > Now that the core code supports acquire/release/relaxed versions of > the atomic_inc family, implement only the _relaxed flavours in the ARM > backend so that we get all of the others for free. > > Cc: Davidlohr Bueso > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Signed-off-by: Will Deacon > --- > > This sits on top of tip/locking/core and it would be great to have it > queued there. Thanks!