← Back to team overview

firmware-testing-team team mailing list archive

Updates for fwts V0.22.15

 

Hi, 

I've pushed out fwts V0.22.15 to the -devel and -stable PPAs to fix two
gnarly bugs:

LP#781709 
        wmi test on a corrupt SSDT where header is less than expected
        header size causes segfault.  Caused when scanning some gathered
        ACPI tables from launchpad. Thanks to Brad Figg for finding this
        one.
        
LP#784013 method test cannot run when loading tables dumped without any
physical addresses
        This addresses an outstanding issue as discussed at UDS with
        Brad. ACPI data gathered with a Python script in a acpidump
        format does not gather table base addresses which means the
        method test cannot resolve a bunch of tables. Also, we sometimes
        don't gather the RSDP, RSDT and XSDT tables, so this fix
        auto-generates these where necessary to allow the method test to
        load and run.
        
Colin