Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp4487767ybl; Mon, 26 Aug 2019 11:08:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqyQeYtrSHnLKSFDuj3O+P93SO4nEl3ANZxPtxV+tCp5qRIAeo4WeBqTTPejQZY9ezNS8LkT X-Received: by 2002:a17:90a:23d0:: with SMTP id g74mr21944799pje.115.1566842904906; Mon, 26 Aug 2019 11:08:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566842904; cv=none; d=google.com; s=arc-20160816; b=Wra+IIfHfZBov4UU8W10VrXk4nzesNpANdCf0dlaVLrvInehiAzIrKO1zqsGcF49x8 ghGWhDb61Bpfm04ULFXzlFWDG+3bHH1UGA97PINfGIQ7Ym93fuz1sOP4kKTmckzBvNSH CqttWclP+VXM1f9qh1AesB0KqiixdBvLvgSrIGqHM8lDTvoPHU7B/1LJGYGr0hJWmwRO yOqwJI73qBZeZJFldgi8lG4xZzPRmZJMud+3K1E7dkS8nSTWCF4uif/4gQG17EmkwOEU /aq3wRiS1m0lkm/Dti3r8RXA1Io2BXBj7QGWR5OOHYhtysOFWKMIcMjd3vnxsPsFnIqq Cw7Q== 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=S6IJrNEAtCXfhq62sejv6ocuRa4Q361paQLqCRcmroQ=; b=KttwD4ITFTM6Yy6MtzggR8cdqNcnGdeXiVo2KZrGVupAXWKNGuS4I7YSDmlDy0q5iF SsE9LUQ7SuG+hXBSqxcWlYlqwpIRBU5RnAcpZeA7EB/WVx9uoTRlnXI+csR9h2DHNwvF R+dQtNaY3GbCkPUlUBifch/X1CBuJUVjHGAIZoj1CSIs6kjJ77ituUiXIaBmjb8lG/7P jgJ/CKYTghDiysDw2ejCl975KU0Ejhxf6256uNIG/4eQgw2/k9vzODGt3tYtbyI3wUHS +mzClbMsJEM8vm/aBTDSukBdSta5z19Yvl2mJWtfnx8oG2SsqTysEkHaD2I4KdogT6RR vKxQ== 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 o21si8423141pll.169.2019.08.26.11.08.09; Mon, 26 Aug 2019 11:08:24 -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 S1732699AbfHZQUZ (ORCPT + 99 others); Mon, 26 Aug 2019 12:20:25 -0400 Received: from muru.com ([72.249.23.125]:58680 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731965AbfHZQUZ (ORCPT ); Mon, 26 Aug 2019 12:20:25 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6611780AA; Mon, 26 Aug 2019 16:20:53 +0000 (UTC) Date: Mon, 26 Aug 2019 09:20:21 -0700 From: Tony Lindgren To: Masahiro Yamada Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap2: move platform-specific asm-offset.h to arch/arm/mach-omap2 Message-ID: <20190826162021.GW52127@atomide.com> References: <20190823025808.11875-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190823025808.11875-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Masahiro Yamada [190822 19:59]: > is only generated and included by > arch/arm/mach-omap2/, so it does not need to reside in the globally > visible include/generated/. > > I renamed it to arch/arm/mach-omap2/pm-asm-offsets.h since the prefix > 'ti-' is just redundant in mach-omap2/. > > 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 ti-pm-asm-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 ti-pm-asm-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 > ti-pm-asm-offsets.h. This is not nice from the build system point > of view. > > - If ti-pm-asm-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 > Tested-by: Keerthy Applying into omap-for-v5.4/soc thanks. The commit is on top of v5.3-rc1 so it can be merged into other branches if needed after it's been sitting in Linux next for few days with no issues. Regards, Tony