Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758692AbcCDIFQ (ORCPT ); Fri, 4 Mar 2016 03:05:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43174 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbcCDIFM (ORCPT ); Fri, 4 Mar 2016 03:05:12 -0500 Date: Fri, 4 Mar 2016 16:04:59 +0800 From: Dave Young To: Atsushi Kumagai Cc: "linux-kernel@vger.kernel.org" , "kexec@lists.infradead.org" Subject: Re: [PATCH 0/2] Export new VMCOREINFO about compound page Message-ID: <20160304080459.GA3056@dhcp-128-65.nay.redhat.com> References: <0910DD04CBD6DE4193FCF86B9C00BE9701E25FC7@BPXM01GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0910DD04CBD6DE4193FCF86B9C00BE9701E25FC7@BPXM01GP.gisp.nec.co.jp> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 694 Lines: 27 On 03/01/16 at 06:14am, Atsushi Kumagai wrote: > Hello, > > This patch set is to follow up modifications of struct page for > makedumpfile which filters dump file. > It's necessary to filter unnecessary compound pages in newer kernel > as usual. > > Incidentally, [PATCH 1/2] was post in: > > https://lkml.org/lkml/2016/1/27/92 > > but it didn't get any response, I repost it here. > > Atsushi Kumagai (2): > kexec: update VMCOREINFO for compound_order/dtor > kexec: export OFFSET(page.compound_head) to check anonymous page > > kernel/kexec_core.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > Acked-by: Dave Young Thanks Dave