From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 2/3] watchdog: control hard lockup detection default Date: Thu, 24 Jul 2014 13:45:47 +0200 Message-ID: <53D0F1EB.9080504@redhat.com> References: <1406196811-5384-1-git-send-email-drjones@redhat.com> <1406196811-5384-3-git-send-email-drjones@redhat.com> <53D0E3F3.6050206@redhat.com> <1140033921.17233579.1406200685037.JavaMail.zimbra@redhat.com> <53D0ED70.4070800@redhat.com> <146661093.17248776.1406202294303.JavaMail.zimbra@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Andrew Jones , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, dzickus@redhat.com, akpm@linux-foundation.org, mingo@redhat.com To: Ulrich Obergfell Return-path: In-Reply-To: <146661093.17248776.1406202294303.JavaMail.zimbra@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 24/07/2014 13:44, Ulrich Obergfell ha scritto: > > But this means that it is not possible to re-enable softlockup detection > > only. I think that should be the effect of echo 0 + echo 1, if > > hardlockup detection was disabled by either the command line or patch 3. > > The idea was to give the user two options to override the effect of patch 3/3. > Either via the kernel command line ('nmi_watchdog=') at boot time or via /proc > ('echo 0' + 'echo 1') when the system is up and running. I think the kernel command line is enough; another alternative is to split the nmi_watchdog /proc entry in two. Paolo