Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752687AbXKRRHs (ORCPT ); Sun, 18 Nov 2007 12:07:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751111AbXKRRHk (ORCPT ); Sun, 18 Nov 2007 12:07:40 -0500 Received: from netrider.rowland.org ([192.131.102.5]:1356 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751031AbXKRRHj (ORCPT ); Sun, 18 Nov 2007 12:07:39 -0500 Date: Sun, 18 Nov 2007 12:07:37 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Jiri Slaby cc: "Rafael J. Wysocki" , Andrew Morton , Greg KH , Kernel development list , Linux-pm mailing list Subject: Re: broken suspend [Was: 2.6.24-rc2-mm1] In-Reply-To: <4740570A.5030101@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1302 Lines: 34 On Sun, 18 Nov 2007, Jiri Slaby wrote: > On 11/18/2007 04:23 PM, RafaƂ J. Wysocki wrote: > > On Sunday, 18 of November 2007, Jiri Slaby wrote: > >> On 11/18/2007 04:03 PM, Rafael J. Wysocki wrote: > >>> Can you also make the new System-map available, please? > >> Sure: > >> http://www.fi.muni.cz/~xslaby/sklad/System.map1 > > > > The last notifier called in http://www.fi.muni.cz/~xslaby/sklad/susp_hang2.png > > Last... Note, that it's only first 20 invokations of notifiers, there are > bazillion of them when I remove the condition '< 20'. > > > is apparently cpu_swap_callback() which is not called in > > http://www.fi.muni.cz/~xslaby/sklad/susp_hang1.png . > > > > Can you verify that cpu_swap_callback() gets called if the patch is not > > applied? > > Does this still apply? You'll get more useful results if you redo your changes to notifier_call_chain(). Have it print out the address of the routine _before_ making the call, and don't limit it to 20. That way you'll know exactly which notifier routine ends up hanging. Alan Stern - 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/