commit | 984bb80d94d891592ab16d4d129b988792752c7b | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Wed Feb 06 22:39:45 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 06 22:39:45 2008 +0100 |
tree | efc22a5eb3e3cf05b056bedcbe48bbdb48b99ad8 | |
parent | a57dae3aa4d00a000b5bac4238025438204c78b2 [diff] |
x86: mark the .rodata section also NX 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>