From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752627AbXCEEDq (ORCPT ); Sun, 4 Mar 2007 23:03:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752626AbXCEEDq (ORCPT ); Sun, 4 Mar 2007 23:03:46 -0500 Received: from ellpspace.math.ualberta.ca ([129.128.207.67]:33708 "EHLO ellpspace.math.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752622AbXCEEDo (ORCPT ); Sun, 4 Mar 2007 23:03:44 -0500 Date: Sun, 4 Mar 2007 20:58:59 -0700 From: Michal Jaegermann To: Adrian Bunk Cc: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Mathieu =?iso-8859-1?Q?B=E9rard?= , jgarzik@pobox.com, linux-ide@vger.kernel.org, Fabio Comolli , Tejun Heo , Janosch Machowinski , Lukas Hejtmanek , Meelis Roos , Olivier Mondoloni , Thomas Renninger , Robert Moore , lenb@kernel.org, linux-acpi@vger.kernel.org Subject: Re: [3/6] 2.6.21-rc2: known regressions Message-ID: <20070305035859.GA29234@ellpspace.math.ualberta.ca> Reply-To: michal@harddata.com References: <20070305015036.GH3441@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070305015036.GH3441@stusta.de> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 05, 2007 at 02:50:36AM +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. .... > Subject : kernels fail to boot with drives on ATIIXP controller > References : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229621 > Submitter : Michal Jaegermann > Status : unknown Alan added comment to my posting that my problems are caused by messed up IRQ routing on that box I tried. Indeed, I can boot kernel 2.6.20-1.2962.fc7, which really is 2.6.21-rc2, provided I will use 'acpi=off irqpoll'. Anything else and a boot silently dies if 'acpi=off' is skipped or is not finding disk if 'irqpoll' is missing. Somehow 2.6.19 is booting on the same hardware without "valliant efforts"; OTOH 'ahci' driver was not used there. Michal