On Thu, 28 Feb 2008 12:50:41 +0100 Ingo Molnar <mingo@elte.hu> wrote: > @@ -1000,7 +1001,7 @@ void release_console_sem(void) > * If we try to wake up klogd while printing with the runqueue lock > * held, this will deadlock. > */ > - if (wake_klogd && !runqueue_is_locked()) > + if (wake_klogd) > wake_up_klogd(); > } I don't think we shoudl have added that hack in the first place. It solves a problem which about three developers hit four times in five years but it has made kernel logging less reliable for everyone. -- To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Feb 29 05:15:59 2008
This archive was generated by hypermail 2.1.8 : 2008-02-29 05:16:14 EST