All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Export new VMCOREINFO about compound page
@ 2016-03-01  6:14 ` Atsushi Kumagai
  0 siblings, 0 replies; 6+ messages in thread
From: Atsushi Kumagai @ 2016-03-01  6:14 UTC (permalink / raw)
  To: linux-kernel, kexec

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/2] Export new VMCOREINFO about compound page
@ 2016-03-01  6:14 ` Atsushi Kumagai
  0 siblings, 0 replies; 6+ messages in thread
From: Atsushi Kumagai @ 2016-03-01  6:14 UTC (permalink / raw)
  To: linux-kernel, kexec

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

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Export new VMCOREINFO about compound page
  2016-03-01  6:14 ` Atsushi Kumagai
@ 2016-03-04  8:04   ` Dave Young
  -1 siblings, 0 replies; 6+ messages in thread
From: Dave Young @ 2016-03-04  8:04 UTC (permalink / raw)
  To: Atsushi Kumagai; +Cc: linux-kernel, kexec

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Export new VMCOREINFO about compound page
@ 2016-03-04  8:04   ` Dave Young
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Young @ 2016-03-04  8:04 UTC (permalink / raw)
  To: Atsushi Kumagai; +Cc: kexec, linux-kernel

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

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/2] Export new VMCOREINFO about compound page
  2016-03-04  8:04   ` Dave Young
@ 2016-04-01  5:53     ` Atsushi Kumagai
  -1 siblings, 0 replies; 6+ messages in thread
From: Atsushi Kumagai @ 2016-04-01  5:53 UTC (permalink / raw)
  To: linux-kernel, kexec; +Cc: akpm, Dave Young

Hello Andrew,

>> 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

Could you pick these patches ?

  https://lkml.org/lkml/2016/3/1/25
  https://lkml.org/lkml/2016/3/1/26

Thanks,
Atsushi Kumagai

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/2] Export new VMCOREINFO about compound page
@ 2016-04-01  5:53     ` Atsushi Kumagai
  0 siblings, 0 replies; 6+ messages in thread
From: Atsushi Kumagai @ 2016-04-01  5:53 UTC (permalink / raw)
  To: linux-kernel, kexec; +Cc: akpm, Dave Young

Hello Andrew,

>> 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

Could you pick these patches ?

  https://lkml.org/lkml/2016/3/1/25
  https://lkml.org/lkml/2016/3/1/26

Thanks,
Atsushi Kumagai

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-01  5:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-01  6:14 [PATCH 0/2] Export new VMCOREINFO about compound page Atsushi Kumagai
2016-03-01  6:14 ` Atsushi Kumagai
2016-03-04  8:04 ` Dave Young
2016-03-04  8:04   ` Dave Young
2016-04-01  5:53   ` Atsushi Kumagai
2016-04-01  5:53     ` Atsushi Kumagai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.