From: Jeff Dike Date: Tue, 5 Feb 2008 06:31:19 +0000 (-0800) Subject: uml: DEBUG_SHIRQ fixes X-Git-Tag: v2.6.25-rc1~806 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438ee6798cd8bfc44da725fca846367e19d86652;p=pandora-kernel.git uml: DEBUG_SHIRQ fixes A couple more DEBUG_SHIRQ fixes. The previous mconsole blocking fix exposed the lack of O_NONBLOCK on the mconsole socket. Also, winch_interrupt started crashing because it is called at irq free time and it tries to dereference tty->driver_data, which has already been set to NULL. I added some error cleanup in mconsole_init while I was there. Cc: "Karol Swietlicki" Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed