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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05256C35DEA for ; Tue, 25 Feb 2020 00:34:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCCBE218AC for ; Tue, 25 Feb 2020 00:34:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582590876; bh=1i89e8m22vyjmqlIe0Puigbrk2rXfTOFehZodgZbLlM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=n0pQRgFNBfnztHvDkiX86Khc80vLGGi7UKff0qzvk7cmd9cLrnVSMm7FFOju+odKV VYaNceCPPZIeZndcg2zLyqyy2D4Ys+4Gy9H4vp0PqpSxUrkmYwwnFbrg7nnUi/zp5g K5thqidlmfSfX7W0YM5QcHTFqrWr1fTMJcFuo4dQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728649AbgBYAef (ORCPT ); Mon, 24 Feb 2020 19:34:35 -0500 Received: from conssluserg-03.nifty.com ([210.131.2.82]:33654 "EHLO conssluserg-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727081AbgBYAef (ORCPT ); Mon, 24 Feb 2020 19:34:35 -0500 Received: from mail-vs1-f51.google.com (mail-vs1-f51.google.com [209.85.217.51]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 01P0YVll005755; Tue, 25 Feb 2020 09:34:31 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 01P0YVll005755 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1582590872; bh=YpOdnzakaY4kQ6Hq6dtj/GHqkEvETebfSIs9KOwQ0T8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=MZUmed1J+bg0P9U5cLP0KDe6EudILxSvAKJw93aRA8kbt7gBONA3BZALlWADR6BMF CMoxZ0Zza8pljSStpx6p+mJsqL7n2ioB/9jyi5yC0vNyPENvIYJzIHB9JTNs04dHKd 7YTmsLTA1MidiEi4e6xCeSSAuX9Wyp3LGAvw5grTTnEszGzqHwvztlv3oWfmetIWbq HeXx3W2D5WKu89rFhfppIQfw1N40xixjwx268uF3UDyb3PBR6gjPuH0PPRIEUJjB3k bvBgTdTqcUiHQxZSYjgSS5DitWQK+lkwNGqln821wX2MoRtyEqfL9o9XcffWgoDY/H VXWKV/It7RAxg== X-Nifty-SrcIP: [209.85.217.51] Received: by mail-vs1-f51.google.com with SMTP id 7so6921644vsr.10; Mon, 24 Feb 2020 16:34:31 -0800 (PST) X-Gm-Message-State: APjAAAWAsI/1uQgccafZxG2Jzj49ffkTDefg8HZ2BassJhbKEkK3u+qq RaHXCViQySy/JJRQRxfIWI9xnn+rQj8DZJb/sKI= X-Google-Smtp-Source: APXvYqzj10eMuqjbwrFRWiVgDyYJLfStG4A6MxApgJofjA494yCTfv1qpK+4fv08UMIGDzFcQ4drlbYAqmuqapAxg4M= X-Received: by 2002:a67:6485:: with SMTP id y127mr29738781vsb.54.1582590870771; Mon, 24 Feb 2020 16:34:30 -0800 (PST) MIME-Version: 1.0 References: <20200224174129.2664-1-ndesaulniers@google.com> In-Reply-To: <20200224174129.2664-1-ndesaulniers@google.com> From: Masahiro Yamada Date: Tue, 25 Feb 2020 09:33:54 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] Documentation/llvm: add documentation on building w/ Clang/LLVM To: Nick Desaulniers Cc: Jonathan Corbet , Kees Cook , Nathan Chancellor , Michal Marek , Linux Kbuild mailing list , "open list:DOCUMENTATION" , Linux Kernel Mailing List , clang-built-linux Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 25, 2020 at 2:41 AM Nick Desaulniers wrote: > > Added to kbuild documentation. Provides more official info on building > kernels with Clang and LLVM than our wiki. > > Suggested-by: Kees Cook > Reviewed-by: Nathan Chancellor > Signed-off-by: Nick Desaulniers > --- Perhaps, is it better to explicitly add it to MAINTAINERS? --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4118,6 +4118,7 @@ W: https://clangbuiltlinux.github.io/ B: https://github.com/ClangBuiltLinux/linux/issues C: irc://chat.freenode.net/clangbuiltlinux S: Supported +F: Documentation/kbuild/llvm.rst K: \b(?i:clang|llvm)\b CLEANCACHE API Thanks. -- Best Regards Masahiro Yamada