Re: [PATCH] [SCSI] sym53c8xx: fix "irq X: nobody cared" regression in 2.6.24

2007-12-14 Thread Matthew Wilcox
On Fri, Dec 14, 2007 at 03:45:16PM -0500, Tony Battersby wrote: > After this happens, the kernel disables the IRQ, causing the SCSI card > to stop working until the next reboot. The problem is caused by the > interrupt handler returning IRQ_NONE instead of IRQ_HANDLED after > handling an interrupt

[PATCH] [SCSI] sym53c8xx: fix "irq X: nobody cared" regression in 2.6.24

2007-12-14 Thread Tony Battersby
The patch described by the following excerpt from ChangeLog-2.6.24-rc1 eventually causes a "irq X: nobody cared" error after a while: commit 99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1 Author: Matthew Wilcox <[EMAIL PROTECTED]> Date: Fri Oct 5 15:55:12 2007 -0400 [SCSI] sym53c8xx: Make interru