From: Russell King Date: Thu, 4 Jul 2013 10:40:32 +0000 (+0100) Subject: ARM: move vector stubs X-Git-Tag: v3.11-rc4~12^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19accfd373847ac3d10623c5d20f948846299741;p=pandora-kernel.git ARM: move vector stubs Move the machine vector stubs into the page above the vector page, which we can prevent from being visible to userspace. Also move the reset stub, and place the swi vector at a location that the 'ldr' can get to it. This hides pointers into the kernel which could give valuable information to attackers, and reduces the number of exploitable instructions at a fixed address. Cc: Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed