From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752257AbXCKUm2 (ORCPT ); Sun, 11 Mar 2007 16:42:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932143AbXCKUm2 (ORCPT ); Sun, 11 Mar 2007 16:42:28 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:40953 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752366AbXCKUm1 (ORCPT ); Sun, 11 Mar 2007 16:42:27 -0400 From: "Rafael J. Wysocki" To: Thomas Meyer Subject: Re: SwSusp to disk doesn't work - Try 2 Date: Sun, 11 Mar 2007 21:45:10 +0100 User-Agent: KMail/1.9.5 Cc: Milan Broz , linux-kernel@vger.kernel.org, Pavel Machek , Thomas Gleixner References: <45F44599.3060508@m3y3r.de> <200703112132.32753.rjw@sisk.pl> <45F46660.4010102@m3y3r.de> In-Reply-To: <45F46660.4010102@m3y3r.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703112145.10767.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, 11 March 2007 21:28, Thomas Meyer wrote: > Rafael J. Wysocki schrieb: > > On Sunday, 11 March 2007 21:23, Milan Broz wrote: > > > >> Rafael J. Wysocki: > >> > >>> Ah, NO_HZ. Thomas Gleixner's address added to the Cc list. > >>> > >>> > >>>> short printk trace > >>>> > >>>> enable_nonboot_cpus > >>>> _cpu_up > >>>> raw_notifier_callchain (CPU_UP_PREPARE) > >>>> ... > >>>> update_sched_domains > >>>> detach_destroy_domains > >>>> [waits here] --> synchronize_sched (==synchronize_rcu) > >>>> > >>> Well, I think the call to wait_for_completion() does not return, probably > >>> because the task supposed to complete the completion is frozen at this > >>> point. Can you please try to confirm that it gets stuck on > >>> wait_for_completion() in synchronize_rcu()? > >>> > >> Yes, it's in wait_for_completion() in synchronize_rcu(). > >> As noted in some previous mail, it will wake up after > >> event - key press etc. > >> > >> Patch in http://lkml.org/lkml/2007/3/7/255 solves different problem. > >> I added it to my quilt and applied anyway -> no change. > >> > > > > Does the problem go away if NO_HZ is unset? > > > > i tried to boot with nohz=off, but the problem did persist. Okay, but could you please compile the kernel without NO_HZ and retest? Rafael