Re: [PATCH] ARM: VDSO: Drop implicit common-page-size linker flag

2019-04-24 Thread Nick Desaulniers
On Wed, Apr 24, 2019 at 6:45 AM Nathan Lynch wrote: > Arnd Bergmann writes: > > Acked-by: Arnd Bergmann > Acked-by: Nathan Lynch https://www.armlinux.org.uk/developer/patches/viewpatch.php?id=8859/1 -- Thanks, ~Nick Desaulniers

Re: [PATCH] ARM: VDSO: Drop implicit common-page-size linker flag

2019-04-24 Thread Nathan Lynch
Arnd Bergmann writes: > On Mon, Dec 10, 2018 at 11:32 PM wrote: >> >> GNU linker's -z common-page-size's default value is based on the target >> architecture. arch/arm/vdso/Makefile sets it to the architecture >> default, which is implicit and redundant. Drop it. >> >> Link: >>

Re: [PATCH] ARM: VDSO: Drop implicit common-page-size linker flag

2019-04-24 Thread Arnd Bergmann
On Mon, Dec 10, 2018 at 11:32 PM wrote: > > GNU linker's -z common-page-size's default value is based on the target > architecture. arch/arm/vdso/Makefile sets it to the architecture > default, which is implicit and redundant. Drop it. > > Link: >

Re: [PATCH] ARM: VDSO: Drop implicit common-page-size linker flag

2019-01-14 Thread Nick Desaulniers
On Mon, Dec 10, 2018 at 2:32 PM wrote: > > GNU linker's -z common-page-size's default value is based on the target > architecture. arch/arm/vdso/Makefile sets it to the architecture > default, which is implicit and redundant. Drop it. > > Link: >

[PATCH] ARM: VDSO: Drop implicit common-page-size linker flag

2018-12-10 Thread ndesaulniers
GNU linker's -z common-page-size's default value is based on the target architecture. arch/arm/vdso/Makefile sets it to the architecture default, which is implicit and redundant. Drop it. Link: https://lkml.kernel.org/r/20181206191231.192355-1-ndesaulni...@google.com Signed-off-by: Nick