Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-19 Thread Matthew Wilcox
On Thu, Oct 18, 2007 at 08:56:23PM -0700, Arjan van de Ven wrote: > Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky > in what it does with waitqueues and locks and some of this stuff is > there, afaik, to deal with that. You're now changing this ... call me > chicken :)

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-19 Thread Matthew Wilcox
On Thu, Oct 18, 2007 at 08:56:23PM -0700, Arjan van de Ven wrote: Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky in what it does with waitqueues and locks and some of this stuff is there, afaik, to deal with that. You're now changing this ... call me chicken :) I

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Arjan van de Ven
On Thu, 18 Oct 2007 18:25:58 -0400 Matthew Wilcox <[EMAIL PROTECTED]> wrote: Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky in what it does with waitqueues and locks and some of this stuff is there, afaik, to deal with that. You're now changing this ... call me

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Arjan van de Ven
On Thu, 18 Oct 2007 18:25:58 -0400 Matthew Wilcox [EMAIL PROTECTED] wrote: Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky in what it does with waitqueues and locks and some of this stuff is there, afaik, to deal with that. You're now changing this ... call me chicken