Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-19 Thread Anton Vorontsov
On Wed, Sep 19, 2012 at 06:57:24AM -0500, Jason Wessel wrote: [..] > Other than 1, 2 and 7. They all get: > > Acked-by: Jason Wessel > > I ran out of time to review things yesterday, but it is all reviewed now. > After we get some more comments from Anton, we can move forward. Thanks for revi

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-19 Thread Jason Wessel
On 09/17/2012 10:54 AM, Greg Kroah-Hartman wrote: > On Mon, Sep 17, 2012 at 08:39:43AM -0700, Anton Vorontsov wrote: >> On Mon, Sep 17, 2012 at 05:54:27AM -0700, Greg Kroah-Hartman wrote: >> [...] > To make it easier, can I just take the tty driver patches now? Will > that break anything?

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-17 Thread Greg Kroah-Hartman
On Mon, Sep 17, 2012 at 08:39:43AM -0700, Anton Vorontsov wrote: > On Mon, Sep 17, 2012 at 05:54:27AM -0700, Greg Kroah-Hartman wrote: > [...] > > > > To make it easier, can I just take the tty driver patches now? Will > > > > that break anything? > > > > > > I have not made my way through the en

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-17 Thread Anton Vorontsov
On Mon, Sep 17, 2012 at 05:54:27AM -0700, Greg Kroah-Hartman wrote: [...] > > > To make it easier, can I just take the tty driver patches now? Will > > > that break anything? > > > > I have not made my way through the entire series yet, so I am not sure > > if you need the kdb header changes or n

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-17 Thread Greg Kroah-Hartman
On Mon, Sep 17, 2012 at 07:43:11AM -0500, Jason Wessel wrote: > On 09/17/2012 06:37 AM, Greg Kroah-Hartman wrote: > > On Thu, Sep 13, 2012 at 08:01:33AM -0700, Anton Vorontsov wrote: > >> Hi all, > >> > >> Here comes the lucky v7: > >> > >> - Per Alan Cox's suggestion added hangup method and remove

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-17 Thread Jason Wessel
On 09/17/2012 06:37 AM, Greg Kroah-Hartman wrote: > On Thu, Sep 13, 2012 at 08:01:33AM -0700, Anton Vorontsov wrote: >> Hi all, >> >> Here comes the lucky v7: >> >> - Per Alan Cox's suggestion added hangup method and removed a small >> leftover; >> - Per Colin Cross' suggestion moved IRQ quiescin

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-17 Thread Greg Kroah-Hartman
On Thu, Sep 13, 2012 at 08:01:33AM -0700, Anton Vorontsov wrote: > Hi all, > > Here comes the lucky v7: > > - Per Alan Cox's suggestion added hangup method and removed a small > leftover; > - Per Colin Cross' suggestion moved IRQ quiescing logic into > poll_get_char routine. IIUC, Alan is les

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-13 Thread Anton Vorontsov
On Thu, Sep 13, 2012 at 06:04:57PM +0100, Alan Cox wrote: > On Thu, 13 Sep 2012 08:01:33 -0700 > Anton Vorontsov wrote: > > > Hi all, > > > > Here comes the lucky v7: > > > > - Per Alan Cox's suggestion added hangup method and removed a small > > leftover; > > - Per Colin Cross' suggestion mo

Re: [PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-13 Thread Alan Cox
On Thu, 13 Sep 2012 08:01:33 -0700 Anton Vorontsov wrote: > Hi all, > > Here comes the lucky v7: > > - Per Alan Cox's suggestion added hangup method and removed a small > leftover; > - Per Colin Cross' suggestion moved IRQ quiescing logic into > poll_get_char routine. IIUC, Alan is less unh

[PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger

2012-09-13 Thread Anton Vorontsov
Hi all, Here comes the lucky v7: - Per Alan Cox's suggestion added hangup method and removed a small leftover; - Per Colin Cross' suggestion moved IRQ quiescing logic into poll_get_char routine. IIUC, Alan is less unhappy about it. As a result, clear_irq() callback dropped. These patches