Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966284AbcCPIar (ORCPT ); Wed, 16 Mar 2016 04:30:47 -0400 Received: from [198.137.202.9] ([198.137.202.9]:59403 "EHLO bombadil.infradead.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S933898AbcCPIam (ORCPT ); Wed, 16 Mar 2016 04:30:42 -0400 Date: Wed, 16 Mar 2016 09:29:23 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Linus Torvalds , Linux Kernel Mailing List , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Thomas Gleixner , Andrew Morton Subject: Re: [PATCH v2] atomic: Fix bugs in 'fetch_or()' and rename it to 'xchg_or()' Message-ID: <20160316082923.GT6344@twins.programming.kicks-ass.net> References: <20160314123200.GA15971@gmail.com> <20160315093245.GA7943@gmail.com> <20160315122145.GA7225@gmail.com> <20160315132623.GZ6344@twins.programming.kicks-ass.net> <20160316080437.GA31133@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160316080437.GA31133@gmail.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 Content-Length: 272 Lines: 8 On Wed, Mar 16, 2016 at 09:04:37AM +0100, Ingo Molnar wrote: > atomic_fetch_or() > atomic_fetch_and() > atomic_fetch_not() Sure we can go add those. I have a flight scheduled early next month, I'll try and have a go at adding all the fetch_$op variants to all arches.