Re: [PATCH v6 3/5] vmcore: Introduce remap_oldmem_pfn_range()

From: Vivek Goyal
Date: Tue Jul 16 2013 - 11:55:50 EST


On Tue, Jul 16, 2013 at 05:37:09PM +0200, Michael Holzheu wrote:

[..]
> The problem is that with the mmap patches we now use copy_oldmem_page()
> to copy the notes from oldmem into the notes_buf which has been allocated
> with vmalloc. The s390 version of copy_oldmem_page() bypasses the page
> tables and uses real copy. And this does not work on vmalloc memory.

I got that. I am trying to remember that in 3.10 why are we dropping
to real mode in s390 while copying pages.

I thought dropping to real mode was needed only to access HSA region.
HSA region comes into the picture only for zfcudump and /proc/vmcore support
for zfcpdump is not there yet

IOW, what if we start copying with page tables enabled in s390. Will
it not work for regular kdump case and take care of zfcpdump in 3.12.

Thanks
Vivek
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/