original_kernel/arch/s390/mm
Vasily Gorbik 8024b5a9fc s390/mm: fix dump_pagetables top level page table walking
Since commit d1874a0c28 ("s390/mm: make the pxd_offset functions more
robust") behaviour of p4d_offset, pud_offset and pmd_offset has been
changed so that they cannot be used to iterate through top level page
table, because the index for the top level page table is now calculated
in pgd_offset. To avoid dumping the very first region/segment top level
table entry 2048 times simply iterate entry pointer like it is already
done in other page walking cases.

Fixes: d1874a0c28 ("s390/mm: make the pxd_offset functions more robust")
Reported-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2019-08-06 13:58:34 +02:00
..
Makefile
cmm.c
dump_pagetables.c s390/mm: fix dump_pagetables top level page table walking 2019-08-06 13:58:34 +02:00
extmem.c
fault.c s390/mm: add fallthrough annotations 2019-07-29 18:05:03 +02:00
gmap.c s390/mm: make gmap_test_and_clear_dirty_pmd static 2019-07-29 18:05:03 +02:00
hugetlbpage.c
init.c dma-mapping fixes for 5.3-rc1 2019-07-20 12:09:52 -07:00
kasan_init.c
maccess.c s390/jump_label: replace stop_machine with smp_call_function 2019-06-04 15:03:12 +02:00
mmap.c s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personality 2019-06-04 15:03:53 +02:00
page-states.c
pageattr.c
pgalloc.c s390/mm: use shared variables for sysctl range check 2019-07-26 13:36:22 +02:00
pgtable.c
vmem.c