virtio-rng: Remove false BUG for spurious callbacks
commit87b59eac0914ab407df57fe23d880dccd9a9436d
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 24 Apr 2009 22:35:03 +0000 (24 22:35 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 May 2009 22:45:00 +0000 (8 15:45 -0700)
tree77381d04ed287afc396895044b77a1230a2392a9
parent52d2d659032c0110f51b4f9dcf2d4799c48a72f2
virtio-rng: Remove false BUG for spurious callbacks

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>
drivers/char/hw_random/virtio-rng.c