aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorQiuxu Zhuo <[email protected]>2023-07-25 16:04:27 +0800
committerTony Luck <[email protected]>2023-08-02 13:09:56 -0700
commitce53ad81ed36c24aff075f94474adecfabfcf239 (patch)
tree1b0f835cc501d52b02790b350bbaf0646800b415 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentc545f5e412250555bd4e717d062b117f20bab418 (diff)
EDAC/igen6: Fix the issue of no error events
Current igen6_edac checks for pending errors before the registration of the error handler. However, there is a possibility that the error occurs during the registration process, leading to unhandled pending errors and no future error events. This issue can be reproduced by repeatedly injecting errors during the loading of the igen6_edac. Fix this issue by moving the pending error handler after the registration of the error handler, ensuring that no pending errors are left unhandled. Fixes: 10590a9d4f23 ("EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC") Reported-by: Ee Wey Lim <[email protected]> Tested-by: Ee Wey Lim <[email protected]> Signed-off-by: Qiuxu Zhuo <[email protected]> Signed-off-by: Tony Luck <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions