Jan Glauber 305b152325 [S390] Write protect module text and RO data
Implement write protection for kernel modules text and read-only
data sections by implementing set_memory_[ro|rw] on s390.
Since s390 has no execute bit in the pte's NX is not supported.

set_memory_[ro|rw] will only work on normal pages and not on
large pages, so in case a large page should be modified bail
out with a warning.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2011-03-15 17:08:23 +01:00
..
2010-10-25 16:10:17 +02:00
2011-01-05 12:47:31 +01:00
2010-11-10 10:05:53 +01:00
2010-10-07 14:08:55 +01:00
2011-01-12 09:55:25 +01:00
2011-01-31 11:30:20 +01:00