On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng <[email protected]> wrote:
> From: Chen Yu <[email protected]>
>
> Commit 7bc5a2bad0b8 ("ACPI: Support _OSI("Darwin") correctly") always
> reports positive value when Apple hardware queries _OSI("Darwin"). However
> since this implementation places the judgement in runtime, it breaks
> acpi_osi=!Darwin and cannot return unsupported for _OSI("WinXXX") invoked
> before invoking _OSI("Darwin").
>
> This patch fixes the issues by reverting the wrong support and implementing
> the default behavior of _OSI("Darwin")/_OSI("WinXXX") on Apple hardware via
> DMI matching.
>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=92111
> Reported-by: Lukas Wunner <[email protected]>
> Signed-off-by: Chen Yu <[email protected]>
> Signed-off-by: Lv Zheng <[email protected]>

Why don't you add a Fixes tag pointing to the problematic commit?

Reply via email to