]> git.baikalelectronics.ru Git - kernel.git/commit
virtio-rng: Remove false BUG for spurious callbacks
authorChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 23 Apr 2009 07:12:59 +0000 (16:42 +0930)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Apr 2009 20:28:30 +0000 (13:28 -0700)
commit6db3525f7ed0a91ce41ac1a2e1de387fbc9ab557
treed304de3e207ab02d9e02f944f54cebcf31ea2e73
parent71bed2996e78223c5801cbd044f8a9925e41aad1
virtio-rng: Remove false BUG for spurious callbacks

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