[RFC][PATCH 0/2] Freezer face lifting

From: Rafael J. Wysocki
Date: Tue May 06 2008 - 18:12:06 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/