Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1270699ybl; Fri, 23 Aug 2019 16:37:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyhngG1OW40oGmhntOkj+dqPhtRRvOPcNfbwvhfzyMR0WCydDQgJ9ku+ZAw9tq/zTBSs2io X-Received: by 2002:a63:2006:: with SMTP id g6mr5959811pgg.287.1566603449644; Fri, 23 Aug 2019 16:37:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566603449; cv=none; d=google.com; s=arc-20160816; b=aLh0bWn2qrePD2ZdgmJV0yqLyNA8ArkJnVkg2IdvM9g6p7AWtc+0XZc0sT5c2Fb6e+ Z6o3efZ1a79HlCdextMeY4AENwOHuJ/HvrkOOXiH/17xqcMASWkab0n0E/cdOfDyK1+x jTayIbY2nlsiNWr4Y3ad7yFENCeUgP0V0ws7QYI23EcJSCNpniAga4mH/VGeItM4HCp6 vzD/BYPOdGNp7qmi27QdIn1xqQkQWOT2Gfl6YNuyFaytFuStH9cUN138i7AtgvEsiubb abCp9N57nC5RTjHfXlATADaHrqrC+co+TRkRVxp2AH/svpCQQNqzb8oHBIu0bH82R+qg feWw== 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; bh=J0J1L9hWX0M0GO5imNmPlcsuPIdxRsatHSM5gMnCEpU=; b=Le5iNKTZeLpj8S7AxkJ1AP8tkCAMyT+9St3Lf0EhWbR+VYnSKkAuDCCAekOe5YeG7X L1I9J9bjao6AdEyqPcSg94oBrfySz65Z5cPVZvb0oaEsneiAitpSmucYDldKpUdDa/BO Oc5n6Hl+lqmPx6sPok3juJ/jBDIGQdAE4jkNybuXWXbMFxgAhENNYhZ7DTFkLkNUIBOp UnaUqt9zG95i51oDIYQ/k2QAefrXTcKRvEg/ltGAcnW0AsL4dhLX2rQ25KCiFBGMeD2Y T7G65NRX5k/+pE406AdXvfkHAnTxiJh0gGZ2FiDy1VrPZ2X1R6Rve2rJbDR+Z9ZLhoE7 svKQ== 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 ay5si3548827pjb.7.2019.08.23.16.37.14; Fri, 23 Aug 2019 16:37:29 -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 S2391790AbfHWTud (ORCPT + 99 others); Fri, 23 Aug 2019 15:50:33 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39107 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387948AbfHWTud (ORCPT ); Fri, 23 Aug 2019 15:50:33 -0400 X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 17EB91BF205; Fri, 23 Aug 2019 19:50:30 +0000 (UTC) Date: Fri, 23 Aug 2019 21:50:30 +0200 From: Alexandre Belloni To: Masahiro Yamada Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91 Message-ID: <20190823195030.GD30479@piout.net> References: <20190823024346.591-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190823024346.591-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/08/2019 11:43:45+0900, Masahiro Yamada wrote: > is only generated and included by > arch/arm/mach-at91/, so it does not need to reside in the globally > visible include/generated/. > > I renamed it to arch/arm/mach-at91/pm_data-offsets.h since the prefix > 'at91_' is just redundant in mach-at91/. > > My main motivation of this change is to avoid the race condition for > the parallel build (-j) when CONFIG_IKHEADERS is enabled. > > When it is enabled, all the headers under include/ are archived into > kernel/kheaders_data.tar.xz and exposed in the sysfs. > > In the parallel build, we have no idea in which order files are built. > > - If at91_pm_data-offsets.h is built before kheaders_data.tar.xz, > the header will be included in the archive. Probably nobody will > use it, but it is harmless except that it will increase the archive > size needlessly. > > - If kheaders_data.tar.xz is built before at91_pm_data-offsets.h, > the header will not be included in the archive. However, in the next > build, the archive will be re-generated to include the newly-found > at91_pm_data-offsets.h. This is not nice from the build system point > of view. > > - If at91_pm_data-offsets.h and kheaders_data.tar.xz are built at the > same time, the corrupted header might be included in the archive, > which does not look nice either. > > This commit fixes the race. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mach-at91/.gitignore | 1 + > arch/arm/mach-at91/Makefile | 5 +++-- > arch/arm/mach-at91/pm_suspend.S | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-) > create mode 100644 arch/arm/mach-at91/.gitignore > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com