From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755874AbXD0Pgz (ORCPT ); Fri, 27 Apr 2007 11:36:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756006AbXD0Pgz (ORCPT ); Fri, 27 Apr 2007 11:36:55 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:57317 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755874AbXD0Pgx (ORCPT ); Fri, 27 Apr 2007 11:36:53 -0400 From: "Rafael J. Wysocki" To: Andrew Morton Subject: [PATCH -mm 0/2] Separate freezer from PM code Date: Fri, 27 Apr 2007 17:37:30 +0200 User-Agent: KMail/1.9.5 Cc: Gautham R Shenoy , Ingo Molnar , Oleg Nesterov , Pavel Machek , Pekka Enberg , LKML MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200704271737.31192.rjw@sisk.pl> X-Length: 1307 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, The first patch in the series separates the tasks freezer from the PM code and moves it to kernel/freezer.c . Some cleanups of freezer.c proposed by Gautham will be sent in a separate patch. The second one moves all of the freezer-specific per-task flags to a separate filed of task_struct and defines functions for manipulating them with the help of set_bit() and friends. I think I have addressed all of the outstanding issues with it. The patches are against 2.6.21-rc7-mm2 with the Gautham's patch from http://lkml.org/lkml/2007/4/26/250 applied. Greetings, Rafael -- If you don't have the time to read, you don't have the time or the tools to write. - Stephen King