All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Martin Lorenz <martin@lorenz.eu.org>
Cc: linux-thinkpad@linux-thinkpad.org, linux-kernel@vger.kernel.org,
	Ingo Molnar <mingo@elte.hu>
Subject: Re: [ltp] do I have to worry?
Date: Wed, 13 Sep 2006 10:46:00 +0200	[thread overview]
Message-ID: <1158137160.5724.123.camel@localhost.localdomain> (raw)
In-Reply-To: <20060912144106.GT7767@gimli>

On Tue, 2006-09-12 at 16:41 +0200, Martin Lorenz wrote:
> On Tue, Sep 12, 2006 at 12:28:44PM +0200, Dipl.-Ing. Martin Lorenz wrote:
> > Hi all,
> > 
> > I found another error in my dmesg:

Which kernel version ?

> > [50219.992000] e1000: eth0: e1000_watchdog: NIC Link is Down
> > [50225.266000] Trying to free already-free IRQ 201

free_irq() is called either twice or without a previous request_irq()

> > [50225.271000] bridge-eth0: disabling the bridge
> > [50225.274000] bridge-eth0: down
> > [50225.317000] IRQ handler type mismatch for IRQ 90

request_irq() is called for a shared interrupt, where one of the drivers
does not set the IRQF_SHARED flag.

Can you provide a full bootlog and "lspci -vvv" output please ?

	tglx



  reply	other threads:[~2006-09-13  8:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20060912102844.GH7767@gimli>
2006-09-12 14:41 ` [ltp] do I have to worry? Martin Lorenz
2006-09-13  8:46   ` Thomas Gleixner [this message]
     [not found]   ` <450712D2.6080209@intel.com>
     [not found]     ` <20060912205154.GB7767@gimli>
     [not found]       ` <450720CA.3070303@intel.com>
     [not found]         ` <20060912214845.GE7767@gimli>
     [not found]           ` <45073051.1030708@intel.com>
2006-09-14 10:32             ` Martin Lorenz

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=1158137160.5724.123.camel@localhost.localdomain \
    --to=tglx@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-thinkpad@linux-thinkpad.org \
    --cc=martin@lorenz.eu.org \
    --cc=mingo@elte.hu \
    /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.