Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1346388 > unrolled thread

[PATCH 0/2] Export new VMCOREINFO about compound page

Started byAtsushi Kumagai <ats-kumagai@wm.jp.nec.com>
First post2016-03-01 07:20 +0100
Last post2016-03-04 09:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Export new VMCOREINFO about compound page Atsushi Kumagai <ats-kumagai@wm.jp.nec.com> - 2016-03-01 07:20 +0100
    Re: [PATCH 0/2] Export new VMCOREINFO about compound page Dave Young <dyoung@redhat.com> - 2016-03-04 09:10 +0100

#1346388 — [PATCH 0/2] Export new VMCOREINFO about compound page

FromAtsushi Kumagai <ats-kumagai@wm.jp.nec.com>
Date2016-03-01 07:20 +0100
Subject[PATCH 0/2] Export new VMCOREINFO about compound page
Message-ID<r7LP4-5ml-15@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1349932

FromDave Young <dyoung@redhat.com>
Date2016-03-04 09:10 +0100
Message-ID<r8SY9-3Kf-5@gated-at.bofh.it>
In reply to#1346388
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 <dyoung@redhat.com>

Thanks
Dave

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web