From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751478AbdJ1PAw (ORCPT ); Sat, 28 Oct 2017 11:00:52 -0400 Received: from conssluserg-06.nifty.com ([210.131.2.91]:18226 "EHLO conssluserg-06.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbdJ1PAs (ORCPT ); Sat, 28 Oct 2017 11:00:48 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com v9SF0eJr003482 X-Nifty-SrcIP: [209.85.161.172] X-Google-Smtp-Source: ABhQp+RWESKwvOKmUrKhNNA4n9MPc8wxf7qj6crli85LD3/2pcIG9HUbpE3d4L0u+3pNRRKb9jTFYUgxfMBZlYrXICg= MIME-Version: 1.0 In-Reply-To: References: <20171026201744.89744-1-ndesaulniers@google.com> From: Masahiro Yamada Date: Sat, 28 Oct 2017 23:59:59 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] kbuild: fix linker feature test macros when cross compiling with Clang To: Nick Desaulniers Cc: Linux Kbuild mailing list , Michael Davidson , Greg Hackmann , Pirama Arumuga Nainar , Ingo Molnar , Matthias Kaehlcke , Arnd Bergmann , Mark Charlebois , Cao jin , Marcin Nowakowski , Josh Poimboeuf , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2017-10-28 3:28 GMT+09:00 Nick Desaulniers : > + linux-kbuild@vger.kernel.org > > On Fri, Oct 27, 2017 at 4:20 AM, Masahiro Yamada > wrote: >> I do not like to add $(CLANG_TARGET) to a place for common helpers. >> Instead of $(CLANG_TARGET), please add >> $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) >> to cc-ldoption and ld-option. > > Thanks for the review. I agree that sounds like a better option. > >> I have two requests next time: >> - please include linux-kbuild@vger.kernel.org in your To list > > Sure thing. scripts/get_maintainer.pl does not recommend that list for > this file; is there a way to explicitly add that list to the > recommendation for that source file? Ah, I realized MAINTAINERS does not claim the maintainership of this file. There are so many misc scripts in scripts/, so I hesitate to add scripts/* pattern to MAINTAINERS. >> - please base your patch on linux-kbuild/kbuild branch > > Will do. Do I need to note it's based off that branch? Otherwise wont > 0-day bot complain that my patch doesn't apply/build on torvalds/linux > ? I am not sure in which case the 0-day bot complain about it. Now, I applied v2. If the bot find a problem, it will send us a report. -- Best Regards Masahiro Yamada