From: Anton Blanchard Date: Wed, 14 Sep 2005 21:19:18 +0000 (-0700) Subject: [PATCH] hvc_console: start kernel thread before registering tty X-Git-Tag: v2.6.14-rc2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4cbee0b0d0f791bb593f99b702410f3c0efce6;p=pandora-kernel.git [PATCH] hvc_console: start kernel thread before registering tty Its possible that we can write to the hvc_console tty as soon it is registered. Recently this started happening due to (what looks like) a change to the hotplug code. Unfortunately at this stage we have not started the khvcd kernel thread and oops. The solution is to start the kernel thread before registering the tty. Signed-off-by: Anton Blanchard Cc: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed