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
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 521 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 70.4 KB
Makefile -rw-r--r-- 46.1 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top