From: Kees Cook Date: Tue, 11 Jun 2013 18:56:52 +0000 (-0700) Subject: x86, relocs: Move __vvar_page from S_ABS to S_REL X-Git-Tag: v3.10-rc6~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1983b0a7578de09211a696802edab83fd253303;p=pandora-kernel.git x86, relocs: Move __vvar_page from S_ABS to S_REL The __vvar_page relocation should actually be listed in S_REL instead of S_ABS. Oddly, this didn't always cause things to break, presumably because there are no users for relocation information on 64 bits yet. [ hpa: Not for stable - new code in 3.10 ] Signed-off-by: Kees Cook Link: http://lkml.kernel.org/r/20130611185652.GA23674@www.outflux.net Reported-by: Michael Davidson Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed