From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933048AbXCEKda (ORCPT ); Mon, 5 Mar 2007 05:33:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933051AbXCEKda (ORCPT ); Mon, 5 Mar 2007 05:33:30 -0500 Received: from nz-out-0506.google.com ([64.233.162.233]:10113 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933048AbXCEKd3 (ORCPT ); Mon, 5 Mar 2007 05:33:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=ElR2zyD6CVpO2RYg+oZca1lf7iY787/qsv1Po4FA0l69urySgaNjqS314Uk9RSkWAKLbA2VEfdvH689So1nasMc5kEmL7EezFRLDkYO3MRDt+mGgNQQC/HZZ+Zmpf040fUYvPG2fAoKVoYkrVem+8X2VEwVoZ325dVOmA6nIGog= Subject: Re: [4/6] 2.6.21-rc2: known regressions From: "Antonino A. Daplas" To: Adrian Bunk Cc: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Andrew Nelless , Len Brown , linux-acpi@vger.kernel.org, Jiri Kosina , Richard Purdie , Henrique de Moraes Holschuh , Yaroslav Halchenko , Alex Romosan , David Miller , James Simmons , benh@kernel.crashing.org, Andreas Schwab In-Reply-To: <20070305015039.GI3441@stusta.de> References: <20070305015039.GI3441@stusta.de> Content-Type: text/plain Date: Mon, 05 Mar 2007 18:35:19 +0800 Message-Id: <1173090919.6782.13.camel@daplas> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2007-03-05 at 02:50 +0100, Adrian Bunk wrote: > This email lists some known regressions in 2.6.21-rc2 compared to 2.6.20 > that are not yet fixed in Linus' tree. > > If you find your name in the Cc header, you are either submitter of one > of the bugs, maintainer of an affectected subsystem or driver, a patch > of you caused a breakage or I'm considering you in any other way > possibly involved with one or more of these issues. > > Due to the huge amount of recipients, please trim the Cc when answering. > > > Subject : Asus A8N-VM motherboard: > framebuffer/console boot failure boot failure (ACPI related) > References : http://lkml.org/lkml/2007/2/23/132 > Submitter : Andrew Nelless > Caused-By : Len Brown > commit 7f8f97c3cc75d5783d0b45cf323dedf17684be19 > Handled-By : Antonino A. Daplas > Status : problem is being debugged > This is not a framebuffer nor console problem. I think Andrew Nelless confirmed that the cause is from the above commit. How to fix it, I don't know. Perhaps the acpi_skip_timer_override boot option has to be used. Tony