All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: Todd Deshane <deshantm@gmail.com>, xen-devel@lists.xensource.com
Subject: Re: pv_ops dom0 kernel failure with ata_piix
Date: Thu, 01 Jan 2009 08:36:33 +1100	[thread overview]
Message-ID: <495BE5E1.40602@goop.org> (raw)
In-Reply-To: <20081230190356.GL15052@edu.joroinen.fi>

Pasi Kärkkäinen wrote:
> On Tue, Dec 30, 2008 at 08:18:45PM +0200, Pasi Kärkkäinen wrote:
>   
>> On Tue, Dec 30, 2008 at 06:52:11PM +0200, Pasi Kärkkäinen wrote:
>>     
>>> On Tue, Dec 30, 2008 at 11:47:40AM -0500, Todd Deshane wrote:
>>>       
>>>> On Tue, Dec 30, 2008 at 11:28 AM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
>>>>         
>>>>>>> Try changing the SATA mode of the disk in the BIOS to either legacy or
>>>>>>> ATA, depending
>>>>>>> on what you bios supports.
>>>>>>>
>>>>>>> There is still a known issue with some of the AHCI stuff.
>>>>>>>
>>>>>>>               
>>>>>> I'm not using AHCI at all.. AHCI (SATA) controller does not have any disks
>>>>>> plugged in.
>>>>>>
>>>>>> My (only) disk is attached to IDE/PATA ICH6 controller..
>>>>>>
>>>>>>             
>>>>> I tried disabling AHCI anyway (even when I'm not using the AHCI SATA
>>>>> controller), but it didn't help.
>>>>>
>>>>> Booting the pv_ops dom0 kernel still fails.. because the IDE/PATA controller
>>>>> still gets disabled (just like in the logs above) for some unknown reason.
>>>>>
>>>>> -- Pasi
>>>>>           
>>>> So from the log it looks like you are getting a hard crash?
>>>>
>>>>         
>>> No, it's not a hard crash.. I'm able to reboot the box with ctrl-alt-del. 
>>>
>>>       
>>>> Did you try adding noreboot to the xen command line and then trying
>>>> to get any more information with sysreq stuff?
>>>>
>>>> Another thing that I noticed in the log is:
>>>>
>>>> irq 12: nobody cared (try booting with the "irqpoll" option)
>>>>
>>>> Is it an smp kernel? I had some weird problems when passing nosmp at
>>>> one point.
>>>>
>>>>         
>>> Yep, it is SMP kernel.. 
>>>  
>>>       
>>>> I don't recognize this crash, those module traces, at least for me were
>>>> non-fatal and didn't cause a crash. I was normally just dropped to a
>>>> initramfs prompt in the case when the disk was not detected properly.
>>>>
>>>> I was then able to at least look around and check that modules were
>>>> loaded correctly etc.
>>>>
>>>>         
>>> The problem seems to be the IDE controller/disk is not detected at all..
>>> because the device gets disabled for some reason during ata_piix
>>> loading/probing.. 
>>>
>>> That is the only disk I have, so the root partition is on it.
>>>
>>> Same kernel works just fine on baremetal without Xen.
>>>
>>>       
>> So I guess the subject should be 'failure with ata_piix' instead of 'crash'.. 
>>
>> Anyway, there seems to be problems with ata_piix too.. in addition to AHCI.
>>
>> Jeremy: Can you think of anything to try? 
>>
>>     
>
> I tried booting with "nosmp" dom0 kernel parameter:
>   

Yes, nosmp is known to make things worse.  It has the side-effect of 
disabling io_apic support, so all the interrupt stuff fails in the way 
you've noticed.

    J

  reply	other threads:[~2008-12-31 21:36 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-30 14:34 pv_ops dom0 kernel crashes Pasi Kärkkäinen
2008-12-30 14:44 ` Pasi Kärkkäinen
2008-12-30 16:03   ` Todd Deshane
2008-12-30 16:19     ` Pasi Kärkkäinen
2008-12-30 16:28       ` Pasi Kärkkäinen
2008-12-30 16:47         ` Todd Deshane
2008-12-30 16:52           ` Pasi Kärkkäinen
2008-12-30 18:18             ` pv_ops dom0 kernel failure with ata_piix Pasi Kärkkäinen
2008-12-30 19:03               ` Pasi Kärkkäinen
2008-12-31 21:36                 ` Jeremy Fitzhardinge [this message]
2009-01-02  6:44                   ` Pasi Kärkkäinen
2009-01-09 17:40                     ` Pasi Kärkkäinen
2009-01-09 21:01                       ` Andrew Lyon
2009-01-22 19:46                         ` pv_ops dom0 kernel failure with ata_piix / irq problems Pasi Kärkkäinen
2009-01-22 20:23                           ` Jeremy Fitzhardinge
2009-01-24 14:09                             ` Pasi Kärkkäinen
2009-01-24 14:58                               ` Pasi Kärkkäinen
2009-01-24 18:58                                 ` Jeremy Fitzhardinge
2009-01-24 20:17                                   ` Pasi Kärkkäinen
2009-01-24 23:49                                     ` Pasi Kärkkäinen
2009-01-25  0:51                                       ` Pasi Kärkkäinen
2009-01-25  0:59                                       ` Jeremy Fitzhardinge
2009-01-25 11:28                                         ` Pasi Kärkkäinen
2009-01-30 18:12                                         ` Ian Campbell
2009-01-30 18:16                                           ` Ian Campbell
2009-01-30 18:50                                             ` Jeremy Fitzhardinge
2009-02-02  8:42                                               ` Pasi Kärkkäinen
2009-02-02 19:22                                                 ` Pasi Kärkkäinen
2009-02-02 20:11                                                   ` Pasi Kärkkäinen
2009-02-02 20:34                                                     ` Pasi Kärkkäinen
2009-02-02 21:25                                                       ` Pasi Kärkkäinen
2009-02-03  5:32                                                   ` Jeremy Fitzhardinge
2009-02-03  6:16                                                     ` Boris Derzhavets
2009-02-03  9:15                                                       ` Pasi Kärkkäinen
2009-02-03  9:19                                                     ` Pasi Kärkkäinen
2009-01-31 15:03                                           ` Attempt to compile 2.6.29-rc3 with pv_ops suppot for Dom0 Boris Derzhavets
2009-02-02  1:14                                             ` Jeremy Fitzhardinge
2009-02-02  9:53                                               ` Ian Campbell
2009-02-02 12:32                                                 ` Boris Derzhavets
2009-02-02 12:42                                                   ` Ian Campbell
2009-02-02 13:22                                                     ` Boris Derzhavets
2009-02-02 14:04                                                       ` Attempt to load 2.6.29-rc3 with pv_ops suppot for Dom0 under Xen 3.3.1 Hypervisor Boris Derzhavets
2009-02-02 14:40                                                         ` Ian Campbell
2009-02-02 16:21                                                           ` Boris Derzhavets
2009-02-02 17:32                                                             ` Jeremy Fitzhardinge
2009-02-02 18:08                                                               ` Boris Derzhavets
2009-02-02 22:43                                                                 ` Boris Derzhavets
2009-02-02 23:11                                                                   ` Jeremy Fitzhardinge
2009-02-03  6:00                                                                     ` Boris Derzhavets
2009-01-26 10:54                                   ` pv_ops dom0 kernel failure with ata_piix / irq problems Gerd Hoffmann
2009-01-26 12:47                                     ` Pasi Kärkkäinen
2009-01-24 23:10                                 ` Christophe Saout
2009-01-24 23:51                                   ` Pasi Kärkkäinen

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=495BE5E1.40602@goop.org \
    --to=jeremy@goop.org \
    --cc=deshantm@gmail.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.