diff options
author | 2022-06-22 10:09:06 -0700 | |
---|---|---|
committer | 2022-06-29 19:55:11 +0200 | |
commit | c3481b6b75b4797657838f44028fd28226ab48e0 (patch) | |
tree | 47fed6f7177f4f21fdb6dd967755f0d3b138256f /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | ACPI: APEI: Fix double word in a comment (diff) | |
download | linux-dev-c3481b6b75b4797657838f44028fd28226ab48e0.tar.xz linux-dev-c3481b6b75b4797657838f44028fd28226ab48e0.zip |
ACPI: APEI: Better fix to avoid spamming the console with old error logs
The fix in commit 3f8dec116210 ("ACPI/APEI: Limit printable size of BERT
table data") does not work as intended on systems where the BIOS has a
fixed size block of memory for the BERT table, relying on s/w to quit
when it finds a record with estatus->block_status == 0. On these systems
all errors are suppressed because the check:
if (region_len < ACPI_BERT_PRINT_MAX_LEN)
always fails.
New scheme skips individual CPER records that are too large, and also
limits the total number of records that will be printed to 5.
Fixes: 3f8dec116210 ("ACPI/APEI: Limit printable size of BERT table data")
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions