Re: [PATCH 2/6] nvram: Capture oops/panic reports in ibm, oops-log partition

2011-02-09 Thread Jim Keniston
On Mon, 2011-02-07 at 16:01 +1100, Benjamin Herrenschmidt wrote: > On Sat, 2010-11-13 at 20:15 -0800, Jim Keniston wrote: > > Create the ibm,oops-log NVRAM partition, and capture the end of the printk > > buffer in it when there's an oops or panic. If we can't create the > > ibm,oops-log partition

Re: [PATCH 2/6] nvram: Capture oops/panic reports in ibm, oops-log partition

2011-02-06 Thread Benjamin Herrenschmidt
On Sat, 2010-11-13 at 20:15 -0800, Jim Keniston wrote: > Create the ibm,oops-log NVRAM partition, and capture the end of the printk > buffer in it when there's an oops or panic. If we can't create the > ibm,oops-log partition, capture the oops/panic report in ibm,rtas-log. Won't the parsing tools

[PATCH 2/6] nvram: Capture oops/panic reports in ibm, oops-log partition

2010-11-13 Thread Jim Keniston
Create the ibm,oops-log NVRAM partition, and capture the end of the printk buffer in it when there's an oops or panic. If we can't create the ibm,oops-log partition, capture the oops/panic report in ibm,rtas-log. Signed-off-by: Jim Keniston --- arch/powerpc/platforms/pseries/nvram.c | 89 +++