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: <CAJZ5v0jLoXSCTzLpP4MkLwu9tvUBbO04ZgoJHq_8P6nWQWFWWQ@mail.gmail.com>
Date: Fri, 9 May 2025 20:16:31 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Mingcong Bai <jeffbai@...c.io>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>, Kexy Biscuit <kexybiscuit@...c.io>, Runhua He <hua@...c.io>, 
	stable@...r.kernel.org, Len Brown <lenb@...nel.org>, Li Chen <me@...ux.beauty>, 
	"open list:ACPI" <linux-acpi@...r.kernel.org>, open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override

On Thu, Apr 17, 2025 at 9:40 AM Mingcong Bai <jeffbai@...c.io> wrote:
>
> The vendor name for MECHREVO was incorrectly spelled in commit
> b53f09ecd602 ("ACPI: resource: Do IRQ override on MECHREV GM7XG0M").
>
> Correct this typo in this trivial patch.
>
> Cc: stable@...r.kernel.org
> Fixes: b53f09ecd602 ("ACPI: resource: Do IRQ override on MECHREV GM7XG0M")
> Signed-off-by: Mingcong Bai <jeffbai@...c.io>
> ---
>  drivers/acpi/resource.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index 14c7bac4100b..7d59c6c9185f 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -534,7 +534,7 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
>   */
>  static const struct dmi_system_id irq1_edge_low_force_override[] = {
>         {
> -               /* MECHREV Jiaolong17KS Series GM7XG0M */
> +               /* MECHREVO Jiaolong17KS Series GM7XG0M */
>                 .matches = {
>                         DMI_MATCH(DMI_BOARD_NAME, "GM7XG0M"),
>                 },
> --

Applied as 6.16 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ