[PATCH] 2.6.13-rc3-git5: fix Bug #4416 (0/2)
From: Rafael J. Wysocki
Date: Tue Jul 26 2005 - 05:56:50 EST
Hi,
The following two patches are necessary to prevent my box (Asus L5D) from
hanging solid during resume from disk.
The problem is that, apparently, some out-of-order interrupts may be
generated during resume and if some drivers do not call free_irq() on
suspend, these interrupts are mishandled. For reference please see
http://bugzilla.kernel.org/show_bug.cgi?id=4416
and
http://sourceforge.net/mailarchive/message.php?msg_id=12448907
The first patch adds free_irq() and request_irq() to the suspend and resume
routines, respectively, in the snd_intel8x0 driver.
The second one adds basic suspend/resume support to the sk98lin driver.
Please consider for applying,
Rafael
--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/