Re: [PATCH 10/15] arm64: disable ARM64_ERRATUM_843419 for clang LTO

From: Sami Tolvanen
Date: Thu Nov 09 2017 - 13:55:06 EST


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