Re: [Kgdb-bugreport] Fwd: [PATCH] kdb: Avoid using dbg_io_ops until it is initialized

2012-03-20 Thread Jason Wessel
On 03/20/2012 11:34 AM, Tim Bird wrote: > Jason, > > This patch has apparently fallen through the cracks. Can you please apply? > This fixes a kernel panic for a use case where I'm setting a breakpoint > from kdb_cmds on kernel startup. In this case, without this patch > dbg_io_ops is used before

[Kgdb-bugreport] Fwd: [PATCH] kdb: Avoid using dbg_io_ops until it is initialized

2012-03-20 Thread Tim Bird
Jason, This patch has apparently fallen through the cracks. Can you please apply? This fixes a kernel panic for a use case where I'm setting a breakpoint from kdb_cmds on kernel startup. In this case, without this patch dbg_io_ops is used before it is initialized. Thanks, -- Tim Orig