All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony DeRobertis <aderobertis-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
To: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: PROBLEM: do_IRQ: [number] No irq handler for vector (irq -1)
Date: Fri, 17 Jan 2014 17:33:31 -0500	[thread overview]
Message-ID: <52D9AFBB.5080203@metrics.net> (raw)
In-Reply-To: <20140117202712.GC19452-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>

On 01/17/2014 03:27 PM, Neil Horman wrote:

> I would suggest you look through that errata sheet that I referenced 
> in the initial commit to fix the remapping problem, to see if there 
> are other chip errata who's symptoms lead to irq drainage failures. We 
> may need to add another quirk to this chipset. Regards Neil 

OK, I started looking through the errata sheet. Let me stress I don't 
normally read these things, so...

But the first thing I notice is that I tried to figure out what stepping 
I have (in the Identification section), it says should look for vendor 
ID 8086h and device ID 3403 or 3406. I have neither. I have 3405.

Which, appears to make sense, because this is not a Intel 5500/5520 
chipset, its an Intel X58 chipset. That seems to have a different 
specification update, despite being from the same family:

http://www.intel.com/content/dam/doc/specification-update/x58-express-specification-update.pdf

00:00.0 Host bridge [0600]: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port [8086:3405] (rev 13)

so I have a X58, Stepping B3. Appears to be issue 69 instead, and is 
supposed to happen on B3. Added back in July '09. Odd that Asus hasn't 
yet heard... Especially since they didn't release the board until 2010.

[Still trying to make my way through those documents.]

PS: The linked bug report 
https://bugzilla.redhat.com/show_bug.cgi?id=887006 is apparently secret :-(

  parent reply	other threads:[~2014-01-17 22:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 17:41 PROBLEM: do_IRQ: [number] No irq handler for vector (irq -1) Anthony DeRobertis
     [not found] ` <52D576E3.8050006-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-16  4:03   ` Alex Williamson
     [not found]     ` <1389844985.8705.45.camel-xdHQ/5r00wBBDLzU/O5InQ@public.gmane.org>
2014-01-16 12:16       ` Neil Horman
     [not found]         ` <20140116121617.GA9984-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-16 17:08           ` Anthony DeRobertis
     [not found]             ` <52D8120D.7090606-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-16 18:21               ` Neil Horman
     [not found]                 ` <20140116182134.GC9984-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-16 20:07                   ` Anthony DeRobertis
     [not found]                     ` <52D83BF9.7040502-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-17 14:08                       ` Neil Horman
     [not found]                         ` <20140117140831.GA19452-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-17 18:52                           ` Anthony DeRobertis
     [not found]                             ` <52D97BFB.1020106-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-17 20:27                               ` Neil Horman
     [not found]                                 ` <20140117202712.GC19452-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-17 22:33                                   ` Anthony DeRobertis [this message]
     [not found]                                     ` <52D9AFBB.5080203-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-20 12:26                                       ` Neil Horman
     [not found]                                         ` <20140120122630.GB22690-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-22 16:29                                           ` Anthony DeRobertis
     [not found]                                             ` <52DFF1FE.2080805-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-22 18:17                                               ` Neil Horman
     [not found]                                                 ` <20140122181707.GA14646-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-22 19:41                                                   ` Anthony DeRobertis
     [not found]                                                     ` <52E01ED2.4080604-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-23 12:37                                                       ` Neil Horman
     [not found]                                                         ` <20140123123743.GA26800-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-01-23 19:24                                                           ` Anthony DeRobertis
     [not found]                                                             ` <52E16C56.9000709-VnMYzjHJ8tfR7s880joybQ@public.gmane.org>
2014-01-23 21:51                                                               ` Neil Horman
2014-01-16 17:17           ` Anthony DeRobertis

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=52D9AFBB.5080203@metrics.net \
    --to=aderobertis-vnmyzjhj8tfr7s880joybq@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
    /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.