From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDD5BC433EF for ; Sat, 14 May 2022 13:15:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232439AbiENNPM (ORCPT ); Sat, 14 May 2022 09:15:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbiENNPH (ORCPT ); Sat, 14 May 2022 09:15:07 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6630D3F30E for ; Sat, 14 May 2022 06:15:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xFDqi/OzLt6wpNBbKiyhLI5vmjCGd4oQdhixacvO4YI=; b=WBPnire/Y1DJnC1mwQJW80nNpA GfFDCXFAKGCug1gYqOerDeqBtGMHT2x3sIXPe4AvQ+aFgPdkMPlKM6VaEFnm2JGGFpyaT6mIoeLst dM+VbbR2viPnRvdrn+xHjNUoKY8WPh+bQzAjUnimbc+b5rNDF1p/nKLJnipUtfJ2TcBjsp7GUp09W VIhZJJbpVJQV/rlbmauZGG1j7VSw5F4H4hYFO0fbWXrdhgJr9RG4Kdp4kJFIWwmpHcM3ILH/Bdsj5 98KIla1SlXQKycg20ok8KfQR8sjE0ISDfGO7KxXrWW1d1enWYOLOtbjkpFZ5+fPbgpqNFDqulHExs SoWAyUFQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nprbf-000MZM-2x; Sat, 14 May 2022 13:14:51 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id DFA9D980BFF; Sat, 14 May 2022 15:14:48 +0200 (CEST) Date: Sat, 14 May 2022 15:14:48 +0200 From: Peter Zijlstra To: Masahiro Yamada Cc: Vincent Mailhol , Michal Marek , Nick Desaulniers , Linux Kernel Mailing List , Arnd Bergmann , Andy Shevchenko , Rikard Falkeborn , Andrew Morton , Kees Cook , Will Deacon Subject: Re: [RFC PATCH v2 2/2] kbuild: call check-atomics.sh only if prerequisites change Message-ID: <20220514131448.GL76023@worktop.programming.kicks-ass.net> References: <20220426155229.436681-1-mailhol.vincent@wanadoo.fr> <20220507131146.834810-1-mailhol.vincent@wanadoo.fr> <20220507131146.834810-3-mailhol.vincent@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 14, 2022 at 04:01:18AM +0900, Masahiro Yamada wrote: > I wrote a different patch. > https://lore.kernel.org/lkml/20220513185340.239753-1-masahiroy@kernel.org/T/#u I'm not seeing that in my inbox :-( AFAICT this way 'make tags' will not find and index the files, which is a total no-go. NAK