Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754683AbZKIUbo (ORCPT ); Mon, 9 Nov 2009 15:31:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754553AbZKIUbm (ORCPT ); Mon, 9 Nov 2009 15:31:42 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:56633 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753898AbZKIUbl (ORCPT ); Mon, 9 Nov 2009 15:31:41 -0500 Date: Mon, 9 Nov 2009 15:31:46 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Rafael J. Wysocki" cc: Thomas Gleixner , Mike Galbraith , Greg KH , LKML , Jesse Barnes , Ingo Molnar , Linus Torvalds , pm list Subject: Re: [linux-pm] Help needed: Resume problems in 2.6.32-rc, perhaps related to preempt_count leakage in keventd In-Reply-To: <200911092100.58187.rjw@sisk.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 707 Lines: 18 On Mon, 9 Nov 2009, Rafael J. Wysocki wrote: > Still, RIP always points to list_del_init(cwq->worklist.next); in > run_workqueue(). Use a big hammer: Create a new global variable, set it to 1 while resuming and back to 0 after the tasks have been thawed. While the variable is nonzero, print in the log the list pointers in cwq->worklist just before executing the list_del_init(). Maybe also print some other interesting information about cwq. 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/