From: Hans-Christian Armingeon <mog.johnny@gmx.net>
To: xen-devel@lists.xensource.com
Cc: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>, xen-users@lists.xensource.com
Subject: Re: [Xen-devel] irq 17: nobody cared (try booting with the "irqpoll" option)
Date: Mon, 5 Jun 2006 00:05:24 +0200 [thread overview]
Message-ID: <200606050005.26372.mog.johnny@gmx.net> (raw)
In-Reply-To: <fe2fe007189a03df45af34d951ea760c@cl.cam.ac.uk>
Hi,
thank you for your reply.
Well, irqpoll didn't fix it.
I switched to nonsmp in dom0.
I am doing dirty things: I export 2 USB controllers into a domU. I plugged an AVM FritzCard DSL USB into the domU. ANd I am sending faxes via capi4hylafax and hylafax. And things periodically break.
cat /proc/interrupts
[...]
17: 1008938 Phys-irq libata
[...]
The interesting thin is, that lsmod |grep ata says:
sata_sil 12424 0
libata 67096 1 sata_sil
scsi_mod 156696 6 sg,sd_mod,3w_xxxx,aic79xx,scsi_transport_spi,libata
I have no harddisks plugged on the onboard sil S-ATA.
dmesg says
[...]
[ 5.887645] SCSI subsystem initialized
[ 5.893963] libata version 1.20 loaded.
[ 5.894782] sata_sil 0000:03:05.0: version 0.9
[ 5.894806] ACPI: PCI Interrupt 0000:03:05.0[A] -> GSI 19 (level, low) -> IRQ 17
[ 5.901894] ata1: SATA max UDMA/100 cmd 0xFFFFC20000006C80 ctl 0xFFFFC20000006C8A bmdma 0xFFFFC20000006C00 irq 17
[ 5.907356] ata2: SATA max UDMA/100 cmd 0xFFFFC20000006CC0 ctl 0xFFFFC20000006CCA bmdma 0xFFFFC20000006C08 irq 17
[ 5.912833] ata3: SATA max UDMA/100 cmd 0xFFFFC20000006E80 ctl 0xFFFFC20000006E8A bmdma 0xFFFFC20000006E00 irq 17
[ 5.918288] ata4: SATA max UDMA/100 cmd 0xFFFFC20000006EC0 ctl 0xFFFFC20000006ECA bmdma 0xFFFFC20000006E08 irq 17
[ 6.124116] ata1: SATA link down (SStatus 0)
[ 6.126847] scsi0 : sata_sil
[ 6.328113] ata2: SATA link down (SStatus 0)
[ 6.330829] scsi1 : sata_sil
[ 6.532113] ata3: SATA link down (SStatus 0)
[ 6.534839] scsi2 : sata_sil
[ 6.736113] ata4: SATA link down (SStatus 0)
[ 6.738813] scsi3 : sata_sil
Maybe, unloading of sata_sil fixes this problem?
But I would like to have a clean solution.
Rebooting without xen is no solution - this box is in a production environment.
[read on]
Am Sonntag, 4. Juni 2006 10:03 schrieb Keir Fraser:
>
> On 3 Jun 2006, at 13:51, Hans-Christian Armingeon wrote:
>
> > [ 1199.028108] irq 17: nobody cared (try booting with the "irqpoll"
> > option)
> > [ 1199.031054]
> > [ 1199.031055] Call Trace: <IRQ>
> > <ffffffff8014d754>{__report_bad_irq+48}
> > [ 1199.034294] <ffffffff8014d9bc>{note_interrupt+539}
> > <ffffffff8014d2ab>{__do_IRQ+190}
> > [ 1199.040504] <ffffffff8010c934>{do_IRQ+62}
> > <ffffffff802d0034>{evtchn_do_upcall+132}
> > [ 1199.046403] <ffffffff8010b152>{do_hypervisor_callback+30}
> > <EOI>
> > [ 1199.052363] handlers:
> > [ 1199.055141] [<ffffffff880354ab>] (ata_interrupt+0x0/0x166 [libata])
> > [ 1199.058267] Disabling IRQ #17
> >
> > So I rebooted with irqpoll option.
> >
> > Is this a bug, or what's the cause of this error message?
>
> It's caused by receiving lots of spurious interrupts on that IRQ. If
> you don't see similar on native then post boot output from Xen and
> native Linux and we can look for differences.
What do you mean? dmesg? cat proc/interrupts ?
>
> -- Keir
Johnny
next prev parent reply other threads:[~2006-06-04 22:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-03 12:51 irq 17: nobody cared (try booting with the "irqpoll" option) Hans-Christian Armingeon
2006-06-04 0:48 ` Hans-Christian Armingeon
2006-06-04 8:03 ` Keir Fraser
2006-06-04 22:05 ` Hans-Christian Armingeon [this message]
2006-06-04 23:10 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-05 7:51 ` [Xen-users] " Keir Fraser
2006-06-05 9:48 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-05 12:57 ` [Xen-users] " Keir Fraser
2006-06-05 16:58 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-05 17:08 ` [Xen-users] " Keir Fraser
2006-06-05 17:21 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-05 17:44 ` [Xen-users] " Keir Fraser
2006-06-05 18:07 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-05 18:15 ` [Xen-users] " Keir Fraser
2006-06-13 8:26 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-13 9:09 ` [Xen-users] " Keir Fraser
2006-06-13 9:21 ` Re: [Xen-devel] " Hans-Christian Armingeon
2006-06-13 10:14 ` [Xen-users] " Keir Fraser
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=200606050005.26372.mog.johnny@gmx.net \
--to=mog.johnny@gmx.net \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@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.