[Bug 284912] acpi_wmi: How do I wire this up?

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Mar 2025 02:28:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284912

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f9b4092743fc99b1b3727a59f4c66fa07f0f895f

commit f9b4092743fc99b1b3727a59f4c66fa07f0f895f
Author:     Takanori Watanabe <takawata@FreeBSD.org>
AuthorDate: 2025-02-25 09:54:34 +0000
Commit:     Takanori Watanabe <takawata@FreeBSD.org>
CommitDate: 2025-03-10 02:22:30 +0000

    acpi_wmi: Add type check before evaluaeting query ACPI method
    Some ACPI wmi query is implemented by named object, not method,
    ACPICA complains when non-method object is evaluated with one or more
arguments.
    Especially, almost all binary MOF object obtaining method is the case.

    This commit will fix it.

    PR:     284912
    Reported by:    Alexander Ziaee
    Differential Revision: https://reviews.freebsd.org/D49129

 sys/dev/acpi_support/acpi_wmi.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.