lkml.org 
[lkml]   [2005]   [Mar]   [15]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [ACPI] Re: Call for help: list of machines with working S3
FromLi Shaohua <>
DateTue, 15 Mar 2005 16:10:41 +0800
Hi,
On Mon, 2005-03-14 at 16:00, Pavel Machek wrote:
> Hi!
> 
> >   * MySQL (hinders the actual suspension process and kicks the pc
> back to 
> >     where it was)
> 
> Try this patch...
>                                                                 Pavel
> 
> --- clean/kernel/signal.c       2005-02-03 22:27:26.000000000 +0100
> +++ linux/kernel/signal.c       2005-02-03 22:28:19.000000000 +0100
> @@ -2222,6 +2222,7 @@
>                         ret = -EINTR;
>         }
> 
> +       try_to_freeze(1);
>         return ret;
>  }
I also encounter a similar issue. syslogd can't be stopped. It's waiting
for kjournald to flush some works but kjournald is stopped first. Looks
like the kernel thread should be stopped later than user thread just
like Nigel's suspend2 patch does.

Thanks,
Shaohua

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:11    [from the cache]
©2003-2008