It's not recommended for KVM guests to enable hard lockup detection, as false positives may be easily triggered by, for example, vcpu overcommit. However any kernel compiled with HARDLOCKUP_DETECTOR that detects a PMU on boot will by default enable hard lockup detection. This series gives a kernel a mechanism to opt out of this default. Users can still force hard lockup detection on using the kernel command line option 'nmi_watchdog=1'. The first patch is a watchdog fix, and can be taken separately. The next patch provides the default opt out mechanism, and the final patch applies it to kvm guests. Thanks in advance for reviews, drew Ulrich Obergfell (3): watchdog: fix print-once on enable watchdog: control hard lockup detection default kvm: ensure hard lockup detection is disabled by default arch/x86/kernel/kvm.c | 8 ++++++++ include/linux/nmi.h | 9 +++++++++ kernel/watchdog.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 63 insertions(+), 2 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html