Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp83454imm; Thu, 2 Aug 2018 14:25:46 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeQn8bUN6BxpHO0IU/dX2HLjn7dmVNVrS7KSjli2l7doEhVDyVvanondpejgotdv5zF+0u7 X-Received: by 2002:a62:3e1a:: with SMTP id l26-v6mr1224197pfa.214.1533245146167; Thu, 02 Aug 2018 14:25:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533245146; cv=none; d=google.com; s=arc-20160816; b=CKNVLnJrFtoqbqDWFvgU/6dRRJrlil14vyZBw1wsWv4GLRtMIwk4YqJx9JFpdj+Xt2 MpveA5dCgCajUapYCR+WTPVEWt3NFvuLLhvOr7dfHkGF8/mGVueu8eQ255zrBYQOoOWv I73a0f6MslCDygYhO0OdMDrXHMzN05ZKZ7yXXNbtUrZ+wydfJxrOeHZgFuqYXScYRWV9 MSwFfeMW4m2j18TZFOY5LGR2oez7nvaH8zed2Ok9fmLri2h2AOjzBTjtQbMTYjVNxDsS 4fA8CKTYS0ym/BriuSY8oifbwl8kgQ+uFvaqboS4McBrhkgWILXKZXidAtS2TinlcKPl mOag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=zTfOhtXaglQ9JKmZL2eLYRi1kO1Lze0RYmyr0hjBNS0=; b=rMWxzNS/a+2NyMkd2iV50uSUsqze7Yl0SXsDLQzJTxN6Mrho9k09Zf2dr4JCCX0GOU 8N3S0xBAxMhxMlYmgaDmNtyzPd0eUmkwhDNkH46L4oGzo8rQ94lmiRsItuzcOaa1AXsB 2pqfB58EEDNNyrOn4zm8q2T8PLJqMy/AXG0h2UEiMUi04Azaz2shthbpeAcbgnGyze6Q aQTAawGew50b/bB5CV0uoGQyWxELzd1yaihNBv0UyVfmpBvuUES+R5GruPafVSHn6NW1 rFyzrAyGzR8SI3Lt04UBmxOE8ZAvub7pPVawP4HjUK1+u2a70C2bxxnJGG3Hka4Ck3gN E0mg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i23-v6si3256042pgb.246.2018.08.02.14.25.31; Thu, 02 Aug 2018 14:25:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731919AbeHBXRO (ORCPT + 99 others); Thu, 2 Aug 2018 19:17:14 -0400 Received: from g2t1383g.austin.hpe.com ([15.233.16.89]:30765 "EHLO g2t1383g.austin.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729008AbeHBXRO (ORCPT ); Thu, 2 Aug 2018 19:17:14 -0400 Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by g2t1383g.austin.hpe.com (Postfix) with ESMTPS id 59CC1198D; Thu, 2 Aug 2018 21:24:18 +0000 (UTC) Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id B90DC84; Thu, 2 Aug 2018 21:24:17 +0000 (UTC) Received: from lxbuild.ftc.rdlabs.hpecorp.net (lxbuild.ftc.rdlabs.hpecorp.net [16.78.34.175]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 13E4136; Thu, 2 Aug 2018 21:24:16 +0000 (UTC) From: Jerry Hoemann To: wim@linux-watchdog.org, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Jerry Hoemann Subject: [PATCH 0/4] watchdog: hpwdt: Bug Fixes/Enhancement Date: Thu, 2 Aug 2018 15:15:37 -0600 Message-Id: <1533244541-42310-1-git-send-email-jerry.hoemann@hpe.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Two defect fixes and one enhancement. 0001: Initialize pretimeout from module parameter. Bug Fix. Pretimeout was getting programmed correctly in the hardware, but this issue caused it to not be displayed correctly in sysfs. 0002: Claim NMI from iLO Bug Fix. Default configuration worked, but if user were to disable the pretimeout for the watchdog, then an explicit request to NMI the system from the iLO virutal button would fail. 0003: Display module parameters Enhancement. Display all the module parameters when loading the driver. Makes it easier to diagnose problems. 0004: Update version number. Bump version number to reflect changes. Jerry Hoemann (4): watchdog: hpwdt: Initialize pretimeout from module parameter. watchdog: hpwdt: Claim NMI from iLO watchdog: hpwdt: Display module parameters. watchdog: hpwdt: Update version number. drivers/watchdog/hpwdt.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -- 1.8.3.1