From: Rafael J. Wysocki Date: Sat, 5 Aug 2006 19:13:42 +0000 (-0700) Subject: [PATCH] Make suspend possible with a traced process at a breakpoint X-Git-Tag: v2.6.18-rc4~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ef7878ea7c8bca9b624db3f61223cdadda2a0a;p=pandora-kernel.git [PATCH] Make suspend possible with a traced process at a breakpoint It should be possible to suspend, either to RAM or to disk, if there's a traced process that has just reached a breakpoint. However, this is a special case, because its parent process might have been frozen already and then we are unable to deliver the "freeze" signal to the traced process. If this happens, it's better to cancel the freezing of the traced process. Ref. http://bugzilla.kernel.org/show_bug.cgi?id=6787 Signed-off-by: Rafael J. Wysocki Acked-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed