Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump
@ 2008-09-24 11:48 Chandru
  2008-09-30 10:38 ` Sachin P. Sant
  0 siblings, 1 reply; 4+ messages in thread
From: Chandru @ 2008-09-24 11:48 UTC (permalink / raw)
  To: kexec

/proc/device-tree on power6 machines has ibm,dynamic-reconfiguration-memory 
node which stores in it the memory representation for most part of the system 
memory. This memory was earlier represented in 'memory@' nodes of the device 
tree.  Following patch series makes kexec-tools aware of this dynamic 
reconfiguration memory node. These patches were sent earlier for RFC. In 
addition to this, a change in the kernel was also required. The kernel change 
has been accepted in powerpc git tree. 
http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=commit;h=cf00085d8045cddd80a8aabad97de96fa8131793
Some part of the patch here is re-organization of the existing code to 
accommodate dynamic reconf memory. 

Chandru


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

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

* Re: [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump
  2008-09-24 11:48 [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump Chandru
@ 2008-09-30 10:38 ` Sachin P. Sant
  2008-10-08  1:59   ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin P. Sant @ 2008-09-30 10:38 UTC (permalink / raw)
  To: Simon Horman; +Cc: Chandru, kexec

Chandru wrote:
> /proc/device-tree on power6 machines has ibm,dynamic-reconfiguration-memory 
> node which stores in it the memory representation for most part of the system 
> memory. This memory was earlier represented in 'memory@' nodes of the device 
> tree.  Following patch series makes kexec-tools aware of this dynamic 
> reconfiguration memory node. These patches were sent earlier for RFC. In 
> addition to this, a change in the kernel was also required. The kernel change 
> has been accepted in powerpc git tree. 
> http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=commit;h=cf00085d8045cddd80a8aabad97de96fa8131793
> Some part of the patch here is re-organization of the existing code to 
> accommodate dynamic reconf memory. 
>
>   
I tested this patch series on a ppc64 box and they work fine.
Without these patches i get a zero size vmcore on a power(power6)
box which has support for dynamic-reconfiguration-memory.

Horms could you please consider this patch series and merge them
if found suitable.

Regards
-Sachin


-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------


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

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

* Re: [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump
  2008-09-30 10:38 ` Sachin P. Sant
@ 2008-10-08  1:59   ` Simon Horman
  2008-10-08 22:29     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2008-10-08  1:59 UTC (permalink / raw)
  To: Sachin P. Sant; +Cc: Chandru, kexec

On Tue, Sep 30, 2008 at 04:08:13PM +0530, Sachin P. Sant wrote:
> Chandru wrote:
>> /proc/device-tree on power6 machines has 
>> ibm,dynamic-reconfiguration-memory node which stores in it the memory 
>> representation for most part of the system memory. This memory was 
>> earlier represented in 'memory@' nodes of the device tree.  Following 
>> patch series makes kexec-tools aware of this dynamic reconfiguration 
>> memory node. These patches were sent earlier for RFC. In addition to 
>> this, a change in the kernel was also required. The kernel change has 
>> been accepted in powerpc git tree.  
>> http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=commit;h=cf00085d8045cddd80a8aabad97de96fa8131793
>> Some part of the patch here is re-organization of the existing code to  
>> accommodate dynamic reconf memory. 
>>
>>   
> I tested this patch series on a ppc64 box and they work fine.
> Without these patches i get a zero size vmcore on a power(power6)
> box which has support for dynamic-reconfiguration-memory.
>
> Horms could you please consider this patch series and merge them
> if found suitable.

Thanks for your review, it is most helpful.

Sorry to all for being a little slow with this.
Apart from some very minor nits about patch ordering
that I emailed about just now, I am also fine with this series.

-- 
Simon Horman
  VA Linux Systems Japan K.K., Sydney, Australia Satellite Office
  H: www.vergenet.net/~horms/             W: www.valinux.co.jp/en


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

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

* Re: [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump
  2008-10-08  1:59   ` Simon Horman
@ 2008-10-08 22:29     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2008-10-08 22:29 UTC (permalink / raw)
  To: Sachin P. Sant; +Cc: Chandru, kexec

On Wed, Oct 08, 2008 at 12:59:28PM +1100, Simon Horman wrote:
> On Tue, Sep 30, 2008 at 04:08:13PM +0530, Sachin P. Sant wrote:
> > Chandru wrote:
> >> /proc/device-tree on power6 machines has 
> >> ibm,dynamic-reconfiguration-memory node which stores in it the memory 
> >> representation for most part of the system memory. This memory was 
> >> earlier represented in 'memory@' nodes of the device tree.  Following 
> >> patch series makes kexec-tools aware of this dynamic reconfiguration 
> >> memory node. These patches were sent earlier for RFC. In addition to 
> >> this, a change in the kernel was also required. The kernel change has 
> >> been accepted in powerpc git tree.  
> >> http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=commit;h=cf00085d8045cddd80a8aabad97de96fa8131793
> >> Some part of the patch here is re-organization of the existing code to  
> >> accommodate dynamic reconf memory. 
> >>
> >>   
> > I tested this patch series on a ppc64 box and they work fine.
> > Without these patches i get a zero size vmcore on a power(power6)
> > box which has support for dynamic-reconfiguration-memory.
> >
> > Horms could you please consider this patch series and merge them
> > if found suitable.
> 
> Thanks for your review, it is most helpful.
> 
> Sorry to all for being a little slow with this.
> Apart from some very minor nits about patch ordering
> that I emailed about just now, I am also fine with this series.

After some further discussion with Chandru I have applied this
series as is.

Thanks to all involved.

-- 
Simon Horman
  VA Linux Systems Japan K.K., Sydney, Australia Satellite Office
  H: www.vergenet.net/~horms/             W: www.valinux.co.jp/en


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

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

end of thread, other threads:[~2008-10-08 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 11:48 [PATCH 0/3] kdump: add support for ibm, dynamic-reconfiguration-memory for kexec/kdump Chandru
2008-09-30 10:38 ` Sachin P. Sant
2008-10-08  1:59   ` Simon Horman
2008-10-08 22:29     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox