From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934029AbXCFKgt (ORCPT ); Tue, 6 Mar 2007 05:36:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934030AbXCFKgt (ORCPT ); Tue, 6 Mar 2007 05:36:49 -0500 Received: from dev.mellanox.co.il ([194.90.237.44]:36047 "EHLO dev.mellanox.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934029AbXCFKgs (ORCPT ); Tue, 6 Mar 2007 05:36:48 -0500 Date: Tue, 6 Mar 2007 12:33:15 +0200 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: Thomas Gleixner , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Michal Piotrowski , Emil Karlson , Ingo Molnar , Soeren Sonnenburg , Len Brown Subject: Re: [5/6] 2.6.21-rc2: known regressions Message-ID: <20070306103315.GA4295@mellanox.co.il> Reply-To: "Michael S. Tsirkin" References: <20070305015040.GJ3441@stusta.de> <1173138193.24738.236.camel@localhost.localdomain> <1173142948.24738.257.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Quoting Linus Torvalds : > > Ok, it does indeed solve the problem for me. Not yet for me unfortunately, although this seems to help. Is this the patch I should have applied? http://lkml.org/lkml/2007/3/5/445 With this applied, on resume I get *some* screen output soon after resume (e.g. with s2ram I get several characters on VGA, X starts drawing some windows) but then the crescent symbol starts blinking again and the system hangs. Could this be the ACPI problem Thomas mentions (acpi_processor_start is not called when CPU#1 is resumed)? -- MST