From: Will Deacon Date: Wed, 9 Jul 2014 18:22:13 +0000 (+0100) Subject: arm64: vdso: move data page before code pages X-Git-Tag: omap-for-v3.17/fixes-against-rc2~183^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601255ae3c98fdeeee3a8bb4696425e4f868b4f1;p=pandora-kernel.git arm64: vdso: move data page before code pages Andy pointed out that binutils generates additional sections in the vdso image (e.g. section string table) which, if our .text section gets big enough, could cross a page boundary and end up screwing up the location where the kernel expects to put the data page. This patch solves the issue in the same manner as x86_32, by moving the data page before the code pages. Cc: Andy Lutomirski Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed