2.6.22-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Thomas Gleixner <tglx@linutronix.de>
patch 496634217e5671ed876a0348e9f5b7165e830b20 in mainline.
Commit 5a43a066b11ac2fe84cf67307f20b83bea390f83: "genirq: Allow fasteoi
handler to retrigger disabled interrupts" was erroneously applied to
handle_level_irq(). This added the irq retrigger / resend functionality
to the level irq handler.
Revert the offending bits.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
kernel/irq/chip.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -352,13 +352,10 @@ handle_level_irq(unsigned int irq, struc
* keep it masked and get out of here
*/
action = desc->action;
- if (unlikely(!action || (desc->status & IRQ_DISABLED))) {
- desc->status |= IRQ_PENDING;
+ if (unlikely(!action || (desc->status & IRQ_DISABLED)))
goto out_unlock;
- }
desc->status |= IRQ_INPROGRESS;
- desc->status &= ~IRQ_PENDING;
spin_unlock(&desc->lock);
action_ret = handle_IRQ_event(irq, action);
--
-
| Karl Meyer | PROBLEM: 2.6.23-rc "NETDEV WATCHDOG: eth0: transmit timed out" |
| David Miller | Slow DOWN, please!!! |
| S.Çağlar | Rescheduling interrupts |
| Renato S. Yamane | Error -71 on device descriptor read/all |
git: | |
| Sverre Rabbelier | Git vs Monotone |
| Sergei Organov | Newbie: report of first experience with git-rebase. |
| Paolo Ciarrocchi | Question about "git commit -a" |
| Matthieu Moy | git push to a non-bare repository |
| Richard Stallman | Real men don't attack straw men |
| Brandon Mercer | Solid State Hard Disk in OpenBSD |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Pau | acer aspire one dmesg? |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
| Sami Farin | Linux 2.6.27.5 / SFQ/HTB scheduling problems |
| Jarek Poplawski | [PATCH take 2] pkt_sched: Protect gen estimators under est_lock. |
| Stephen Hemminger | Re: data received but not detected |
