Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754044Ab0FCNO0 (ORCPT ); Thu, 3 Jun 2010 09:14:26 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:54350 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753066Ab0FCNOY (ORCPT ); Thu, 3 Jun 2010 09:14:24 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=EDk2b9X64nKHDEvVBBOD6/H6d1+CmSNjxa8RkSvVVEP7USfLXgxR3dDIiBKWfjv9Iz Q4DmSKjXYzSph8yRvrDSGnhoJRH1KP2Q/h+Y5wrOjtUfqDCP1Wauh7IS4kXfnYCdOM3E jssSpDARrX8HQ0xa7r2+qGcYIuHW4BRVanKKQ= Date: Thu, 3 Jun 2010 17:14:14 +0400 From: Anton Vorontsov To: Luming Yu Cc: Jeff Garzik , LKML Subject: Re: 2.6.25-rc1 ahci regression Message-ID: <20100603131414.GA23520@oksana.dev.rtsoft.ru> References: <20100603075402.GA11093@oksana.dev.rtsoft.ru> <20100603084104.GA17431@oksana.dev.rtsoft.ru> <20100603093923.GA25856@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 41 On Thu, Jun 03, 2010 at 08:35:31PM +0800, Luming Yu wrote: > On Thu, Jun 3, 2010 at 5:39 PM, Anton Vorontsov wrote: > > On Thu, Jun 03, 2010 at 05:18:40PM +0800, Luming Yu wrote: > > [...] > >> Linux version 2.6.32-25.el6.x86_64 > > > > Hm. Can you really boot the kernels that has > > 365cfa1ed5 applied and reverted? > > > > That is, do > > > > $ git reset --hard 365cfa1ed5 > > $ make > > $ ...boot... > Linux version 2.6.34-rc7 (root@localhost) (gcc version 4.4.4 20100503 [...] > > And then > > > > $ git reset --hard 365cfa1ed5^ > > $ make > > $ ...boot... > > > Linux version 2.6.34-rc7 (root@localhost) (gcc version 4.4.4 20100503 > (Red Hat 4.4.4-2) (GCC) ) #24 SMP Thu Jun 3 08:07:58 EDT 2010 Thanks. But for some reason you don't include debug messages from the not working kernel. :-/ I presume you use different methods to capture the log, you should pass 'debug' kernel command line option to actually enable these messages. Please try to capture the debugging messages. Meanwhile, here is a guess: initrd isn't happy about the new libahci.ko dependency for ahci.ko, and so it doesn't load the module? Why? I don't know. Let me check it... -- 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/