lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Jul 2018 13:12:04 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Andrew Lunn <andrew@...n.ch>
Cc:     David Miller <davem@...emloft.net>,
        netdev <netdev@...r.kernel.org>,
        Florian Fainelli <f.fainelli@...il.com>,
        Russell King <rmk+kernel@....linux.org.uk>,
        linux-hwmon@...r.kernel.org
Subject: Re: [PATCH net-next 1/4] hwmon: Add missing HWMON_T_LCRIT_ALARM
 define

On Tue, Jul 17, 2018 at 09:48:10PM +0200, Andrew Lunn wrote:
> The enum hwmon_temp_lcrit_alarm exists, but the BIT definition is
> missing.
> 
> Signed-off-by: Andrew Lunn <andrew@...n.ch>

Acked-by: Guenter Roeck <linux@...ck-us.net>

... and, yes, I assume the series will be picked up by David.

> ---
>  include/linux/hwmon.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h
> index e5fd2707b6df..1b74ad11a5a4 100644
> --- a/include/linux/hwmon.h
> +++ b/include/linux/hwmon.h
> @@ -93,6 +93,7 @@ enum hwmon_temp_attributes {
>  #define HWMON_T_MIN_ALARM	BIT(hwmon_temp_min_alarm)
>  #define HWMON_T_MAX_ALARM	BIT(hwmon_temp_max_alarm)
>  #define HWMON_T_CRIT_ALARM	BIT(hwmon_temp_crit_alarm)
> +#define HWMON_T_LCRIT_ALARM	BIT(hwmon_temp_lcrit_alarm)
>  #define HWMON_T_EMERGENCY_ALARM	BIT(hwmon_temp_emergency_alarm)
>  #define HWMON_T_FAULT		BIT(hwmon_temp_fault)
>  #define HWMON_T_OFFSET		BIT(hwmon_temp_offset)
> -- 
> 2.18.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ