Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757046AbYGHD3T (ORCPT ); Mon, 7 Jul 2008 23:29:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756074AbYGHD3M (ORCPT ); Mon, 7 Jul 2008 23:29:12 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:40451 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756055AbYGHD3L (ORCPT ); Mon, 7 Jul 2008 23:29:11 -0400 Date: Tue, 8 Jul 2008 12:31:50 +0900 From: KAMEZAWA Hiroyuki To: Matt Helsley Cc: "Rafael J. Wysocki" , Linux Containers , Paul Menage , Linux-Kernel , Pavel Machek , linux-pm@lists.linux-foundation.org Subject: Re: [PATCH 0/4] Container Freezer: Reuse Suspend Freezer Message-Id: <20080708123150.3034d83f.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20080707225823.502032693@us.ibm.com> References: <20080707225823.502032693@us.ibm.com> Organization: Fujitsu X-Mailer: Sylpheed 2.4.2 (GTK+ 2.10.11; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 35 Hi, could I make brief questions ? On Mon, 07 Jul 2008 15:58:23 -0700 Matt Helsley wrote: > to get status of the freezer subsystem : > > # cat /containers/0/freezer.state > RUNNING > > to freeze all tasks in the container : > > # echo FROZEN > /containers/0/freezer.state > # cat /containers/0/freezer.state > FREEZING > # cat /containers/0/freezer.state > FROZEN > I'm just curious. 1. When we see FREEZING and have to retry ? While there are some threads which wait for some event ? 2. What happens when FROZEN threads are moved to other group ? Can we move them ? Can we wake them up (if it can be moved) ? What operations are allowed to frozen threads ? Thanks, -Kame -- 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/