From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:17 +0000 (-0700) Subject: uml: sysrq and mconsole fixes X-Git-Tag: v2.6.24-rc1~1047 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fa0ba40698af6d6735ade024293bb51cc4d4b3;p=pandora-kernel.git uml: sysrq and mconsole fixes Fix the passing of printk output back to the mconsole client. The existing code was somewhat confused, accumulating output in a buffer, but writing it out entirely whenever a new chunk was added. This is fixed. The earlier include cleanups caused linux/sysrq.h to not be included - this is fixed by adding the include back, under CONFIG_MAGIC_SYSRQ. CONFIG_MAGIC_SYSRQ is also defaulted to on in defconfig. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed