A newer version 0.23.11 of fwts is available which fixes this bug and incorporates most of the updates for the Oneiric release.
It can be found in my PPA: https://launchpad.net/~colin-king/+archive/ppa/+packages Can this be uploaded this to Oneiric universe? This includes changes: fwts (0.23.11) data: klog.json: add 7 more MTRR BIOS misconfiguration log checks. fwts (0.23.10) lib: fwts_log: increase log width. apci: method: reduce infinite AML loops to 0x0100 iterations. cpu: msr: remove redundant variable 'failed'. cpu: cpufreq: remove redundant variable i bios: smbios: comment out redundant assigment. acpi: method: fix ommitted args to method evaluate calls. lib: fwts_framework: remove redundant var percent. fwts (0.23.09) acpi: syntaxcheck: fix segfault due to null error list (LP: #805980) fwts (0.23.08) kernel: oops: make oops failures critical (LP: #797649) fwts (0.23.07) fix changelog LP bug number formatting fix incorrect aborted total (LP: #789114) fix table loading (LP: #784013) fwts_iasl: fix segfault on bad input (LP: #781709) acpi: method: fix incorrect sem counts (LP: #744405) fwts (0.23.06) acpi: s3power: measure power loss during S3 suspend. lib: fwts_framework: fix LP: #789114, incorrect aborted total acpi: s3: remove redundant deinit fwts (0.23.05) lib: fwts_acpi_tables: fix LP: #784013, cannot load tables. acpi: apicinstance: fix 64 bit build error acpi: acpidump: fix 64 bit build error lib: fwts_pipeio: fix 64 bit build error lib: fwts_list: tidy up fwts_list_len fwts (0.23.04) lib: fwts_iasl: fix LP: #781709, segfault on bad input lib: fwts_stringextras: use const where appropriate lib: fwts_pipe_read: length should be ssize_t lib: fwts_mp_checksum: use const where appropriate lib: fwts_mmap: use const where appropriate lib: fwts_firmware: remove redundant FLAGS lib: fwts_cmos_read: offset should be const uint8_t lib: fwts_tag: use const where appropriate lib: fwts_uefi: use const where appropriate lib: fwts_formatting: use const where appropriate lib: fwts_acpi_tables: use const and size_t where appropriate lib: fwts_acpi_table_info: make data const void * and length size_t lib + tests: fwts_acpi_event_read(): use size_t for length lib: fwts_alloc: use const fwts (0.23.03) acpi: syntaxcheck: remove redundant params lib: fwts_multiproc: fix -Wextra warnings lib: fwts_log.h: make magic unsigned int lib: fwts_klog: fix calloc failure check lib: fwts_dump: fix -Wextra warnings lib: fwts_alloc: make magic unsigned int lib: fwts_interactive: make fwts_getchar more robust lib: fwts_cpu: call _exit() on signal lib: fwts_text_list: remove fwts_text_list_dump doc: manpage: update introduction fwts (0.23.02) debian: control: fix typos bios: mpcheck: fix reporting of incorrect CPU entry that has suspect LAPIC ID bios: multiproc: drop APIC version check, fix io_apic_entries feedback. acpi: method: fix typo in THERM check. acpi: method: fix false alert with THERM check. acpi: wmi: fix guidstr: should be all in uppercase. cpu: msr: Add AMD specific MSR checks. cpu: msr: add CPU arch specific MSR checks. lib: fwts_cpu: use sysconf to determine number of CPUs acpi: method: fix LP: #744405, incorrect sem counts method: rename *execute* -> *evaluate* hotkey: check for keyboard find failure. lib: acpica: disable single step debug when hitting AML_BREAK_POINT opcodes. bios: hdaudio: minor tidy up of formatting and code. acpi: s4: remove redundant 'Restarting tasks' check acpi: wmi: check for known GUIDs fwts (0.23.01) work around systems that don't support MAP32_BIT (LP: #739256) fwts (0.23.00) post natty freeze, bug fixes and new features fix segfault of method test on 64 bit machines (LP: #736874) drop thermal_trip test (LP: #730132) Fix cstates test (LP: #728685) acpi: acpidump: use more sensible heading, fix SCI text hpet: Fail test and skip sanity check when base address not found bios: ebda_region: close fd on error acpi: acpidump: use more sensible heading, fix SCI text hpet: Fail test and skip sanity check when base address not found bios: ebda_region: close fd on error. lib: fwts_acpi_tables: check for broken table sizes. lib: use low memory allocator for ACPI tables lib: fwts: include fwts_alloc.h lib: add 32 bit allocator lib: multiproc: add check of lower 1K region cpu: msr: fix 64 bit build warnings. lib: summary: add totals to table. cpu: msr: add MSR checking. lib: cpu: add Intel and AMD cpu ident checks. pci: crs: use FWTS_ROOT_PRIV flag uefi: uefidump: use FWTS_ROOT_PRIV flag pci: maxreadreq: use FWTS_ROOT_PRIV flag hpet: hpet_check: use FWTS_ROOT_PRIV flag hotkey: hotkey: use FWTS_ROOT_PRIV flag dmi: dmi_decode: use FWTS_ROOT_PRIV flag cpu: virt: use FWTS_ROOT_PRIV flag cpu: nx: use FWTS_ROOT_PRIV flag cpu: microcode: use FWTS_ROOT_PRIV flag bios: smbios: use FWTS_ROOT_PRIV flag and remove .init bios: romdump: use FWTS_ROOT_PRIV flag and remove .init bios: mpdump: use FWTS_ROOT_PRIV flag bios: mpcheck: use FWTS_ROOT_PRIV flag bios: mtrr: use FWTS_ROOT_PRIV flag bios: ebdadump: use FWTS_ROOT_PRIV flag and remove .init bios: ebda_region: use FWTS_ROOT_PRIV flag bios: bios32: use FWTS_ROOT_PRIV flag and remove .init acpi: wakealarm: use FWTS_ROOT_PRIV flag acpi: s4: use FWTS_ROOT_PRIV flag acpi: s3: use FWTS_ROOT_PRIV flag acpi: mcfg: use FWTS_ROOT_PRIV flag acpi: fadt: use FWTS_ROOT_PRIV flag cmos: cmosdump: use FWTS_ROOT_PRIV flag, remove init check lib: framework: allow FWTS_ROOT_PRIV flag on test lib: framework: add ROOT_PRIV flag, tidy _run_test lib: framework: rationalise test status logging. lib: framework: rename FWTS_*_TEXT to FWTS_FRAMEWORK_*, move typedef into header. framework + tests: remove .headline, replace with .description data: klog.json: add 6 MultiProcessor table checks. lib, bios: mpcheck: move MP header signature to fwts_multiproc.h bios: multiproc check - fix to make it a batch test. bios: multiproc check - fix test heading. add new multiproc table sanity checking. method: reference /sys/class/thermal rather than /proc/acpi/thermal_zone tests, lib: use new fwts_ebda_get() primitive lib: add fwts_ebda_get - return EBDA offset for mmap'ing the region acpi: acpudump: use more sensible heading, fix SCI text bios: add ebdadump to dump EBDA region tests: use fwts_mmap primitives lib: use fwts_mmap primitives lib: add fwts_mmap - memory mapping primitives multiproc: mpdump: collate data into tables. lib + test: initial MultiProc test support hpet: Fail test and skip sanity check when base address not found bios: ebda_region: close fd on error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797649 Title: fwts: oops detection should report as critical errors not medium errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/797649/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs