All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Hancock <hancockrwd@gmail.com>
To: Luis Fernando Planella Gonzalez <lfpg.dev@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Flooded by do_IRQ: 0.91 No irq handler for vector
Date: Wed, 12 Aug 2009 17:59:28 -0600	[thread overview]
Message-ID: <4A835760.2050803@gmail.com> (raw)
In-Reply-To: <d12c1890908111528p47cdd30bw24749e34fc1cc8d3@mail.gmail.com>

On 08/11/2009 04:28 PM, Luis Fernando Planella Gonzalez wrote:
> I'm really concerned that all those interrupts might slow down the
> computer somehow...
> Here is an attached syslog part after a reboot.
> Sometimes, the ratelimit says that thousands of callbacks were suppressed.
> Is there a way to make this message be displayed only once?
>
> In arch/x86/kernel/irq.c, the line 213 is:
> irq = __get_cpu_var(vector_irq)[vector];
>
> In my case, the returned irq is -1. Doesn't it makes sense to not log
> the "No irq handler for vector" message when irq<  0?
>
> Or even a deeper answer: Why, in my case, the resulting irq is -1?

Not logging would just cover up the problem, the issue in your case is 
that something seems to be asserting a ton of interrupts on an IRQ line 
that no driver has claimed..

>
>
>
> 2009/8/10 Luis Fernando Planella Gonzalez<lfpg.dev@gmail.com>:
>> I've just compiled 2.6.30.4, and it shows another info:
>> do_IRQ: 0.91 No irq handler for vector (irq -1)
>>
>> Attached are the /proc/interrupts and the lspci -vv
>>
>> Anyway, sorry for not specifying my hardware:
>> * Intel Core2 Duo 2.13 GHz
>> * 2GB RAM
>> * NVidia 7900 GS
>>
>> Thanks.
>>


  reply	other threads:[~2009-08-12 23:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 23:30 Flooded by do_IRQ: 0.91 No irq handler for vector Luis Fernando Planella Gonzalez
2009-08-10 23:53 ` Justin P. Mattock
2009-08-11  1:01 ` Robert Hancock
2009-08-11  1:25   ` Luis Fernando Planella Gonzalez
2009-08-11 22:28     ` Luis Fernando Planella Gonzalez
2009-08-12 23:59       ` Robert Hancock [this message]
2009-08-19 18:39         ` Eric W. Biederman
2009-08-19 21:46           ` Luis Fernando Planella Gonzalez
2009-08-20  2:48             ` Eric W. Biederman
2009-08-20 13:31               ` Luis Fernando Planella Gonzalez
2009-09-17  0:30                 ` Luis Fernando Planella Gonzalez
2009-08-31 15:58 ` Américo Wang

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=4A835760.2050803@gmail.com \
    --to=hancockrwd@gmail.com \
    --cc=lfpg.dev@gmail.com \
    --cc=linux-kernel@vger.kernel.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.