]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] disable NX support for OABI-supporting kernels
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 23 May 2009 10:36:20 +0000 (11:36 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 23 May 2009 10:36:20 +0000 (11:36 +0100)
commit693ab3bd8482b07820942e6853e762c70aa591d4
tree30493ede1ced950b084c9c9083e6ee28803fc5a5
parent5038ad8a3f35d186ba9e2a3f559b79a394a28928
[ARM] disable NX support for OABI-supporting kernels

Our signal syscall restart handling for these kernels still uses
the userspace stack to build code for restarting the syscall.
Unfortunately, fixing this is non-trivial, and so for the time
being, we resolve the problem by disabling NX support.

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