Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751051AbcCAGPk (ORCPT ); Tue, 1 Mar 2016 01:15:40 -0500 Received: from TYO200.gate.nec.co.jp ([210.143.35.50]:34076 "EHLO tyo200.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbcCAGPj convert rfc822-to-8bit (ORCPT ); Tue, 1 Mar 2016 01:15:39 -0500 From: Atsushi Kumagai To: "linux-kernel@vger.kernel.org" , "kexec@lists.infradead.org" Subject: [PATCH 0/2] Export new VMCOREINFO about compound page Thread-Topic: [PATCH 0/2] Export new VMCOREINFO about compound page Thread-Index: AdFzfsdKpkcXS8METlq6+0Erp4QePQ== Date: Tue, 1 Mar 2016 06:14:23 +0000 Message-ID: <0910DD04CBD6DE4193FCF86B9C00BE9701E25FC7@BPXM01GP.gisp.nec.co.jp> Accept-Language: ja-JP, en-US Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.21.220.163] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 574 Lines: 23 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(-) Thanks, Atsushi Kumagai