• Andrew Morton's avatar
    [PATCH] Swsusp should not wake up stopped processes · d386fe6e
    Andrew Morton authored
    From: Pavel Machek <pavel@suse.cz>
    
    If you stop process with ^Z, then suspend, process is awakened.  Thats a
    bug.  Solution is to simply leave already stopped processes alone.  Plus we
    no longer use TASK_STOPPED for processes in refrigerator.  Userland might
    see us and get confused.
    d386fe6e
process.c 2.82 KB