From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756832AbYBAOp3 (ORCPT ); Fri, 1 Feb 2008 09:45:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753359AbYBAOpU (ORCPT ); Fri, 1 Feb 2008 09:45:20 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:59369 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752460AbYBAOpS (ORCPT ); Fri, 1 Feb 2008 09:45:18 -0500 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: [Regression] 2.6.24-git3: Major annoyance during suspend/hibernation on x86-64 (bisected) Date: Fri, 1 Feb 2008 15:42:41 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Peter Zijlstra , Steven Rostedt , Andrew Morton , Linus Torvalds , LKML , Dmitry Adamushko References: <200801272229.48955.rjw@sisk.pl> <1201867497.32654.49.camel@lappy> <20080201124702.GA31321@elte.hu> In-Reply-To: <20080201124702.GA31321@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802011542.42483.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, 1 of February 2008, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > The below fixes it for me.. > > > > --- > > - restore the old wakeup mechanism > > - fix break usage in do_each_thread() { } while_eac_thread(). > > - fix the hotplug switch stmt, a fall-through case was broken. > > thanks Peter, i've picked your fix up. I hope this solves the problem > for Rafael too. No, it doesn't, unfortunately. Actually, it breaks things even more, as suspend now hangs (probably deadlocks) while disabling the nonboot CPU. Thanks, Rafael