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] [day] [month] [year] [list]
Date:   Tue, 17 Aug 2021 14:55:32 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc:     Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: remove amd_energy driver in Makefile

On Tue, Aug 17, 2021 at 10:48:11AM +0200, Lukas Bulwahn wrote:
> Commit 9049572fb145 ("hwmon: Remove amd_energy driver") removes the driver,
> but misses to adjust the Makefile.
> 
> Hence, ./scripts/checkkconfigsymbols.py warns:
> 
> SENSORS_AMD_ENERGY
> Referencing files: drivers/hwmon/Makefile
> 
> Remove the missing piece of this driver removal.
> 
> Fixes: 9049572fb145 ("hwmon: Remove amd_energy driver")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
> index 53a8f4b500b8..4b33421746c0 100644
> --- a/drivers/hwmon/Makefile
> +++ b/drivers/hwmon/Makefile
> @@ -45,7 +45,6 @@ obj-$(CONFIG_SENSORS_ADT7462)	+= adt7462.o
>  obj-$(CONFIG_SENSORS_ADT7470)	+= adt7470.o
>  obj-$(CONFIG_SENSORS_ADT7475)	+= adt7475.o
>  obj-$(CONFIG_SENSORS_AHT10)	+= aht10.o
> -obj-$(CONFIG_SENSORS_AMD_ENERGY) += amd_energy.o
>  obj-$(CONFIG_SENSORS_APPLESMC)	+= applesmc.o
>  obj-$(CONFIG_SENSORS_ARM_SCMI)	+= scmi-hwmon.o
>  obj-$(CONFIG_SENSORS_ARM_SCPI)	+= scpi-hwmon.o

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ