From: Mark Salter Date: Fri, 23 Aug 2013 15:16:42 +0000 (+0100) Subject: arm64: move elf notes into readonly segment X-Git-Tag: v3.12-rc1~121^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80b7ee8520606f77fbc8ced870c96659053269e;p=pandora-kernel.git arm64: move elf notes into readonly segment The current vmlinux.lds.S places the notes sections between the end of rw data and start of bss. This means that _edata doesn't really point to the end of data. Since notes are read-only, this patch moves them to the read-only segment so that _edata does point to the end of initialized rw data. Signed-off-by: Mark Salter Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed