linux/arch/s390/mm
Heiko Carstens 516bad44b9 s390/gup: fix access_ok() usage in __get_user_pages_fast()
access_ok() returns always "true" on s390. Therefore all access_ok()
invocations are rather pointless.
However when walking page tables we need to make sure that everything
is within bounds of the ASCE limit of the task's address space.
So remove the access_ok() call and add the same check we have in
get_user_pages_fast().

Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2012-11-13 11:02:28 +01:00
..
cmm.c
dump_pagetables.c s390/vmalloc: have separate modules area 2012-10-09 14:17:01 +02:00
extable.c
extmem.c
fault.c readahead: fault retry breaks mmap file read random detection 2012-10-09 16:22:47 +09:00
gup.c s390/gup: fix access_ok() usage in __get_user_pages_fast() 2012-11-13 11:02:28 +01:00
hugetlbpage.c
init.c
maccess.c
Makefile s390/mm: add page table dumper 2012-10-09 14:16:58 +02:00
mmap.c
page-states.c
pageattr.c s390/mm,pageattr: remove superfluous EXPORT_SYMBOLs 2012-10-09 14:16:57 +02:00
pgtable.c thp, s390: architecture backend for thp on s390 2012-10-09 16:22:31 +09:00
vmem.c s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range() 2012-10-09 14:17:01 +02:00