Re: [PATCH v2] Add the values related to buddy system for filtering free pages.
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2012-12-20 01:00:44
Also in:
kexec, lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2012-12-20 01:00:44
Also in:
kexec, lkml
On Wed, 19 Dec 2012 16:57:03 -0800 ebiederm@xmission.com (Eric W. Biederman) wrote:
Andrew Morton [off-list ref] writes:quoted
Is there any way in which we can move some of this logic into the kernel? In this case, add some kernel code which uses PageBuddy() on behalf of makedumpfile, rather than replicating the PageBuddy() logic in userspace?All that exists when makedumpfile runs is a core file. So it would have to be something like a share library that builds with the kernel and then makedumpfile loads.
Can we omit free pages from that core file? And/or add a section to that core file which flags free pages? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>