mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "EC" <wingman@waika9.com>
To: "'Jeff Garzik'" <jgarzik@pobox.com>, "'EC'" <wingman@waika9.com>
Cc: "'Alan J. Wylie'" <alan@wylie.me.uk>,
	<linux-kernel@vger.kernel.org>,
	"'Marcelo Tosatti'" <marcelo.tosatti@cyclades.com>
Subject: RE: 2.4.29-pre1 OOPS early in boot with Intel ICH5 SATA controller
Date: Sat, 11 Dec 2004 21:59:57 +0100	[thread overview]
Message-ID: <20041211205957.203D2173503@postfix3-1.free.fr> (raw)
In-Reply-To: <41BB5A78.1040008@pobox.com>

>>>Objet : Re: 2.4.29-pre1 OOPS early in boot with Intel ICH5 SATA
>controller
>>>
>>>Alan J. Wylie wrote:
>>>
>>>>Code;  c01ccd07 <ata_host_add+57/80>
>>>>00000000 <_EIP>:
>>>>Code;  c01ccd07 <ata_host_add+57/80>   <=====
>>>>   0:   ff 50 50                  call   *0x50(%eax)   <=====
>>>>Code;  c01ccd0a <ata_host_add+5a/80>
>>>>   3:   89 da                     mov    %ebx,%edx
>>>>Code;  c01ccd0c <ata_host_add+5c/80>
>>>>   5:   85 c0                     test   %eax,%eax
>>>>Code;  c01ccd0e <ata_host_add+5e/80>
>>>>   7:   75 12                     jne    1b <_EIP+0x1b>
>>>>Code;  c01ccd10 <ata_host_add+60/80>
>>>>   9:   8b 5c 24 14               mov    0x14(%esp),%ebx
>>>>Code;  c01ccd14 <ata_host_add+64/80>
>>>>   d:   89 d0                     mov    %edx,%eax
>>>>Code;  c01ccd16 <ata_host_add+66/80>
>>>>   f:   8b 74 24 18               mov    0x18(%esp),%esi
>>>>Code;  c01ccd1a <ata_host_add+6a/80>
>>>>  13:   8b 00                     mov    (%eax),%eax
>>>
>>>If you are getting an oops there, it looks like your ata_piix driver is
>>>mismatched from the libata core.  Did you compile them both at the same
>>>time, from the same source kernel?
>>>
>>>The assembly code above is where function ata_host_add in libata-core.c
>>>calls "ap->ops->port_start", which definitely exists in ata_piix.c.
>>>
>>>	Jeff
>>
>>
>> After some more testing I made my system work again.
>> With 2.4.27 kernel + patch : SATA Only works fine in BIOS.
>> With 2.4.28 kerenl, no patch : *Must* put enhanced mode (SATA Only makes
>> oops).
>
>Can you provide oops output decoded with ksymoops?
>

As given on the first mail of this thread  :

>>EIP; c01ad09f <ata_host_add+3b/5c>   <=====

Trace; c01ad18c <ata_device_add+cc/214>
Trace; c01ad30c <ata_scsi_detect+38/68>
Trace; c01a15ca <scsi_register_host+7e/2f4> 
Trace; c01b1c78 <pci_announce_device+1c/50> 
Trace; c01b1cf4 <pci_register_driver+48/60> 
Trace; c01b1ce6 <pci_register_driver+3a/60> 
Trace; c01a1f26 <scsi_register_module+2a/5c> 
Trace; c01050a5 <init+29/144> 
Trace; c01070f0 <arch_kernel_thread+28/38>

Code;  c01ad09f <ata_host_add+3b/5c>
00000000 <_EIP>:
Code;  c01ad09f <ata_host_add+3b/5c>   <=====
   0:   8b 40 50                  mov    0x50(%eax),%eax   <=====
Code;  c01ad0a2 <ata_host_add+3e/5c>
   3:   ff d0                     call   *%eax
Code;  c01ad0a4 <ata_host_add+40/5c>
   5:   83 c4 18                  add    $0x18,%esp
Code;  c01ad0a7 <ata_host_add+43/5c>
   8:   85 c0                     test   %eax,%eax
Code;  c01ad0a9 <ata_host_add+45/5c>
   a:   74 0d                     je     19 <_EIP+0x19>
Code;  c01ad0ab <ata_host_add+47/5c>
   c:   56                        push   %esi
Code;  c01ad0ac <ata_host_add+48/5c>
   d:   e8 0f 53 ff ff            call   ffff5321 <_EIP+0xffff5321>
Code;  c01ad0b1 <ata_host_add+4d/5c>
  12:   31 c0                     xor    %eax,%eax

EC.


  reply	other threads:[~2004-12-11 21:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09  9:49 Alan J. Wylie
2004-12-10 16:04 ` Alan J. Wylie
2004-12-11 18:52 ` Jeff Garzik
2004-12-11 20:24   ` EC
2004-12-11 20:37     ` Jeff Garzik
2004-12-11 20:59       ` EC [this message]
2004-12-12 15:40   ` Alan J. Wylie
2004-12-13 10:50   ` Alan J. Wylie
2004-12-13 11:09     ` Jeff Garzik
2004-12-13 12:11       ` Alan J. Wylie
2005-02-19 17:33         ` Jeff Garzik
2005-02-19 17:41           ` Alan J. Wylie

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=20041211205957.203D2173503@postfix3-1.free.fr \
    --to=wingman@waika9.com \
    --cc=alan@wylie.me.uk \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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

all inboxes | Powered by JetHome®