From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6D33633CA for ; Wed, 2 Mar 2022 23:11:01 +0000 (UTC) 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=QvHwqcPwkZTykh909qxW7OL2Ilw0hy11RsbkbuYKuhE=; b=UsztW02yyvR/LKp62WuXbHExEs x2G0bWabx6fVVB9yk0dBZqtz0pShoV4e0vvUMjBCeXGPq+a8MvZVPHKOWHqLa9nqjFJqLZF5se9s1 tMa7EUGNluTpW7bUJ4Ug2LpKo4ZYPIjOIvo3dTdyr1NXCIXOc+9tIrYsXGCrJzcl7ftPNFRMRFOET opdApGAfIxPJW+1uXE5uZdmYwGKLcjk3xQGxIPF4odZ0kLJUkYIvxhHcwbo50LHkNKKe3OGrkPHgs mG6L8TCUltyQ7muTFsya017FVx89uWzFPdh0MedCpFgpc9Ty7TJCjVXl33Z8A2JkpqrZ4mdgPLFGt dl3wTvrA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPY6s-00EjSF-7X; Wed, 02 Mar 2022 23:10:24 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 1E6A7300230; Thu, 3 Mar 2022 00:10:15 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id CA92B20610E5A; Thu, 3 Mar 2022 00:10:15 +0100 (CET) Date: Thu, 3 Mar 2022 00:10:15 +0100 From: Peter Zijlstra To: Nathan Chancellor Cc: Nick Desaulniers , keescook@chromium.org, x86@kernel.org, joao@overdrivepizza.com, hjl.tools@gmail.com, jpoimboe@redhat.com, andrew.cooper3@citrix.com, linux-kernel@vger.kernel.org, samitolvanen@google.com, mark.rutland@arm.com, alyssa.milburn@intel.com, mbenes@suse.cz, rostedt@goodmis.org, mhiramat@kernel.org, alexei.starovoitov@gmail.com, Masahiro Yamada , Linux Kbuild mailing list , llvm@lists.linux.dev Subject: Re: [PATCH v2 01/39] kbuild: Fix clang build Message-ID: References: <20220224145138.952963315@infradead.org> <20220224151322.072632223@infradead.org> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Mar 02, 2022 at 02:15:45PM -0700, Nathan Chancellor wrote: > Peter, is this approach okay with you? If so, would you like to be > co-author or should I use a suggested-by tag? Yeah, this helps lots. Suggested-by seems fine. Thanks!