[ubuntu/utopic-proposed] fwts 14.05.00-0ubuntu0 (Accepted)

Ivan Hu ivan.hu at ubuntu.com
Wed May 7 06:14:17 UTC 2014


fwts (14.05.00-0ubuntu0) utopic; urgency=low

  [Alex Hung]
  * acpi: s3power: update usage example as 10 minutes or more is suggested

  [Colin Ian King]
  * fwts_acpica: fix potential null ptr dereference (LP: #1298419)
  * acpi: acpitables: more ACPI table header sanity checking
  * acpi: acpitables: better checking on FADT SCI_INT
  * acpi: acpidump: fix typo "patform" --> "platform"
  * doc: fwts: add --s3-power-sleep-delay option
  * doc: fwts: use lower case for description
  * fwts-test: acpidump-0001: sync test with fwts
  * fwts-test: arg-help-0001: sync with recent changes in fwts
  * fwts-test: arch-show-tests-full-0001: keep in sync with fwts
  * fwts-test: acpitables-000*: sync with recent acpitables changes
  * fwts-test: arg-table-path-0001: sync test with recent fwts changes
  * data: klog.json: Add a circular list ACPI warning checks
  * data: klog.json: re-work _S1 and _S2 advice
  * Use json_object_object_get_ex if is available
  * lib: fwts_acpi_tables: fix memory leak on error exit path
  * lib: fwts_button: free data after successful fwts_get()
  * pci: crs: fix memory leak on cmdline
  * lib: fwts_ac_adapter: fix memory leak
  * lib: fwts_formatting: fix memory leak
  * cpu: cpufreq: avoid division by zero ob cpu_top_speed
  * acpi: cstates: fix potential integer overflow
  * cpu: cpufreq: use uint64_t for CPU frequencies on HZ.
  * lib: fwts_framework: avoid division by zero in % calculations
  * lib: fwts_hwinfo: ensure buf.ifr_name is null terminated

  [Ivan Hu]
  * uefi: uefidump: fix the Partition Signature length for the HD Media Device
    Path isn't correct (LP: #1308415)
  * uefi: uefidump: dumping the new definitions for ipv4 ipv6 device path
    (LP: #1311538)
  * uefi: uefirtvariable: fix the fail GUID checking for uniqueness of variable
    (LP: #1311822)
  * uefi: uefirtvariable: report failure when setting variable with invalid
    attribute successfully (LP: #1310686)
  * fwts: uefi: clean up all test variable before doing the uefirtvariable test
    (LP: #1313554)
  * auto-packager: mkpackage.sh: add utopic and remove raring saucy

  [Jeremy Kerr]
  * Don't hard-code the installation prefix
  * uefi: Don't abort on non-UEFI firmware
  * fwts: fix acpi table access on failed load
  * Fix include and lib dirs for srcdir != builddir builds
  * acpcia: Fix makefile rules for srcdir != builddir builds
  * acpica/compile: Fix srcdir != builddir builds

  [Matt Fleming]
  * efi_runtime: Set default value for $KVER
  * efi_runtime: Refactor ioctl code into helper functions
  * efi_runtime: Group kernel version dependent functions
  * efi_runtime: Do not pass user addresses to firmware

Date: Wed, 07 May 2014 09:46:52 +0800
Changed-By: Ivan Hu <ivan.hu 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/utopic/+source/fwts/14.05.00-0ubuntu0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 07 May 2014 09:46:52 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 14.05.00-0ubuntu0
Distribution: utopic
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Ivan Hu <ivan.hu 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: 1298419 1308415 1310686 1311538 1311822 1313554
Changes: 
 fwts (14.05.00-0ubuntu0) utopic; urgency=low
 .
   [Alex Hung]
   * acpi: s3power: update usage example as 10 minutes or more is suggested
 .
   [Colin Ian King]
   * fwts_acpica: fix potential null ptr dereference (LP: #1298419)
   * acpi: acpitables: more ACPI table header sanity checking
   * acpi: acpitables: better checking on FADT SCI_INT
   * acpi: acpidump: fix typo "patform" --> "platform"
   * doc: fwts: add --s3-power-sleep-delay option
   * doc: fwts: use lower case for description
   * fwts-test: acpidump-0001: sync test with fwts
   * fwts-test: arg-help-0001: sync with recent changes in fwts
   * fwts-test: arch-show-tests-full-0001: keep in sync with fwts
   * fwts-test: acpitables-000*: sync with recent acpitables changes
   * fwts-test: arg-table-path-0001: sync test with recent fwts changes
   * data: klog.json: Add a circular list ACPI warning checks
   * data: klog.json: re-work _S1 and _S2 advice
   * Use json_object_object_get_ex if is available
   * lib: fwts_acpi_tables: fix memory leak on error exit path
   * lib: fwts_button: free data after successful fwts_get()
   * pci: crs: fix memory leak on cmdline
   * lib: fwts_ac_adapter: fix memory leak
   * lib: fwts_formatting: fix memory leak
   * cpu: cpufreq: avoid division by zero ob cpu_top_speed
   * acpi: cstates: fix potential integer overflow
   * cpu: cpufreq: use uint64_t for CPU frequencies on HZ.
   * lib: fwts_framework: avoid division by zero in % calculations
   * lib: fwts_hwinfo: ensure buf.ifr_name is null terminated
 .
   [Ivan Hu]
   * uefi: uefidump: fix the Partition Signature length for the HD Media Device
     Path isn't correct (LP: #1308415)
   * uefi: uefidump: dumping the new definitions for ipv4 ipv6 device path
     (LP: #1311538)
   * uefi: uefirtvariable: fix the fail GUID checking for uniqueness of variable
     (LP: #1311822)
   * uefi: uefirtvariable: report failure when setting variable with invalid
     attribute successfully (LP: #1310686)
   * fwts: uefi: clean up all test variable before doing the uefirtvariable test
     (LP: #1313554)
   * auto-packager: mkpackage.sh: add utopic and remove raring saucy
 .
   [Jeremy Kerr]
   * Don't hard-code the installation prefix
   * uefi: Don't abort on non-UEFI firmware
   * fwts: fix acpi table access on failed load
   * Fix include and lib dirs for srcdir != builddir builds
   * acpcia: Fix makefile rules for srcdir != builddir builds
   * acpica/compile: Fix srcdir != builddir builds
 .
   [Matt Fleming]
   * efi_runtime: Set default value for $KVER
   * efi_runtime: Refactor ioctl code into helper functions
   * efi_runtime: Group kernel version dependent functions
   * efi_runtime: Do not pass user addresses to firmware
Checksums-Sha1: 
 60a226456a1611681e5c9d09d0c8efbd139df6cb 2295 fwts_14.05.00-0ubuntu0.dsc
 ba6d2ce763c81442c87a39616a773c5dc49ddfe3 2971928 fwts_14.05.00.orig.tar.gz
 0d76ffc77e682496843d8c8e77d2d4ca8fe30731 34742 fwts_14.05.00-0ubuntu0.debian.tar.gz
Checksums-Sha256: 
 1ed7c66ddebcb6297bee6a4d3c75cf79d09bc236f14d5ad30e1b6c4a04343a05 2295 fwts_14.05.00-0ubuntu0.dsc
 962e9c67ff27e557ddf4841c8b74b30866ba1d923ea8aaec878f2584b4def611 2971928 fwts_14.05.00.orig.tar.gz
 f58e4a93fd899514ef3cbbfa72eb61bd6d7b08333e954920e7bf559c57beb2fd 34742 fwts_14.05.00-0ubuntu0.debian.tar.gz
Files: 
 c37169b8dffc62fa4dcbca120e621b87 2295 devel optional fwts_14.05.00-0ubuntu0.dsc
 ac019ab18f7f6387dbfb62af54cc497e 2971928 devel optional fwts_14.05.00.orig.tar.gz
 e7689df05b39553d5e3598c9e2e83db4 34742 devel optional fwts_14.05.00-0ubuntu0.debian.tar.gz

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

iQIcBAEBAgAGBQJTac7/AAoJEMYXhp8UeFBOWHEP/jcF3v1H0cl//MMOuOWeKc0X
e/BNACsN/8dZGStiKxBANDw4uI24Mz09TkcNIi/CKZydaxbOseSoDjpQk9PvXXvl
HxxGE2H46n6ebNt6nqI+2M73b0alClAmr4Q1GNXkbKjAhiI4gI6RjUsIfSBNaenG
G7l7EHJflKYc01lZn6pm8PHC+1oECTGPLv30jWXyvrCaK5ep/hod3RA65sNw2qja
m+2uFFwKKZ/ibk94mz0vnJKmxkL+IQWVoy2sbTikb3QMTex0aRmHqw5OTjvBl+ng
EiPaj8UZhN3UP1qLQcqS5u03zz88FlpnTgFs98RwZKk+zggJilYgGirItmn1NUx8
uEv4xCi+25zAhk7NDgtaBm3DLoRiXXps6Wwdy3OuGeV2PlczHOkZBjl/uPTEpBGo
29NpoMWiF53OhWzddEnVtEnldk49V6OoY5tDw4seCYfaA0lMk1GiR/OpOEIWy8dT
EFiyDjX2EjKktIhCzQWlmnd0o7asfw9zkzG41DpHqguKRGt+mO7CiEDqk5pSA1v8
8jMy4NzI2BBROgRmJy+UDvdTeLeEwrMLeO/MjBsWar1rnR3J3gfUDSPirRotoaAY
7YYCRlsDJTjIgOgV0H4cyo2aiV0v2QEZqqaDvxzApYc2UjRVJK6gAlw/alj6WBOa
Qu8hT55rSUsiGC2M4TA6
=rEY9
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list