From: Ingo Molnar Date: Sun, 26 Mar 2006 09:36:54 +0000 (-0800) Subject: [PATCH] drivers/block/floppy.c: dont free_irq() from irq context X-Git-Tag: v2.6.17-rc1~659 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc659d813fdd1789e605d69d0b8762d284e8c60;p=pandora-kernel.git [PATCH] drivers/block/floppy.c: dont free_irq() from irq context free_irq() should not be executed from softirq context. Found by the lock validator. The fix is to push fd_free_irq() into keventd. The code validates fine with this patch applied. (akpm: this is revolting, but so is floppy.c) [akpm@osdl.org: added flush_scheduled_work()] Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed