Re: [patch] lockdep: more unlock-on-error fixes, fix

2006-12-19 Thread Jarek Poplawski
On Tue, Dec 19, 2006 at 10:50:47AM +0100, Ingo Molnar wrote: ... > moving the graph unlock back, and by leaving the max_lockdep_depth > variable update possibly racy. (we dont care, it's just statistics) I would agree if it were not the lockdep. I mean it's like the "father figure"! > also add so

[patch] lockdep: more unlock-on-error fixes, fix

2006-12-19 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > An updated patch is below. I also have boot tested it. Andrew, Linus, > please apply. this patch introduced a locking bug, which is fixed by the delta patch below. Ingo > Subject: [patch] lockdep: