* Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> wrote: > --- a/arch/x86/mm/dump_pagetables.c > +++ b/arch/x86/mm/dump_pagetables.c > @@ -82,8 +82,8 @@ static struct addr_marker address_markers[] = { > { 0/* VMALLOC_START */, "vmalloc() Area" }, > { 0/* VMEMMAP_START */, "Vmemmap" }, > #ifdef CONFIG_KASAN > - { KASAN_SHADOW_START, "KASAN shadow" }, > - { KASAN_SHADOW_END, "KASAN shadow end" }, > + { 0/* KASAN_SHADOW_START */, "KASAN shadow" }, > + { 0/* KASAN_SHADOW_END */, "KASAN shadow end" }, What's this? Looks hacky. Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>