[PATCH 10/15] arm64: disable ARM64_ERRATUM_843419 for clang LTO
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-09 18:55:03
Also in:
lkml
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-09 18:55:03
Also in:
lkml
On Fri, Nov 03, 2017 at 08:13:20PM +0000, Ard Biesheuvel wrote:
I wonder it makes sense to disable such relocations entirely when we enable this erratum. If the toolchain does not generate them, they shouldn't occur in the first place, and having this dependency here seems awkward as well.
I agree. Unless someone objects, I'll replace this in v2 with a patch that leaves the relocations in module.c even when the erratum is selected. Sami