-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Plumbers / Kernel Summit 2018 #274
Comments
Looks solid to me. Do you know if there is going to be any recording? I'd love to watch the final result. |
@daxtens is here! |
They were recording. I suspect they'll be posted to LKF's YT channel after maybe a month's worth of latency? I'll probably copy my trip report here for folks, then close out this issue. |
Wonderful - I was so sorry to miss it!
|
Trip report:
I was able to talk more with Mark Rutland about the LTO patches we tried to upstream earlier this year. Turns out ARM maintainers boot their kernels at EL2, while for Pixel we only use EL1. That's why we (Google) could not reproduce the reported failures. Turns out the code has been rewritten anyways and Mark was able to boot a Clang built kernel in QEMU. He sent me what he tests for, so I need to add that to our CI. Ongoing thread with some folks about hardening these requirements maybe with a yet to be developed code model related compiler flag. Can probably try upstreaming LTO patches again. Kevin Hillman from Kernel-CI was super interested in getting builds with clang under CI. He showed me his super slick setup. He has programmatic relays for boards to power cycle them. They boot with a network stack in uboot. He can then push a kernel image, rootfs, and dtb and boot them. Then he can access the serial output, all remote. He was able to boot a clang built kernel on some board in the time we sat together. He was super interested in the ccache stuff we use, too. I sent in more info on that. Met Ramana Radhakrishnan from ARM working on GCC. Discussed SVE and compiler features. @gregkh mentioned sending the mbox files for 4.9 and 4.4. A group of us ate at a "poutinerie" and then had beers at "The Moose." |
Was your talk with Greg Hackmann recorded? [1] 2018 LLVM Developers' Meeting Videos on YouTube |
@dileks , yes. They sent an email announcement that it will show up on the linux plumbers yt channel when available. |
Hey, videos up on yt:
|
Hey, I'm at Linux Plumbers Conf which is colocated at Kernel Summit in Vancouver, BC, Canada.
Sorry for the short notice, but here are the slides we are going to present on Wednesday. Let me know if there's anything more I should add? Next year I can probably do a better job trying to collaborate.
We're the 3rd talk of the conf on clang! Linaro is doing two. @berolinaro and a BoF
The text was updated successfully, but these errors were encountered: