Re: [patch 1/3] hung_task: add method to reset detector

2013-10-08 Thread Don Zickus
On Mon, Oct 07, 2013 at 10:05:16PM -0300, Marcelo Tosatti wrote: In certain occasions it is possible for a hung task detector positive to be false: continuation from a paused VM, for example. Add a method to reset detection, similar as is done with other kernel watchdogs. This makes sense

[patch 1/3] hung_task: add method to reset detector

2013-10-07 Thread Marcelo Tosatti
In certain occasions it is possible for a hung task detector positive to be false: continuation from a paused VM, for example. Add a method to reset detection, similar as is done with other kernel watchdogs. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Index: kvm/kernel/hung_task.c