virtio-rng: Remove false BUG for spurious callbacks
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 24 Apr 2009 22:35:03 +0000 (22:35 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 May 2009 21:54:33 +0000 (14:54 -0700)
upstream commit: e5b89542ea18020961882228c26db3ba87f6e608

The virtio-rng drivers checks for spurious callbacks. Since
callbacks can be implemented via shared interrupts (e.g. PCI) this
could lead to guest kernel oopses with lots of virtio devices.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found