From: Jeff Garzik <jgarzik@pobox.com>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>,
James Bottomley <James.Bottomley@steeleye.com>,
linuxraid@amcc.com
Cc: Mark Lord <liml@rtr.ca>
Subject: [PATCH 0/3] Fix 3ware irq handling
Date: Wed, 02 Mar 2005 02:18:39 -0500 [thread overview]
Message-ID: <422568CF.3060307@pobox.com> (raw)
In-Reply-To: <42234279.6030004@rtr.ca>
Mark Lord wrote:
> >"irq XX: nobody cared" is a screaming interrupt situation, which could
> have 1001 causes.
>
> Speaking of which. The 3ware drivers appear to have a bug
> in their handling of this. They *always* report "handled=1"
> from their interrupt routines, regardless of whether it was
> their hardware or not that was signalling for attention.
Thanks for pointing this out, Mark.
What follows is a patch series to clean this up:
patch 1: only report IRQ_HANDLED when needed
patch 2: remove bogus "my irq == my irq" test
patch 3: fix indentation, after patch #2's change
next prev parent reply other threads:[~2005-03-02 7:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-24 1:58 2.6.11-rc4 libata-core (irq 30: nobody cared!) Brian Kuschak
2005-02-24 2:01 ` Brian Kuschak
2005-02-24 2:34 ` [PATCH] " Jeff Garzik
2005-02-24 2:36 ` Jeff Garzik
2005-02-24 2:58 ` Brian Kuschak
2005-02-26 19:32 ` Rogério Brito
2005-02-26 20:19 ` Jeff Garzik
2005-02-26 23:18 ` Rogério Brito
2005-02-28 16:10 ` Mark Lord
2005-03-02 7:18 ` Jeff Garzik [this message]
2005-03-02 7:20 ` [PATCH 1/3] Fix 3ware irq handling: correct IRQ_HANDLED Jeff Garzik
2005-03-02 7:21 ` [PATCH 2/3] Fix 3ware irq handling: remove bogus test Jeff Garzik
2005-03-02 7:22 ` [PATCH 3/3] Fix 3ware irq handling: update irq handler indentation Jeff Garzik
2005-03-02 7:31 ` Jeff Garzik
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=422568CF.3060307@pobox.com \
--to=jgarzik@pobox.com \
--cc=James.Bottomley@steeleye.com \
--cc=liml@rtr.ca \
--cc=linux-scsi@vger.kernel.org \
--cc=linuxraid@amcc.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.