[PATCH] uml: capture printk output for mconsole stack
authorJeff Dike <jdike@addtoit.com>
Fri, 6 Jan 2006 08:19:04 +0000 (00:19 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:48 +0000 (08:33 -0800)
commit6f517d3fc862d3c8d8ba65c0b2472d399aceb9ed
treed8062920a60939dd2dda3b2deb39a4e206e0ae06
parent7b033e1fdeef3d8bacac3cd5cfa53c9d670d1f3d
[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 <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/drivers/mconsole_kern.c