Re: [PATCH] virtio-rng: Remove false BUG for spurious callbacks

2009-04-26 Thread Rusty Russell
On Sat, 25 Apr 2009 12:53:12 am Linus Torvalds wrote: > > On Thu, 23 Apr 2009, Rusty Russell wrote: > > > > From: Christian Borntraeger > > > > The virtio-rng drivers checks for spurious callbacks. Since > > callbacks can be implemented via shared interrupts (e.g. PCI) this > > could lead to gue

Re: [PATCH] virtio-rng: Remove false BUG for spurious callbacks

2009-04-24 Thread Linus Torvalds
On Thu, 23 Apr 2009, Rusty Russell wrote: > > From: Christian Borntraeger > > 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: Chr

[PATCH] virtio-rng: Remove false BUG for spurious callbacks

2009-04-23 Thread Rusty Russell
From: Christian Borntraeger 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 --- drivers/char/hw_random/virtio-rng.c