Re: [PATCH 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

2017-11-30 Thread Ard Biesheuvel
On 29 November 2017 at 23:44, Sami Tolvanen wrote: > All current versions of GNU gold crash when linking kernel modules > with ARM64_MODULE_PLTS due to a known bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=14592 > > To work around the problem, this change

Re: [PATCH 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

2017-11-30 Thread Ard Biesheuvel
On 29 November 2017 at 23:44, Sami Tolvanen wrote: > All current versions of GNU gold crash when linking kernel modules > with ARM64_MODULE_PLTS due to a known bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=14592 > > To work around the problem, this change removes NOLOAD from .plt >

[PATCH 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

2017-11-29 Thread Sami Tolvanen
All current versions of GNU gold crash when linking kernel modules with ARM64_MODULE_PLTS due to a known bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14592 To work around the problem, this change removes NOLOAD from .plt and .init.plt. Signed-off-by: Sami Tolvanen

[PATCH 7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS

2017-11-29 Thread Sami Tolvanen
All current versions of GNU gold crash when linking kernel modules with ARM64_MODULE_PLTS due to a known bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14592 To work around the problem, this change removes NOLOAD from .plt and .init.plt. Signed-off-by: Sami Tolvanen ---