From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cantor2.suse.de ([195.135.220.15] helo=mx2.suse.de) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WeihZ-00077u-4I for kexec@lists.infradead.org; Mon, 28 Apr 2014 10:22:21 +0000 Date: Mon, 28 Apr 2014 12:21:53 +0200 From: Petr Tesarik Subject: Re: About the status of hugepage filtering! Message-ID: <20140428122153.1563f7d3@hananiah.suse.cz> In-Reply-To: <20140428075605.GA9405@dhcp-16-105.nay.redhat.com> References: <20140428075605.GA9405@dhcp-16-105.nay.redhat.com> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Baoquan He Cc: kexec@lists.infradead.org, kumagai-atsushi@mxc.nes.nec.co.jp On Mon, 28 Apr 2014 15:56:05 +0800 Baoquan He wrote: > Hi Astushi, > > I remember earlier Jingbai posted a patchset on hugepage filtering, > later you pasted your hugepage filtering prototype patch, and people > thought yours is better. So now may I know the status and what's your > plan? > > Because in makedumpfile 1.5.6, this is not delivered. Your plan can help > us much. Hi Baoquan, I followed up on Atsushi's prototype, and there's a patch series sitting on my disk which just came too late for 1.5.6, so I held it back. It was also suggested that the mdf_pfn cleanup patch be applied first. That one is now in, and I'll send an updated series shortly. The first part of the change is the "Generic handling of multi-page exclusions", that is a method which can be used for excluding both free pages and compound pages (and without adding even more complexity to the calculation of the cycle size). The second part is handling of hugepages. This simply extends the algorithm so that all pages in a compound page are treated as one object. To make it work, additional info must be exported from the kernel. This is where I got stuck with my previous attempt. For now, this patch is already in the mm tree: http://ozlabs.org/~akpm/mmotm/broken-out/kexec-save-pg_head_mask-in-vmcoreinfo.patch Petr T _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec