From: Jeff Dike Date: Fri, 6 Jan 2006 08:19:04 +0000 (-0800) Subject: [PATCH] uml: capture printk output for mconsole stack X-Git-Tag: v2.6.16-rc1~936^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f517d3fc862d3c8d8ba65c0b2472d399aceb9ed;p=pandora-kernel.git [PATCH] uml: capture printk output for mconsole stack The stack command now sends the printk output back to the mconsole client. This is done by registering a special console for the mconsole driver. This receives all printk output. Normally, it is ignored, but when a stack command is issued, any printk output will be sent back to the client. This will capture any printk output, whether it is stack output or not, since we can't tell the difference. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed