From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752178AbeFENbQ (ORCPT ); Tue, 5 Jun 2018 09:31:16 -0400 Received: from merlin.infradead.org ([205.233.59.134]:35802 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752036AbeFENbO (ORCPT ); Tue, 5 Jun 2018 09:31:14 -0400 Date: Tue, 5 Jun 2018 15:31:01 +0200 From: Peter Zijlstra To: Dmitry Vyukov Cc: Mark Rutland , LKML , Boqun Feng , Will Deacon , Arnd Bergmann , Andrey Ryabinin , Alexander Potapenko , Greg Kroah-Hartman , Jiri Slaby , Andrea Parri Subject: Re: [PATCH 0/7] atomics: generate atomic headers Message-ID: <20180605133101.GM12258@hirez.programming.kicks-ass.net> References: <20180529180746.29684-1-mark.rutland@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 04, 2018 at 06:21:22PM +0200, Dmitry Vyukov wrote: > On Tue, May 29, 2018 at 8:07 PM, Mark Rutland wrote: > > While the diff stat looks like a huge addition, the scripting comes in > > at ~800 lines in total, including the fallback definitions, so we're > > removing ~1000 lines of hand-written code. At the same time, we fill in > > gaps in the atomic_long API, and the instrumented atomic wrappers. > Wow! Nice work! Indeed, looking good Mark, thanks!