-
- Downloads
MM: virtual address debug
Add some (configurable) expensive sanity checking to catch wrong address translations on x86. - create linux/mmdebug.h file to be able include this file in asm headers to not get unsolvable loops in header files - __phys_addr on x86_32 became a function in ioremap.c since PAGE_OFFSET, is_vmalloc_addr and VMALLOC_* non-constasts are undefined if declared in page_32.h - add __phys_addr_const for initializing doublefault_tss.__cr3 Tested on 386, 386pae, x86_64 and x86_64 numa=fake=2. Contains Andi's enable numa virtual address debug patch. Signed-off-by:Jiri Slaby <jirislaby@gmail.com> Cc: Andi Kleen <andi@firstfloor.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/doublefault_32.c 1 addition, 1 deletionarch/x86/kernel/doublefault_32.c
- arch/x86/mm/ioremap.c 24 additions, 7 deletionsarch/x86/mm/ioremap.c
- include/asm-x86/mmzone_64.h 1 addition, 1 deletioninclude/asm-x86/mmzone_64.h
- include/asm-x86/page_32.h 2 additions, 1 deletioninclude/asm-x86/page_32.h
- include/linux/mm.h 1 addition, 6 deletionsinclude/linux/mm.h
- include/linux/mmdebug.h 18 additions, 0 deletionsinclude/linux/mmdebug.h
- lib/Kconfig.debug 9 additions, 0 deletionslib/Kconfig.debug
- mm/vmalloc.c 5 additions, 0 deletionsmm/vmalloc.c
Loading
Please register or sign in to comment