Received: by 10.223.185.116 with SMTP id b49csp34081wrg; Tue, 13 Feb 2018 16:02:53 -0800 (PST) X-Google-Smtp-Source: AH8x2263BRfMT/ULlsuGWsvmBbFf4l2wdBSdyiXRIOdZIzNufqPGuo88vDUTZVCAwY9VygVKAGLo X-Received: by 10.98.147.209 with SMTP id r78mr2899784pfk.204.1518566573483; Tue, 13 Feb 2018 16:02:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518566573; cv=none; d=google.com; s=arc-20160816; b=a3p4EaoD6ocMs37JnIfdIlHQFVAyBaBYtKeAeESL6BESjwrhcqCGL3vKGyxlUsIRFC yJM3XHpV3p40KiXAqMJv+1Lu+aHe/PWxp8umcx8C0jwHTvN+GJFFwZ7PiectnTD6MSNa W9Wxmw6VpUPhRomVoecjWNvEV+y4ajWxgmFIM+Ch34qW+Pph4VxDNtmrNq/WUslHIWbk CP5rp8wVyxNN9FGwJBSKk+Z4siY/zv6olutrzRF6xgik1LUqXzt/nGJB048bi6nZWWFA HXWSTyhfvLSog0C1l0OKZPUGLR8sjZ+u4ZTVQoYa3JxTlPlnvmT2yT0w58hg6yufnWz4 37BQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:reply-to:message-id :subject:cc:to:from:date:arc-authentication-results; bh=Wz7noc6O6hEfvD53XokLVkIcwr+XrlxWVK3NJSxkHCA=; b=HWbo3CdOoiZb6LvcxbNZjfkcc1Fo6gEe6C+nPVpUnYAsYcl8P8LYFLvKHNwLxPd0S+ jaOnaHNi7flb/sdSOTpINJVKiRDcF8k1EGHG3Qaqz6FL2kAqiYxJqgYDQcdeifVA7uEg 4IiqlTL7fo5VzP38oO9AHb77GopT9DsebOjNI2MwVeixk+YSrGNdf6nBuXbiYgzoq43V WYYpKAZZs59PEKGcM9e/p7DQkJJXIflzEr7PI+/i1vwfF6HR87FM4SnV8drMlRWIgRNj eiQoerCETBTbW9qBOjn7VT95OHbR/AN18YF3RzQQ9AxWY7oZv4JtVl3kFpVoZNhw1z81 IQIw== 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 1-v6si8123114plx.93.2018.02.13.16.02.38; Tue, 13 Feb 2018 16:02:53 -0800 (PST) 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 S966189AbeBNAB5 (ORCPT + 99 others); Tue, 13 Feb 2018 19:01:57 -0500 Received: from g9t5009.houston.hpe.com ([15.241.48.73]:54712 "EHLO g9t5009.houston.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966108AbeBNABz (ORCPT ); Tue, 13 Feb 2018 19:01:55 -0500 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id 2482571; Wed, 14 Feb 2018 00:01:54 +0000 (UTC) Received: from anatevka.americas.hpqcorp.net (anatevka.americas.hpqcorp.net [10.34.81.6]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 65B5055; Wed, 14 Feb 2018 00:01:54 +0000 (UTC) Date: Tue, 13 Feb 2018 17:01:54 -0700 From: Jerry Hoemann To: Guenter Roeck Cc: wim@linux-watchdog.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, rwright@hpe.com, maurice.a.saldivar@hpe.com Subject: Re: [PATCH v2 05/11] watchdog/hpwdt: Update Module info. Message-ID: <20180214000154.GF22295@anatevka.americas.hpqcorp.net> Reply-To: Jerry.Hoemann@hpe.com References: <20180212052111.12010-1-jerry.hoemann@hpe.com> <20180212052111.12010-6-jerry.hoemann@hpe.com> <20180213174950.GC22401@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180213174950.GC22401@roeck-us.net> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 13, 2018 at 09:49:50AM -0800, Guenter Roeck wrote: > On Sun, Feb 11, 2018 at 10:21:05PM -0700, Jerry Hoemann wrote: > > Update Module Author and permission on parameters so that the > > parameters show up in sysfs. > > > > Does it really add value to see the module parameters in sysfs ? > You would get both in standardized form by enabling WATCHDOG_SYSFS. Not as much value as it did before I knew about WATCHDOG_SYSFS. :) It might still offer some unit level debug insight. The majority of users of module_param are specifying read permissions, so there is a uniformity aspect to having it. But, not a big deal. I'll remove read permission change if you want me to. -- ----------------------------------------------------------------------------- Jerry Hoemann Software Engineer Hewlett Packard Enterprise -----------------------------------------------------------------------------