From: Anton Vorontsov <cbouatmailru@gmail.com>
To: Luming Yu <luming.yu@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.25-rc1 ahci regression
Date: Thu, 3 Jun 2010 17:23:19 +0400 [thread overview]
Message-ID: <20100603132319.GA4889@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <20100603131414.GA23520@oksana.dev.rtsoft.ru>
On Thu, Jun 03, 2010 at 05:14:14PM +0400, Anton Vorontsov wrote:
> On Thu, Jun 03, 2010 at 08:35:31PM +0800, Luming Yu wrote:
> > On Thu, Jun 3, 2010 at 5:39 PM, Anton Vorontsov <cbouatmailru@gmail.com> 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...
Oh. It seems I found it. It must be the module order loading
thing.
Can you try the patch down below?
And thanks for the patience!
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 20c5251..092d9e0 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -1,7 +1,7 @@
obj-$(CONFIG_ATA) += libata.o
-obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
+obj-$(CONFIG_SATA_AHCI) += libahci.o ahci.o
obj-$(CONFIG_SATA_SVW) += sata_svw.o
obj-$(CONFIG_ATA_PIIX) += ata_piix.o
obj-$(CONFIG_SATA_PROMISE) += sata_promise.o
next prev parent reply other threads:[~2010-06-03 13:39 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 7:02 2.6.25-rc1 ahci regression Luming Yu
2010-06-03 7:13 ` Jeff Garzik
2010-06-03 7:28 ` Luming Yu
2010-06-03 15:54 ` Jeff Garzik
2010-06-03 7:54 ` Anton Vorontsov
[not found] ` <AANLkTil6k_4YwdvLai_VUlVjgz030ctu7djVGHu0qgd2@mail.gmail.com>
2010-06-03 8:41 ` Anton Vorontsov
2010-06-03 8:56 ` Luming Yu
2010-06-03 9:15 ` Anton Vorontsov
2010-06-03 9:18 ` Luming Yu
2010-06-03 9:39 ` Anton Vorontsov
2010-06-03 12:35 ` Luming Yu
2010-06-03 13:14 ` Anton Vorontsov
2010-06-03 13:23 ` Anton Vorontsov [this message]
2010-06-03 13:50 ` Anton Vorontsov
2010-06-03 14:13 ` Luming Yu
2010-06-03 15:04 ` Anton Vorontsov
2010-06-03 15:07 ` Luming Yu
2010-06-03 15:45 ` Américo Wang
2010-06-03 15:48 ` Luming Yu
2010-06-04 4:58 ` Américo Wang
2010-06-03 15:55 ` Anton Vorontsov
2010-06-04 5:00 ` Américo Wang
2010-06-03 13:38 ` Luming Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100603132319.GA4889@oksana.dev.rtsoft.ru \
--to=cbouatmailru@gmail.com \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luming.yu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox