Re: [PATCH v8 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-08-14 Thread Daniel Thompson
On 14/08/14 13:36, Russell King - ARM Linux wrote: > On Thu, Aug 14, 2014 at 11:48:36AM +0100, Daniel Thompson wrote: >> Don't worry, you certainly did make it clear! >> >> I actually went as far as removing the trace_* calls before having a >> change of heart. As a result I spent some time looking

Re: [PATCH v8 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-08-14 Thread Russell King - ARM Linux
On Thu, Aug 14, 2014 at 11:48:36AM +0100, Daniel Thompson wrote: > Don't worry, you certainly did make it clear! > > I actually went as far as removing the trace_* calls before having a > change of heart. As a result I spent some time looking at the > trace_hardirqs_on() code and, as far as I reme

Re: [PATCH v8 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-08-14 Thread Daniel Thompson
On 13/08/14 22:45, Russell King - ARM Linux wrote: > On Thu, Jul 10, 2014 at 09:03:47AM +0100, Daniel Thompson wrote: >> From: Anton Vorontsov >> >> The FIQ debugger may be used to debug situations when the kernel stuck >> in uninterruptable sections, e.g. the kernel infinitely loops or >> deadloc

Re: [PATCH v8 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-08-13 Thread Russell King - ARM Linux
On Thu, Jul 10, 2014 at 09:03:47AM +0100, Daniel Thompson wrote: > From: Anton Vorontsov > > The FIQ debugger may be used to debug situations when the kernel stuck > in uninterruptable sections, e.g. the kernel infinitely loops or > deadlocked in an interrupt or with interrupts disabled. > > By

[PATCH v8 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-07-10 Thread Daniel Thompson
From: Anton Vorontsov The FIQ debugger may be used to debug situations when the kernel stuck in uninterruptable sections, e.g. the kernel infinitely loops or deadlocked in an interrupt or with interrupts disabled. By default KGDB FIQ is disabled in runtime, but can be enabled with kgdb_fiq.enabl