ARM: move signal handlers into a vdso-like page
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 23 Jul 2013 23:29:18 +0000 (00:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Aug 2013 13:31:56 +0000 (14:31 +0100)
Move the signal handlers into a VDSO page rather than keeping them in
the vectors page.  This allows us to place them randomly within this
page, and also map the page at a random location within userspace
further protecting these code fragments from ROP attacks.  The new
VDSO page is also poisoned in the same way as the vector page.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found