Re: [PATCH 1/8] arm64: kernel: don't export local symbols from head.S

2016-04-18 Thread Mark Rutland
On Mon, Apr 18, 2016 at 05:09:41PM +0200, Ard Biesheuvel wrote: > This unexports some symbols from head.S that are only used locally. It might be worth s/some/all/, as that makes this sound less arbitrary (and AFAICS this caters for all symbols only used locally). > Signed-off-by: Ard Biesheuvel

Re: [PATCH 1/8] arm64: kernel: don't export local symbols from head.S

2016-04-18 Thread Mark Rutland
On Mon, Apr 18, 2016 at 05:09:41PM +0200, Ard Biesheuvel wrote: > This unexports some symbols from head.S that are only used locally. It might be worth s/some/all/, as that makes this sound less arbitrary (and AFAICS this caters for all symbols only used locally). > Signed-off-by: Ard Biesheuvel

[PATCH 1/8] arm64: kernel: don't export local symbols from head.S

2016-04-18 Thread Ard Biesheuvel
This unexports some symbols from head.S that are only used locally. Signed-off-by: Ard Biesheuvel --- arch/arm64/kernel/head.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index

[PATCH 1/8] arm64: kernel: don't export local symbols from head.S

2016-04-18 Thread Ard Biesheuvel
This unexports some symbols from head.S that are only used locally. Signed-off-by: Ard Biesheuvel --- arch/arm64/kernel/head.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index b43417618847..ac27d8d937b2 100644