Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp937413imm; Wed, 4 Jul 2018 08:29:29 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeztBx/8tKCQUbyG7DEC8RwIMt9UlxyCnCUx0on52tjJSe35Z+MkNPr4tuoabu6gX9CvV/Y X-Received: by 2002:a62:c0c4:: with SMTP id g65-v6mr2659176pfk.72.1530718169028; Wed, 04 Jul 2018 08:29:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530718169; cv=none; d=google.com; s=arc-20160816; b=DSN7hygJNq1/dfm/axdaSQhreXUKTe9gpAHaGs002FBO16KsSszr7SDciVENre/EHi lfLFtPIo8DORkk2vrzwBVAt55d8WxrGkDV0XpzZPNLZCwxEANi59sxi9Fu7joa2QuOK4 mjla3MKMsvlQEQUVmZIg3Vu2yYXCD2wMmGSVNaNwmV9mmy2RVZdsLj+nd8Xy2RbyeUDr WRodluqGwWKtlI3uvx+FD5k26ftmh8HoLgGjhsPhrp38XcqwLLnDLgpVY8yz2u1HhLUH JA10uQCNKgtwVL+i8pjl2iiVq884T7n1sfh1I11lC3UKCaqKyKzPHBRR+cLmzVCJu+GL Wu1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=cF9SJfM9qB/ZEAwdd4U4ySkloqkITWsVfHNlD/ZxI4Y=; b=tMmmNoe/5FUs87m1PeauxlpwAP/ABFeYIX3EPw6Y8O2LwsQyPl9nM9kjL6w8fWut0t 1VjLvfbndYWk7prjU513emiTsh2qbh3/cYJxWSDdcUtarIQVmN1JSXow3anRc/T7BFwG D9zSfIRwmgYzFfHDD4p2n7Bs1+JgZcTgMOcsahwMhTMj4O7Pjd1+IV4D0OCYYfskMSee X4A/eTZEh56cy7L2ClCds899LaucZtcn1X09JhlTLTyST41ahwkm01P4Ax6FbTIHhq85 pc5YwnjLB233CRjPtc2e0FKG0/5OLeYkHABl7H01Z03g4zPNtFGuBgMi+IxWm5aHUzZF RkDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l81-v6si4118471pfa.368.2018.07.04.08.29.14; Wed, 04 Jul 2018 08:29:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753158AbeGDP2J (ORCPT + 99 others); Wed, 4 Jul 2018 11:28:09 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:39354 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753131AbeGDP2H (ORCPT ); Wed, 4 Jul 2018 11:28:07 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 90AA918A; Wed, 4 Jul 2018 08:28:07 -0700 (PDT) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 621DA3F5AD; Wed, 4 Jul 2018 08:28:07 -0700 (PDT) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id 5A2861AE189D; Wed, 4 Jul 2018 16:28:47 +0100 (BST) Date: Wed, 4 Jul 2018 16:28:47 +0100 From: Will Deacon To: Mark Rutland Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, boqun.feng@gmail.com Subject: Re: [PATCHv2 08/11] atomics: switch to generated fallbacks Message-ID: <20180704152846.GL4828@arm.com> References: <20180625105952.3756-1-mark.rutland@arm.com> <20180625105952.3756-9-mark.rutland@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180625105952.3756-9-mark.rutland@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 25, 2018 at 11:59:49AM +0100, Mark Rutland wrote: > As a step to ensuring the atomic* APIs are consistent, switch to fallbacks > generated by gen-atomic-fallback.sh. > > These are checked in rather than generated with Kbuild, since: > > * This allows inspection of the atomics with git grep and ctags on a > pristine tree, which Linus strongly prefers being able to do. > > * The fallbacks are not expected to change very often, and are not > affected by machine details or configuration options, so regenerating > them for *every* build is somewhat wasteful. > > * These are included by files required *very* early in the build process > (e.g. for generating bounds.h), and we'd rather not complicate the > top-level Kbuild file. Would it be worth checking that the generated output from the script doesn't differ from the file in tree at some point during the build, and issuing a warning if they do? Will