LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Matthias Kaehlcke <mka@chromium.org>
To: Sedat Dilek <sedat.dilek@gmail.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
Arnd Bergmann <arnd@arndb.de>, JF Bastien <jfb@google.com>,
Nick Desaulniers <nick.desaulniers@gmail.com>
Subject: Re: Clang patch stacks for LTS kernels (v4.4 and v4.9) and status update
Date: Mon, 23 Apr 2018 10:42:24 -0700 [thread overview]
Message-ID: <20180423174224.GA243180@google.com> (raw)
In-Reply-To: <CA+icZUUPGQsRWpdmASzPQAdjmSFmhBwPKGh_CO65C9ot9+nOSQ@mail.gmail.com>
Hi Sedat,
On Mon, Apr 23, 2018 at 03:56:41PM +0200, Sedat Dilek wrote:
> [ CC Nick ]
> [ CC Arnd ]
> [ CC JF ]
> I wrote some early documentation (wiki) and tested/booted a
> clang-compiled kernel on x86-64 bare metal.
> The project was called "lll-project" these days.
> The followup - LLVMlinux project - seems to be somehow dead?
Yes, I think it stalled in 2014 or so. There is still a mailing list
with very occasional traffic.
> After reading your posting, I got really excited and had a quick look
> over the Linux v4.9.y-LTS patch-stack with additional stuff:
>
> $ git fetch https://chromium.googlesource.com/chromiumos/third_party/kernel
> refs/sandbox/mka/llvm/v4.9_ext
> $ git checkout -b llvm_v4.9_ext FETCH_HEAD
>
> I like your commit subjects and messages.
>
> Before starting to compile I have some questions, I hope you can answer them.
>
> [ CLANG-VERSION ]
>
> Here on Debian/testing (will get Version 10 with codename "buster")
> AMD64 I have the choice of installing CLANG v4.0.1, v5.0.1 and v6.0.0.
> As you point out LLVM/CLANG v5.0 or higher are a good and faster
> choice than v4.0.
> Using CLANG >= 5.0 makes the *CLANG* patch-series obsolete?
Correct, preferably use clang v6 or newer.
> [ REFRESH PATCH-STACK ]
>
> What about the *FROMGIT* and *CUSTOM* patch-series?
> Are they in upstream in the meantime?
CUSTOM patches address issues in older kernels that have been fixed
upstream in a different, not easily backportable way. They will never
land in upstream.
FROMGIT patches should eventually land upstream, since they were taken
from a maintainer tree.
The commit message includes the upstream git hash, so you can easily
check if it has landed (though in some cases the hash changes ...)
> If yes, will you refresh this v4.9.y-LTS patch-stack?
I eventually will, the two FROMGIT patches are relatively recent, and
respinning the trees just to update the tags isn't one of my
priorities.
> [ ASM-GOTO ]
>
> Foremore, I have seen you have a "refs/sandbox/mka/llvm/v4.14" Git branch.
> Linux v4.14 is also an LTS release.
Yes, there is also a follow up post:
https://lkml.org/lkml/2017/11/22/943
> After Linux v4.9 "asm-goto" support was added which is GCC specific.
asm-goto was optional until a few weeks ago, when x86 maintainers
decided to make it mandatory, and thus break clang builds for x86:
https://lkml.org/lkml/2018/4/2/486
> Is there a workaround to compile Linux-kernel with any CLANG
> version?
You could revert the patch that makes asm-goto mandatory.
> You happen to know the status in LLVM upstream?
I know people are actively working on this, but don't know an ETA.
> [ X86-EFLAGS/IF ]
>
> AFAICS, I remember an EFLAGS/IF problem on X86 and interrupt handling.
> You happen to know if this is fixed in LLVM upstream?
> Some LLVM developers were interested in fixing this.
> Can you comment on this, JF (we had some email conversation in private in 2016)?
Yes, this has been fixed recently:
https://bugs.llvm.org/show_bug.cgi?id=36028
Cheers
Matthias
next prev parent reply other threads:[~2018-04-23 17:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 13:56 Sedat Dilek
2018-04-23 17:42 ` Matthias Kaehlcke [this message]
2018-04-24 11:54 ` Sedat Dilek
2018-04-24 23:06 ` Matthias Kaehlcke
2018-05-06 7:42 ` Sedat Dilek
2018-05-06 8:16 ` Sedat Dilek
2018-05-07 17:49 ` Matthias Kaehlcke
2018-05-07 19:37 ` Sedat Dilek
2018-05-11 11:52 ` Sedat Dilek
2018-05-18 22:54 ` Nick Desaulniers
2018-05-22 7:11 ` Sedat Dilek
2018-05-22 7:39 ` Sedat Dilek
2018-05-22 8:04 ` Sedat Dilek
2018-05-22 8:49 ` Sedat Dilek
2018-05-22 10:16 ` Sedat Dilek
2018-05-22 12:05 ` Sedat Dilek
2018-05-22 12:17 ` Sedat Dilek
2018-05-22 14:55 ` Sedat Dilek
2018-05-06 6:35 ` Sedat Dilek
2018-05-06 7:41 ` Dmitry Vyukov
2018-05-06 7:58 ` Sedat Dilek
-- strict thread matches above, loose matches on Subject: below --
2017-08-22 23:13 Matthias Kaehlcke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180423174224.GA243180@google.com \
--to=mka@chromium.org \
--cc=arnd@arndb.de \
--cc=jfb@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nick.desaulniers@gmail.com \
--cc=sedat.dilek@gmail.com \
--subject='Re: Clang patch stacks for LTS kernels (v4.4 and v4.9) and status update' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).