From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [patch 3/4] Locally disable the softlockup watchdog rather than touching it Date: Wed, 28 Mar 2007 15:50:04 +0200 Message-ID: <200703281550.04224.ak@suse.de> References: <20070327214919.800272641@goop.org> <20070327215828.085422178@goop.org> <460A6EC0.4020701@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <460A6EC0.4020701@redhat.com> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: virtualization@lists.linux-foundation.org Cc: Prarit Bhargava , Jeremy Fitzhardinge , virtualization@lists.osdl.org, Andrew Morton , Ingo Molnar , John Hawkes , Linux Kernel , Eric Dumazet List-Id: virtualization@lists.linuxfoundation.org On Wednesday 28 March 2007 15:33, Prarit Bhargava wrote: > > Jeremy Fitzhardinge wrote: > > > > I haven't really worked out how this should interact with the nmi > > watchdog; touch_nmi_watchdog() still ends up calling > > touch_softlockup_watchdog(), so there's still some redundancy here. > > > > > > touch_nmi_watchdog is attempting to tickle _all_ CPUs softlockup watchdogs. It is supposed to only touch the current CPU, just like it only touches the NMI watchdog on the current CPU. > > Currently, the code is incorrect -- it is calling > touch_softlockup_watchdog which touches only the current CPU's > softlockup watchdog. Sounds correct to me. -Andi >