https://github.com/torvalds/linux
Revision a7ef7878ea7c8bca9b624db3f61223cdadda2a0a authored by Rafael J. Wysocki on 05 August 2006, 19:13:42 UTC, committed by Linus Torvalds on 06 August 2006, 15:57:45 UTC
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 <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent f5d635f
History
Tip revision: a7ef7878ea7c8bca9b624db3f61223cdadda2a0a authored by Rafael J. Wysocki on 05 August 2006, 19:13:42 UTC
[PATCH] Make suspend possible with a traced process at a breakpoint
Tip revision: a7ef787
File Mode Size
keys
selinux
Kconfig -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 599 bytes
capability.c -rw-r--r-- 2.8 KB
commoncap.c -rw-r--r-- 9.4 KB
dummy.c -rw-r--r-- 24.7 KB
inode.c -rw-r--r-- 9.2 KB
root_plug.c -rw-r--r-- 3.9 KB
seclvl.c -rw-r--r-- 17.1 KB
security.c -rw-r--r-- 5.4 KB

back to top