https://bugzilla.kernel.org/show_bug.cgi?id=187311

Lv Zheng <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #19 from Lv Zheng <[email protected]> ---
The affection seems to be caused by the deletion of ACPI_FADT_V2_SIZEļ¼›

     FADT V1 size: 0x074      ACPI 1.0
-    FADT V2 size: 0x084
     FADT V3 size: 0x0F4      ACPI 2.0
     FADT V4 size: 0x100      ACPI 3.0 and ACPI 4.0
     FADT V5 size: 0x10C      ACPI 5.0
     FADT V6 size: 0x114      ACPI 6.0

Should the following line:
    if (acpi_gbl_FADT.header.length <= ACPI_FADT_V3_SIZE) {
be changed to:
    if (acpi_gbl_FADT.header.length < ACPI_FADT_V3_SIZE) {

Please give this change a try.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to