From: Paolo 'Blaisorblade' Giarrusso Date: Fri, 23 Sep 2005 04:44:19 +0000 (-0700) Subject: [PATCH] uml: run mconsole "sysrq" in process context X-Git-Tag: v2.6.14-rc3~51^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ebcd73e40e09f0dfddf89e465cc0541e0ff8b1;p=pandora-kernel.git [PATCH] uml: run mconsole "sysrq" in process context Things are breaking horribly with sysrq called in interrupt context. I want to try to fix it, but probably this is simpler. To tell the truth, sysrq is normally run in interrupt context, so there shouldn't be any problem. There's also a warning from the fault handler because it's run in atomic context (I have a patch for that, only I deferred it). This is why I'm doing this. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed