From: Anton Vorontsov Date: Sat, 21 Jul 2012 00:27:37 +0000 (-0700) Subject: kdb: Revive dmesg command X-Git-Tag: v3.5~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc792e612e78a24ae0b30cc5b85f2368379ba4d4;p=pandora-kernel.git kdb: Revive dmesg command The kgdb dmesg command is broken after the printk rework. The old logic in kdb code makes no sense in terms of current printk/logging storage format, and KDB simply hangs forever. This patch revives the command by switching to kmsg_dumper iterator. The code is now much more simpler and shorter. Signed-off-by: Anton Vorontsov Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed