fwts (0.26.02-1) raring; urgency=low [Alex Hung] * acpi: mcfg: Set MCFGMMIONotReserved error to low
[Colin Ian King] * fwts_mmap: fwts_page_size fix comparing size_t against -1 * lib: fwts: add FWTS_UNUSED() macro for unused func arguments * lib: fwts_*: use FWTS_UNUSED on unused func args in fwts library * lib: Makefile.am: enable -Wextra * dmi: dmi_decode: remove some redundant range changes on uint8_t values * tests: use FWTS_UNUSED on unused func args * Makefile.am: enable -Wextra * lib: include: fwts_log, add in new label field * lib: klog: load labels from json data file rather than auto-generate * data: klog.json: add in label for each error message * lib: klog: tidy up the code a little * utilities: kernelscan: Tool to scan kernel for error messages * utilities: kernelscan: tidy up the formatting of output messages. * utilities: kernelscan.sh: scan various directories for kernel error messages * utlities: kernelscan: make some regex optimisations * utilities: kernelscan: fix comment that explains how to use this tool * utilities: kernelscan.sh - add execute flag to script * data: klog.json: Add support for ACPI fan and ACPI processor throttling * data: klog.json: Add support for the ACPI SMBUS driver * data: klog.json: Add support for the ACPI utils kernel error messages * data: klog.json: Add support for the ACPI processor_idle kernel error messages * data: klog.json: Add support for the ACPI arch x86 kernel sleep * data: klog.json: Add support for the ACPI container handler * data: klog.json: Add support for the ACPI Lid errors * data: klog.json: Add support for the ACPI Docking handler * data: klog.json: Add support for the ACPI EC handler * data: klog.json: Add support for the ACPI thermal zone handler. * data: klog.json: Add support for the ACPI device power handler * data: klog.json: Add support for the ACPI PCI root handler * data: klog.json: Add support for the ACPI initialisation error messages * data: klog.json: Add support for the ACPI blacklisting messages * data: klog.json: Add support for the ACPI osl messages * data: klog.json: Add support for the ACPI memory hotplug messages * data: klog.json: Add support for the ACPI glue code * data: klog.json: Add support for the ACPI video handler * data: klog.json: Add support for the ACPI processor perf driver * data: klog.json: Add support for the ACPI processor driver * data: klog.json: Add support for the ACPI PCI link control messages * data: klog.json: Add support for the ACPI PCI slot messages * data: klog.json: Add in some more miscellaneous ACPI error messages * data: klog.json: Add support for the ia64 ACPI handler. * data: klog.json: Add support for the x86 MTRR kernel messages * data: klog.json: Add support for various BIOS and PnPBIOS kernel messages * utilities: kernelscan: add in ACPI configs and more printk message types * utilities: kernelscan.sh: Add more paths to scan * data: klog.json: Add support for the APM driver kernel messages * data: klog.json: Add support for E820 handler in 3.2.x Kernels * utilities: kernelscan.sh: Check that the file exists * utilities: kernelscan.c: Add scanning for ACPI_ERROR * cpu: microcode: ensure we don't overflow with strncpy * pci: maxreadreq: ensure we don't overflow with strncpy * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPI ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * lib: fwts_oops: check for WARN_ON messages as well as oopses * kernel: oops: also check for WARN_ON messages found * acpi: s3: also check for WARN_ON messages found * acpi: s4: also check for WARN_ON messages found * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * utilities: kernelscan.c: add scanning for ACPI_BIOS_ERROR messages * lib: fwts_test: calloc being called with args swapped * lib: fwts_oops: fix fwts_oops_check dereference checks on oopses and warn_ons * utilities: kernelscan: swap calloc arguments in unget_next() * utilities: kernelscan.c: add scanning for ACPI_EXCEPTION messages * acpi: pcc: New test to sanity check PCC, (LP: #863175) * data: klog.json: ACPICA ACPI_ERROR messages, exutils.c * data: klog.json: ACPICA ACPI_ERROR messages, utmath.c * data: klog.json: ACPICA ACPI_ERROR messages, dswload2.c * data: klog.json: ACPICA ACPI_ERROR messages, utexcep.c * data: klog.json: ACPICA ACPI_ERROR messages, hwxfsleep.c * data: klog.json: ACPICA ACPI_ERROR messages, exoparg2.c * data: klog.json: ACPICA ACPI_ERROR messages, evevent.c * data: klog.json: ACPICA ACPI_ERROR messages, utmutex.c * lib: fwts_framework: make framework magic id into a uint32_t * lib: fwts_framework: failed_level should be type fwts_log_level * lib: fwts_framework: show_progress flag should be a bool * lib: fwts_framework: print_summary should be a bool * lib: fwts_framework: use fwts_framework_flags instead of int * lib: fwts_framework: make test priority a strongly typed enum * lib: fwts_klog: forgot to log a klog error using the pattern string * lib: fwts_klog: Don't regex compile non-regex strings * lib: fwts_framework, fwts_klog: Add filtering to fwts errors * lib: fwts_framework: sanity check new options * doc: Add new --filter-error-discard and --filter-error-keep options. * data: klog.json: Add the final set of ACPI_EXCEPTION errors * data: klog.json: fix up the RSDP error exception advice to make more sense * data: klog.json: Add all the ACPI_BIOS_ERROR messages [Ivan Hu] * klog: change the MSR_IA32_ENERGY_PERF_BIAS test from fauilure to info * uefirttime: add the fwts test for the UEFI get wakeup time runtime service * uefirttime: add the fwts test for the UEFI set wakeup time runtime service * cpufreq: fix the CPUFreqCPUsSetToSW_ANY failed LP#1076694 * cpufreq: fix the CPUFreqSW_ALL and CPUFreqSW_ANY failed LP#1076694 [Keng-Yu Lin] * data: klog.json: remove the duplicated KlogEnergyPerfBiasSetToNormal item Date: Thu, 29 Nov 2012 13:52:59 +0800 Changed-By: Keng-Yu Lin <[email protected]> Maintainer: Firmware Testing Team <[email protected]> https://launchpad.net/ubuntu/raring/+source/fwts/0.26.02-1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 29 Nov 2012 13:52:59 +0800 Source: fwts Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms Architecture: source Version: 0.26.02-1 Distribution: raring Urgency: low Maintainer: Firmware Testing Team <[email protected]> Changed-By: Keng-Yu Lin <[email protected]> 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: 863175 Changes: fwts (0.26.02-1) raring; urgency=low . [Alex Hung] * acpi: mcfg: Set MCFGMMIONotReserved error to low . [Colin Ian King] * fwts_mmap: fwts_page_size fix comparing size_t against -1 * lib: fwts: add FWTS_UNUSED() macro for unused func arguments * lib: fwts_*: use FWTS_UNUSED on unused func args in fwts library * lib: Makefile.am: enable -Wextra * dmi: dmi_decode: remove some redundant range changes on uint8_t values * tests: use FWTS_UNUSED on unused func args * Makefile.am: enable -Wextra * lib: include: fwts_log, add in new label field * lib: klog: load labels from json data file rather than auto-generate * data: klog.json: add in label for each error message * lib: klog: tidy up the code a little * utilities: kernelscan: Tool to scan kernel for error messages * utilities: kernelscan: tidy up the formatting of output messages. * utilities: kernelscan.sh: scan various directories for kernel error messages * utlities: kernelscan: make some regex optimisations * utilities: kernelscan: fix comment that explains how to use this tool * utilities: kernelscan.sh - add execute flag to script * data: klog.json: Add support for ACPI fan and ACPI processor throttling * data: klog.json: Add support for the ACPI SMBUS driver * data: klog.json: Add support for the ACPI utils kernel error messages * data: klog.json: Add support for the ACPI processor_idle kernel error messages * data: klog.json: Add support for the ACPI arch x86 kernel sleep * data: klog.json: Add support for the ACPI container handler * data: klog.json: Add support for the ACPI Lid errors * data: klog.json: Add support for the ACPI Docking handler * data: klog.json: Add support for the ACPI EC handler * data: klog.json: Add support for the ACPI thermal zone handler. * data: klog.json: Add support for the ACPI device power handler * data: klog.json: Add support for the ACPI PCI root handler * data: klog.json: Add support for the ACPI initialisation error messages * data: klog.json: Add support for the ACPI blacklisting messages * data: klog.json: Add support for the ACPI osl messages * data: klog.json: Add support for the ACPI memory hotplug messages * data: klog.json: Add support for the ACPI glue code * data: klog.json: Add support for the ACPI video handler * data: klog.json: Add support for the ACPI processor perf driver * data: klog.json: Add support for the ACPI processor driver * data: klog.json: Add support for the ACPI PCI link control messages * data: klog.json: Add support for the ACPI PCI slot messages * data: klog.json: Add in some more miscellaneous ACPI error messages * data: klog.json: Add support for the ia64 ACPI handler. * data: klog.json: Add support for the x86 MTRR kernel messages * data: klog.json: Add support for various BIOS and PnPBIOS kernel messages * utilities: kernelscan: add in ACPI configs and more printk message types * utilities: kernelscan.sh: Add more paths to scan * data: klog.json: Add support for the APM driver kernel messages * data: klog.json: Add support for E820 handler in 3.2.x Kernels * utilities: kernelscan.sh: Check that the file exists * utilities: kernelscan.c: Add scanning for ACPI_ERROR * cpu: microcode: ensure we don't overflow with strncpy * pci: maxreadreq: ensure we don't overflow with strncpy * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPI ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * lib: fwts_oops: check for WARN_ON messages as well as oopses * kernel: oops: also check for WARN_ON messages found * acpi: s3: also check for WARN_ON messages found * acpi: s4: also check for WARN_ON messages found * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * data: klog.json: ACPICA ACPI_ERROR messages * utilities: kernelscan.c: add scanning for ACPI_BIOS_ERROR messages * lib: fwts_test: calloc being called with args swapped * lib: fwts_oops: fix fwts_oops_check dereference checks on oopses and warn_ons * utilities: kernelscan: swap calloc arguments in unget_next() * utilities: kernelscan.c: add scanning for ACPI_EXCEPTION messages * acpi: pcc: New test to sanity check PCC, (LP: #863175) * data: klog.json: ACPICA ACPI_ERROR messages, exutils.c * data: klog.json: ACPICA ACPI_ERROR messages, utmath.c * data: klog.json: ACPICA ACPI_ERROR messages, dswload2.c * data: klog.json: ACPICA ACPI_ERROR messages, utexcep.c * data: klog.json: ACPICA ACPI_ERROR messages, hwxfsleep.c * data: klog.json: ACPICA ACPI_ERROR messages, exoparg2.c * data: klog.json: ACPICA ACPI_ERROR messages, evevent.c * data: klog.json: ACPICA ACPI_ERROR messages, utmutex.c * lib: fwts_framework: make framework magic id into a uint32_t * lib: fwts_framework: failed_level should be type fwts_log_level * lib: fwts_framework: show_progress flag should be a bool * lib: fwts_framework: print_summary should be a bool * lib: fwts_framework: use fwts_framework_flags instead of int * lib: fwts_framework: make test priority a strongly typed enum * lib: fwts_klog: forgot to log a klog error using the pattern string * lib: fwts_klog: Don't regex compile non-regex strings * lib: fwts_framework, fwts_klog: Add filtering to fwts errors * lib: fwts_framework: sanity check new options * doc: Add new --filter-error-discard and --filter-error-keep options. * data: klog.json: Add the final set of ACPI_EXCEPTION errors * data: klog.json: fix up the RSDP error exception advice to make more sense * data: klog.json: Add all the ACPI_BIOS_ERROR messages . [Ivan Hu] * klog: change the MSR_IA32_ENERGY_PERF_BIAS test from fauilure to info * uefirttime: add the fwts test for the UEFI get wakeup time runtime service * uefirttime: add the fwts test for the UEFI set wakeup time runtime service * cpufreq: fix the CPUFreqCPUsSetToSW_ANY failed LP#1076694 * cpufreq: fix the CPUFreqSW_ALL and CPUFreqSW_ANY failed LP#1076694 . [Keng-Yu Lin] * data: klog.json: remove the duplicated KlogEnergyPerfBiasSetToNormal item Checksums-Sha1: 4c17ea24b5a77040d938290b741304ad93b9ea91 2252 fwts_0.26.02-1.dsc 3325cb99456f1bf7def6b8b1ff738f5a26f3da20 1265085 fwts_0.26.02.orig.tar.gz bf7432334fcc47aa39971deb41b01d27fed4ba4d 22856 fwts_0.26.02-1.debian.tar.gz Checksums-Sha256: 8a445116b91834ac1c1ad88ffdcbd009891541f5042f64bffd21c7d5b03f05bc 2252 fwts_0.26.02-1.dsc f3db9b445d47f0687b34b5b9ecb99f49507f92a01b255c1c31870370491e8095 1265085 fwts_0.26.02.orig.tar.gz 3b2361f6b29f85c1d25fd6f2ee9c7734e4e5b0c29318ac6c1d6fb90b014f8a27 22856 fwts_0.26.02-1.debian.tar.gz Files: b821921ecc6b90514316bf29e4d1cb3a 2252 devel optional fwts_0.26.02-1.dsc a264f51f18c7f0414e0605e90b7b79d5 1265085 devel optional fwts_0.26.02.orig.tar.gz 560f70b0e30a9e011035a4845db2e586 22856 devel optional fwts_0.26.02-1.debian.tar.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJQvwrsAAoJEMYXhp8UeFBODmIQAJhui7xeo4YS0Xf+d+JBANDf 52pqR8lS/EJFVpzqCz7Hvjz8xdk/iQEB3+SnhdDklZbXviYtBVr5LO4UNTR0YPGL ZaVRkL5PVNrq1rxXB4UfQWfDWKhy8TuZrsmcYf7YBoxOb74fDPKu1INcTCgfamLQ 5aGrdhxQjc9hvHbI3YVkdbtpmFX3EjXGKM8OIo6O6aggBX1+WvXt+uOrR21biZyQ GDA37mBoOmunjdYx8rAdDh6luEF8jsx31XwfQamnY7lNKSpj/THcDT0Tf5ohT6Za UsfZRguzoQd8ay6MasxekXn9hPlXol1RjOE2NhlGo2u5NOT7AA16l4uo5uJ47QAg TWLL/rx22R1DCiWyVBQiv4frmEZPcfHY5QKKRHC75g1oqaOa6+gM/4Y5d8mLzoC7 LZuL+ApallRqw2g5JFUgIW9MHqCBYEiJQPXE7v21s5/3k2XKG6v/d2pSpWhR4llT agnUa+unHffNqf8H9JIWiK6qDFhZ3iTaS577ZvN6zcQkYYmnGWO+daNj/1ef+kNG kUv7WxSmb0C1SobRsUYcMynUR2IF89piCv3eohOMmuVi0lub0MAaddSQVf+phIK6 xMNVw6aSk+rpC7rH0oGDwmrdoRV2tFypqI415IcLv7qSanMR2MFifgej0Ygi/Slq 5IC1a1/u8XBbks7c2AqS =nf1T -----END PGP SIGNATURE-----
-- Raring-changes mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/raring-changes
