Issue metadata
Sign in to add a comment
|
binutils support for `.arch_extension lse` assembler directive |
||||||||||||||||||||||||
Issue descriptionFollow up to https://bugs.chromium.org/p/chromium/issues/detail?id=865188. We get a kernel build failure using older versions of binutils that don't understand the `.arch_extension lse` assembler directive. This prevents the use of CONFIG_ARM64_LSE_ATOMICS.
,
Oct 29
Sorry, I was wrong. It looks like https://github.com/ClangBuiltLinux/linux/commit/0f0e8de334c54c38818a4a5390a39aa09deff5bf needs to be backported to stable. I will send it.
,
Oct 29
Submitted to stable. https://www.spinics.net/lists/stable/msg264409.html: [PATCH] kbuild: set no-integrated-as before incl. arch Makefile https://www.spinics.net/lists/stable/msg264410.html: [PATCH] arm64: lse: remove -fcall-used-x0 flag
,
Oct 29
,
Nov 27
first patch has been backported to at least 4.14: https://lkml.org/lkml/2018/10/25/581 second patch has been backported + landed back to 4.9: https://www.spinics.net/lists/stable/msg266842.html |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by mka@chromium.org
, Oct 23Owner: cmt...@chromium.org