From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave@stgolabs.net (Davidlohr Bueso) Date: Wed, 7 Oct 2015 07:36:58 -0700 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: <20151007143658.GA3353@linux-uzut.site> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 07 Oct 2015, 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 Thanks for following up with this! Acked-by: Davidlohr Bueso From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754643AbbJGOhN (ORCPT ); Wed, 7 Oct 2015 10:37:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:58622 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754434AbbJGOhL (ORCPT ); Wed, 7 Oct 2015 10:37:11 -0400 Date: Wed, 7 Oct 2015 07:36:58 -0700 From: Davidlohr Bueso To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, peterz@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: <20151007143658.GA3353@linux-uzut.site> References: <1444227038-12533-1-git-send-email-will.deacon@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1444227038-12533-1-git-send-email-will.deacon@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 07 Oct 2015, 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 Thanks for following up with this! Acked-by: Davidlohr Bueso