]> git.baikalelectronics.ru Git - kernel.git/commit
hung_task: add method to reset detector
authorMarcelo Tosatti <mtosatti@redhat.com>
Sat, 12 Oct 2013 00:39:26 +0000 (21:39 -0300)
committerGleb Natapov <gleb@redhat.com>
Wed, 6 Nov 2013 07:49:02 +0000 (09:49 +0200)
commit8c8619e0d2243d337fc78be311e936d3ee471984
treedd45ba45e6c397081c838b4dd80e42bc3752ad4f
parentb91003475fad176a545c49a927f9691980adaecd
hung_task: add method to reset detector

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.

Acked-by: Don Zickus <dzickus@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kernel/pvclock.c
include/linux/sched.h
kernel/hung_task.c