commit | d882b172512758703ff8d9efb96505eaaee48d2e | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Sat Jul 01 04:36:31 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Jul 01 09:56:04 2006 -0700 |
tree | 64b61d69b4af1395b80446fbc61f0488fbaeedb3 | |
parent | a581c2a4697ee264699b364399b73477af408e00 [diff] |
[PATCH] s390: put sys_call_table into .rodata section and write protect it Put s390's syscall tables into .rodata section and write protect this section to prevent misuse of it. Suggested by Arjan van de Ven <arjan@infradead.org>. Cc: Arjan van de Ven <arjan@infradead.org> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>