linux/arch/s390/mm
Gerald Schaefer 482b05dd53 [S390] Fixed handling of access register mode faults.
Replaced check_user_space() + __check_access_register with the new
check_space(). The old functions made wrong assumptions about kernel
and user space when the kernel and user address spaces are switched
(kernel in home space, user in primary/secondary space).
Secondly the user process can switch to the accress register mode if
it is running in primary or secondary mode. In addition it can load
an arbitrary value to the access registers. If any other value than
0 for primary space or 1 for secondary space is loaded and memory
is accessed using the base register related to the access register,
the program should be terminated with a SIGSEGV. To achieve that the
DUALD pointer in the DUCT and the PSALD pointer in the PASTE need
to point to an array of 8 invalid access-list entries to get a
ALEN-translation exception if an invalid alet is used.

Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2007-03-05 23:35:54 +01:00
..
Makefile [PATCH] Switch s390 to NO_IOMEM 2007-02-11 11:18:07 -08:00
cmm.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
extmem.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
fault.c [S390] Fixed handling of access register mode faults. 2007-03-05 23:35:54 +01:00
init.c [S390] Optional ZONE_DMA for s390. 2007-02-21 10:55:12 +01:00
mmap.c [PATCH] s390: cleanup Kconfig 2006-01-06 08:33:53 -08:00
vmem.c [S390] noexec protection 2007-02-05 21:18:17 +01:00