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]
Message-ID: <ef59dcf1-5a53-426b-8c17-00ddc8fe5d11@roeck-us.net>
Date: Wed, 14 Jan 2026 06:18:30 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: leobannocloutier@...il.com, pali@...nel.org
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: (dell-smm) Add Dell G15 5510 to fan control
 whitelist

On 1/13/26 18:00, leobannocloutier@...il.com wrote:
> From: Leo Banno-Cloutier <leobannocloutier@...il.com>
> 

Please consult Documentation/process/submitting-patches.rst
and Documentation/hwmon/submitting-patches.rst before submitting patches.

Where does it say that the patch description and rationale shall be
provided in a separate e-mail ?

Guenter

> ---
>   drivers/hwmon/dell-smm-hwmon.c | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
> index 6040a8940..93143cfc1 100644
> --- a/drivers/hwmon/dell-smm-hwmon.c
> +++ b/drivers/hwmon/dell-smm-hwmon.c
> @@ -1639,6 +1639,14 @@ static const struct dmi_system_id i8k_whitelist_fan_control[] __initconst = {
>   		},
>   		.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
>   	},
> +	{
> +		.ident = "Dell G15 5510",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> +			DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5510"),
> +		},
> +		.driver_data = (void *)&i8k_fan_control_data[I8K_FAN_30A3_31A3],
> +	},
>   	{
>   		.ident = "Dell G15 5511",
>   		.matches = {


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ