Re: virtio-balloon: check for freezer in kthread loop

2009-04-19 Thread Marcelo Tosatti
On Sun, Apr 19, 2009 at 11:14:12PM +0930, Rusty Russell wrote: > On Fri, 17 Apr 2009 09:44:04 am Marcelo Tosatti wrote: > > > > Break out of wait_event_interruptible() if freezing has been requested, > > in the vballoon thread. Without this change vballoon refuses to stop and > > the system can't

Re: virtio-balloon: check for freezer in kthread loop

2009-04-19 Thread Rusty Russell
On Fri, 17 Apr 2009 09:44:04 am Marcelo Tosatti wrote: > > Break out of wait_event_interruptible() if freezing has been requested, > in the vballoon thread. Without this change vballoon refuses to stop and > the system can't suspend. > > Signed-off-by: Marcelo Tosatti -stable too, yeah? Applie

virtio-balloon: check for freezer in kthread loop

2009-04-16 Thread Marcelo Tosatti
Break out of wait_event_interruptible() if freezing has been requested, in the vballoon thread. Without this change vballoon refuses to stop and the system can't suspend. Signed-off-by: Marcelo Tosatti diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 5926826.