git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a57dae3
)
x86: mark the .rodata section also NX
author
Arjan van de Ven
<arjan@linux.intel.com>
Wed, 6 Feb 2008 21:39:45 +0000
(22:39 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 6 Feb 2008 21:39:45 +0000
(22:39 +0100)
The .rodata section shouldn't just be read-only,
but also non-executable. This is free since we've broken
up the 2MB page already anyway.
also update test_nx to check for this.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found