From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from merlin.infradead.org ([205.233.59.134]:42419 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753730AbaDYUix (ORCPT ); Fri, 25 Apr 2014 16:38:53 -0400 Message-ID: <535AC7D2.7030603@infradead.org> Date: Fri, 25 Apr 2014 13:38:42 -0700 From: Randy Dunlap MIME-Version: 1.0 To: Masanari Iida , wim@iguana.be, linux-watchdog@vger.kernel.org, thomas.mingarelli@hp.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc: watchdog: Add an usage note on hpwdt with hp-asrd References: <1398423149-5028-1-git-send-email-standby24x7@gmail.com> In-Reply-To: <1398423149-5028-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 04/25/14 03:52, Masanari Iida wrote: > An agent software called hp-asrd from Hewlett Packard > updates same iLO watchdog timer as hpwdt does update. > So they can not be uses simultaneously. > Add this usage note in hpwdt.txt. > > Signed-off-by: Masanari Iida > --- > Documentation/watchdog/hpwdt.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/watchdog/hpwdt.txt b/Documentation/watchdog/hpwdt.txt > index 9488078..719c38d 100644 > --- a/Documentation/watchdog/hpwdt.txt > +++ b/Documentation/watchdog/hpwdt.txt > @@ -89,7 +89,8 @@ Last reviewed: 06/02/2009 > > Hypertransport/CSI Error 31h > > - > +hpwdt can not work as expected if hp-asrd is running simultaneously. cannot , > +Because both hpwdt and hp-asrd update same iLO watchdog timer. because update the same > > -- Tom Mingarelli > (thomas.mingarelli@hp.com) > -- ~Randy