public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/2] Freezer face lifting
@ 2008-05-06 22:03 Rafael J. Wysocki
  2008-05-06 22:05 ` [RFC][PATCH 1/2] Freezer: Introduce PF_FREEZER_NOSIG Rafael J. Wysocki
  2008-05-06 22:07 ` [RFC][PATCH 2/2] Freezer: Try to handle killable tasks Rafael J. Wysocki
  0 siblings, 2 replies; 13+ messages in thread
From: Rafael J. Wysocki @ 2008-05-06 22:03 UTC (permalink / raw)
  To: pm list
  Cc: Ingo Molnar, Len Brown, LKML, Pavel Machek, Matt Helsley,
	Cedric Le Goater, Paul Menage, Andrew Morton, Alan Stern

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-05-19 22:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 22:03 [RFC][PATCH 0/2] Freezer face lifting Rafael J. Wysocki
2008-05-06 22:05 ` [RFC][PATCH 1/2] Freezer: Introduce PF_FREEZER_NOSIG Rafael J. Wysocki
2008-05-07  0:38   ` [linux-pm] " Gautham R Shenoy
2008-05-07 12:11     ` Rafael J. Wysocki
2008-05-07  9:36   ` Pavel Machek
2008-05-07 12:16     ` Rafael J. Wysocki
2008-05-06 22:07 ` [RFC][PATCH 2/2] Freezer: Try to handle killable tasks Rafael J. Wysocki
2008-05-07  9:41   ` Pavel Machek
2008-05-07 13:57     ` Matthew Wilcox
2008-05-07 18:35       ` Rafael J. Wysocki
2008-05-07 13:53   ` Matthew Wilcox
2008-05-07 18:41     ` Rafael J. Wysocki
2008-05-19 22:59       ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox