public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 13:39:23 +0400	[thread overview]
Message-ID: <20100603093923.GA25856@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <AANLkTima_jbwafiHQsncQzdX04ZcjO_8QIpq5UOohi3x@mail.gmail.com>

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...

And then

$ git reset --hard 365cfa1ed5^
$ make
$ ...boot...

And compare these kernels, not any other.

But based on the 2.6.32 log:

> pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
> pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
> pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0600 (mask 00ff)
> pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
> pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0290 (mask 001f)
> pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0ca0 (mask 000f)
> pci 0000:00:1f.2: reg 10 io port: [0xf110-0xf117]
> pci 0000:00:1f.2: reg 14 io port: [0xf100-0xf103]
> pci 0000:00:1f.2: reg 18 io port: [0xf0f0-0xf0f7]
> pci 0000:00:1f.2: reg 1c io port: [0xf0e0-0xf0e3]
> pci 0000:00:1f.2: reg 20 io port: [0xf020-0xf03f]
> pci 0000:00:1f.2: reg 24 32bit mmio: [0xfbf00000-0xfbf007ff]
> pci 0000:00:1f.2: PME# supported from D3hot
> pci 0000:00:1f.2: PME# disabled
[...]

Here is AHCI, "1f.2", I can see it. Good.

There's no such thing in the kernel that doesn't boot. That's
for sure not AHCI driver fault. For the reference, that's
what you have in the non-working kernel:

pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0600 (mask 00ff)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0290 (mask 001f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0ca0 (mask 000f)
pci 0000:00:01.0: PCI bridge to [bus 01-02]
pci 0000:00:02.0: PCI bridge to [bus 03-03]
pci 0000:00:03.0: PCI bridge to [bus 04-04]
pci 0000:00:04.0: PCI bridge to [bus 05-05]

(Or maybe it's just newer kernel don't print it for some
reason, I don't know, that's why it's always a good idea to
boot exact kernels that we're debugging).

> dracut: rd_NO_MD: removing MD RAID activation
> pata_jmicron 0000:0f:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> ahci 0000:00:1f.2: version 3.0
> ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19

Good. But there's no such thing in the non-working kernel,
and that's  because non-working kernel doesn't see the PCI
device at all.

So, I still think that you screwed with bisecting or
booting correct kernel ;-), or there's a very subtle bug, which
I don't see yet...

-- 
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2

  reply	other threads:[~2010-06-03  9: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 [this message]
2010-06-03 12:35             ` Luming Yu
2010-06-03 13:14               ` Anton Vorontsov
2010-06-03 13:23                 ` Anton Vorontsov
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=20100603093923.GA25856@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