[ubuntu/wily-proposed] fwts 15.06.00-0ubuntu1 (Accepted)

Alex Hung alex.hung at ubuntu.com
Wed Jun 3 10:16:16 UTC 2015


fwts (15.06.00-0ubuntu1) wily; urgency=low

  [Alex Hung]
  * acpi: method: update method list according to Table 5-162 in ACPI 6
  * lib: acpi: add an acpi category
  * live-image/fwts-frontend-text: add selections of acpi and uefi tests
  * acpi: add tests to acpi category
  * fwts-test: Update tests with new acpi category
  * acpi: fwts-tests: Remove redundant tailing space and update fwts-tests
  * fwts-test: Update tests with cpufreq changes
  * auto-packager: mkpackage.sh: remove lucid
  * auto-packager: mkpackage.sh: add wily

  [Colin Ian King]
  * Debian: control: remove Chris from uploaders list
  * uefi: uefirtvariable: Add invalid NULL parameter sanity checks
  * fwts-test: update to sync with UEFI test changes
  * acpi: Add SPCR ACPI table check (LP: #1433604)
  * fwts-test: Update tests with new SPCR test
  * ACPICA: Update version to 20150410 (LP: #1441773)
  * lib: fwts_acpi_tables: print correct pathname on error
  * lib: fwts_acpi_tables: set count correctly on error
  * lib: fwts_acpi_tables: only attempt to open a dumpfile if name is defined
  * pci: aspm: check that a table exists, fixes segv on arm64
  * lib: fwts_smbios: only scan memory for DMI table if x86
  * dmi: dmicheck: add 4 new DMI chassis types
  * acpi: spcr: remove unnecessary include files and fix ARM build issue
  * pci: maxreadreq: skip test if /sys/bus/pci/devices is not available
  * acpi: spcr: issue a passed message if SPCR test passes
  * doc: fwts manual: update list of contributors at end of the manual
  * fwts-test: arg-help-0001: modify regex to match upper/lower case version
  * lib: fwts_alloc: provide fallback low memory allocator strategy
    (LP: #1452168)
  * bios: mtrr: fix memory leak on mtrr entries
  * hotkey: only process reads of hotkey events that are at least the correct
    length
  * uefi: uefirtvariable: fix incorrect buffer size being passed
  * lib: fwts_acpi_tables: enforce stricter table loading checks
  * acpi: battery: clean up source, no functional change
  * lib: acpica: explicitly set buffer to NULL to remove cppcheck warning
  * acpica: fwts_iasl_interface: clean up static analyzer warning on freopen
  * lib: fwts_pipe: clean up static analyzer warning on freopen
  * ACPICA: Update version to 20150515 (LP: #1455946)

  [Heyi Guo]
  * uefi: efi_runtime: eliminate confusing error message of get_variable
  * acpi: method: _PRS is not mandatory method
  * acpi: acpitables: FADT: Ignore fields at offset 46 through 108 for
    HW_REDUCED_ACPI
  * efi_runtime: get_nextvariablename: Fix bug of name string copy

  [Jeremy Kerr]
  * fwts: Add fwts_firmware_has_features
  * fwts: Only run firmware detection once
  * fwts: Allow tests to be conditional on available features
  * fwts: Print names of missing features, rather than a cryptic bitmask
  * fwts: Add FWTS_FW_FEATURE_DEVICETREE
  * fwts: Add OPAL firmware type
  * cpu/cpufreq: Don't reparse cpu information
  * cpu/cpufreq: hz_almost_equal is unused if !FWTS_ARCH_INTEL
  * cpu/cpufreq: Add a separate cpufreq consistency test
  * cpu/cpufreq: Add test for duplicate entries in cpufreq tables
  * cpu/cpufreq: Do bios limit and claimed max checks as separate tests
  * cpu/cpufreq: Refactor CPU performance tests
  * cpu/cpufreq: Always check that cpufreq changes have taken
  * fwts: Use linux perf counters for cpu benchmarking
  * fwts: Use gettimeofday for cpu benchmark
  * fwts: scale cpu benchmark results to one second
  * cpu/cpufreq: Only run performance tests on master threads

Date: Wed, 03 Jun 2015 16:37:55 +0800
Changed-By: Alex Hung <alex.hung at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Keng-Yu Lin <keng-yu.lin at canonical.com>
https://launchpad.net/ubuntu/+source/fwts/15.06.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 03 Jun 2015 16:37:55 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 15.06.00-0ubuntu1
Distribution: wily
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Alex Hung <alex.hung at ubuntu.com>
Description: 
 fwts       - FirmWare Test Suite
 fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
 fwts-frontend - Firmware Test Suite frontend interface
 libfwts1   - FirmWare Test Suite core support library
 libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
 libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Launchpad-Bugs-Fixed: 1433604 1441773 1452168 1455946
Changes: 
 fwts (15.06.00-0ubuntu1) wily; urgency=low
 .
   [Alex Hung]
   * acpi: method: update method list according to Table 5-162 in ACPI 6
   * lib: acpi: add an acpi category
   * live-image/fwts-frontend-text: add selections of acpi and uefi tests
   * acpi: add tests to acpi category
   * fwts-test: Update tests with new acpi category
   * acpi: fwts-tests: Remove redundant tailing space and update fwts-tests
   * fwts-test: Update tests with cpufreq changes
   * auto-packager: mkpackage.sh: remove lucid
   * auto-packager: mkpackage.sh: add wily
 .
   [Colin Ian King]
   * Debian: control: remove Chris from uploaders list
   * uefi: uefirtvariable: Add invalid NULL parameter sanity checks
   * fwts-test: update to sync with UEFI test changes
   * acpi: Add SPCR ACPI table check (LP: #1433604)
   * fwts-test: Update tests with new SPCR test
   * ACPICA: Update version to 20150410 (LP: #1441773)
   * lib: fwts_acpi_tables: print correct pathname on error
   * lib: fwts_acpi_tables: set count correctly on error
   * lib: fwts_acpi_tables: only attempt to open a dumpfile if name is defined
   * pci: aspm: check that a table exists, fixes segv on arm64
   * lib: fwts_smbios: only scan memory for DMI table if x86
   * dmi: dmicheck: add 4 new DMI chassis types
   * acpi: spcr: remove unnecessary include files and fix ARM build issue
   * pci: maxreadreq: skip test if /sys/bus/pci/devices is not available
   * acpi: spcr: issue a passed message if SPCR test passes
   * doc: fwts manual: update list of contributors at end of the manual
   * fwts-test: arg-help-0001: modify regex to match upper/lower case version
   * lib: fwts_alloc: provide fallback low memory allocator strategy
     (LP: #1452168)
   * bios: mtrr: fix memory leak on mtrr entries
   * hotkey: only process reads of hotkey events that are at least the correct
     length
   * uefi: uefirtvariable: fix incorrect buffer size being passed
   * lib: fwts_acpi_tables: enforce stricter table loading checks
   * acpi: battery: clean up source, no functional change
   * lib: acpica: explicitly set buffer to NULL to remove cppcheck warning
   * acpica: fwts_iasl_interface: clean up static analyzer warning on freopen
   * lib: fwts_pipe: clean up static analyzer warning on freopen
   * ACPICA: Update version to 20150515 (LP: #1455946)
 .
   [Heyi Guo]
   * uefi: efi_runtime: eliminate confusing error message of get_variable
   * acpi: method: _PRS is not mandatory method
   * acpi: acpitables: FADT: Ignore fields at offset 46 through 108 for
     HW_REDUCED_ACPI
   * efi_runtime: get_nextvariablename: Fix bug of name string copy
 .
   [Jeremy Kerr]
   * fwts: Add fwts_firmware_has_features
   * fwts: Only run firmware detection once
   * fwts: Allow tests to be conditional on available features
   * fwts: Print names of missing features, rather than a cryptic bitmask
   * fwts: Add FWTS_FW_FEATURE_DEVICETREE
   * fwts: Add OPAL firmware type
   * cpu/cpufreq: Don't reparse cpu information
   * cpu/cpufreq: hz_almost_equal is unused if !FWTS_ARCH_INTEL
   * cpu/cpufreq: Add a separate cpufreq consistency test
   * cpu/cpufreq: Add test for duplicate entries in cpufreq tables
   * cpu/cpufreq: Do bios limit and claimed max checks as separate tests
   * cpu/cpufreq: Refactor CPU performance tests
   * cpu/cpufreq: Always check that cpufreq changes have taken
   * fwts: Use linux perf counters for cpu benchmarking
   * fwts: Use gettimeofday for cpu benchmark
   * fwts: scale cpu benchmark results to one second
   * cpu/cpufreq: Only run performance tests on master threads
Checksums-Sha1: 
 ce7d534bd338fd573c0388359f15b57ef1adb0d9 2279 fwts_15.06.00-0ubuntu1.dsc
 aa323892cf57e2888fc9a95115aec26aabd9e738 3125714 fwts_15.06.00.orig.tar.gz
 87f8c3319e9fc3f70a2d6f8e650338dd7e22b941 40313 fwts_15.06.00-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a4f75547b05bfe4ca998b5b2866e8b9c45e62342bcac599bac6f242e555830aa 2279 fwts_15.06.00-0ubuntu1.dsc
 61a7b4f1e3005e849f42d68539eb97c17a294554d9b734a28859c0f1a01bfdbd 3125714 fwts_15.06.00.orig.tar.gz
 733bfeaafab198afbb9468547a0021bd0820c8650838d01c142fa5ef1609237c 40313 fwts_15.06.00-0ubuntu1.debian.tar.gz
Files: 
 5c42965fc0d58c698008c23e28529b5a 2279 devel optional fwts_15.06.00-0ubuntu1.dsc
 5768a900259f98c275f791d0332959e3 3125714 devel optional fwts_15.06.00.orig.tar.gz
 d7a799f644328524b8ebfbd33e051b75 40313 devel optional fwts_15.06.00-0ubuntu1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVbtPGAAoJEMYXhp8UeFBO7/sP+wWwPSm5N9wtVQe1+NL8gxE/
c2JM/vq4Hl511EbJS9PhPZJt8MBqwllJEVAIbBLhsdvCDR/dLTGt4QHJupWYjkEg
/sW1aO7009O02wq3IrIZZuDtX++zIIBHB8MKHBdiOvuQ46iaIJpNnOd6qx9ZRUAj
kAPRqf0wrlLdIEVI7lBW5UvuVVK/Amhy+EDlFyonXEb/tQhsYCJ6vwa/WM2knjnN
6jv42T1LGkqI/96MuUglRmScEDZU0jUOSynZ7NwsZs6w+n3dan0+S6fLovusr7WJ
KHTPC4Z1bX3RQT512m5UcOjISA98PFhbemP8PGsMHe0srTAyKq/LG/J1EE6CR8ZQ
1FNGd3CA+UjY7T9eWa4vzOIZZsVVpDXQxZiiimbFmawYp/5u+8DFK1f/zjS5ExV/
qj2ASMpme111gKOMUuUfEHq2/85PUWEzOkUSyQ/SrtutC+PYtOPd9halUgPzW/IJ
YZpUcf9UxlTk11ne8rjU1E83myLhsZKjHft0pfHSqbd/VO5qOdwtkIrkzmnHWEDz
hcdUUejSTSWKsbSL6VXJjfSD6DcpGf9RFFC2HpADLQP+a+C16LkunXg4iAHFlVSd
WGwUdym3vbYWAY7Vgsk9GRGyiF5pmNey6T13tKe/Nx/Jzf2xxzEXN2o+KASEaZOX
UFg0yTN3CgnvM9wOIkne
=wSOr
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list