[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200805070003.56387.rjw@sisk.pl>
Date: Wed, 7 May 2008 00:03:55 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: pm list <linux-pm@...ts.linux-foundation.org>
Cc: Ingo Molnar <mingo@...e.hu>, Len Brown <lenb@...nel.org>,
LKML <linux-kernel@...r.kernel.org>, Pavel Machek <pavel@....cz>,
Matt Helsley <matthltc@...ibm.com>,
Cedric Le Goater <clg@...ibm.com>,
Paul Menage <menage@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Alan Stern <stern@...land.harvard.edu>
Subject: [RFC][PATCH 0/2] Freezer face lifting
Hi,
Although the freezer is generally considered as a bad thing, it still is
being used for suspend and hibernation and will be used for these purposes in
the near future. For this reason, it seems reasonable to try to reduce some
known problems with it. The following two patches attempt to do that.
First, it is the known weakness of the freezer that it tries to distinguish
user space processes from kernel threads in a slightly artificial way. The
first patch is intended to change that.
Second, in principle, the freezer can use the recently introduced TASK_KILLABLE
state to handle some cases that it couldn't have handled previously, which is
the purpose of the second patch.
Please review and tell me what you think.
Rafael
--
"Premature optimization is the root of all evil." - Donald Knuth
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists