Re: [PATCH v3] arm64: Allow user selection of ARM64_MODULE_PLTS

2019-06-26 Thread Florian Fainelli
On 6/25/19 1:29 AM, Catalin Marinas wrote: > On Mon, Jun 17, 2019 at 03:29:59PM -0700, Florian Fainelli wrote: >> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >> index 697ea0510729..9206feaeff07 100644 >> --- a/arch/arm64/Kconfig >> +++ b/arch/arm64/Kconfig >> @@ -1418,8 +1418,26 @@ config

Re: [PATCH v3] arm64: Allow user selection of ARM64_MODULE_PLTS

2019-06-25 Thread Catalin Marinas
On Mon, Jun 17, 2019 at 03:29:59PM -0700, Florian Fainelli wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 697ea0510729..9206feaeff07 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -1418,8 +1418,26 @@ config ARM64_SVE > KVM in the same kernel image.

Re: [PATCH v3] arm64: Allow user selection of ARM64_MODULE_PLTS

2019-06-18 Thread Will Deacon
On Mon, Jun 17, 2019 at 03:29:59PM -0700, Florian Fainelli wrote: > Make ARM64_MODULE_PLTS a selectable Kconfig symbol, since some people > might have very big modules spilling out of the dedicated module area > into vmalloc. Help text is copied from the ARM 32-bit counterpart and > modified to a

[PATCH v3] arm64: Allow user selection of ARM64_MODULE_PLTS

2019-06-17 Thread Florian Fainelli
Make ARM64_MODULE_PLTS a selectable Kconfig symbol, since some people might have very big modules spilling out of the dedicated module area into vmalloc. Help text is copied from the ARM 32-bit counterpart and modified to a mention of KASLR and specific ARM errata workaround(s). Signed-off-by: