summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorTyler Baicar <tbaicar@codeaurora.org>2017-08-28 10:53:41 -0600
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-27 23:13:06 +0200
commitaaf2c2fb0f51f91c699039440862b6ae9c25c10e (patch)
tree8bce7f79939c146283f1943259fbfbe1bde6d5c6 /tools/perf/scripts/python/parallel-perf.py
parente931d0dab4393f7195f84f42ed6fd973c26f62f1 (diff)
downloadkernel-aaf2c2fb0f51f91c699039440862b6ae9c25c10e.tar.gz
ACPI / APEI: clear error status before acknowledging the error
Currently we acknowledge errors before clearing the error status. This could cause a new error to be populated by firmware in-between the error acknowledgment and the error status clearing which would cause the second error's status to be cleared without being handled. So, clear the error status before acknowledging the errors. Also, make sure to acknowledge the error if the error status read fails. Signed-off-by: Tyler Baicar <tbaicar@codeaurora.org> Reviewed-by: Borislav Petkov <bp@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
riteback.c?h=linux-6.12.y&id=cc7b8f6245f0042a232c7f6807dc130d87233164'>mm/page-writeback.c: write_cache_pages(): deduplicate identical checksMauricio Faria de Oliveira 2020-01-13mm/page-writeback.c: improve arithmetic divisionsWen Yang 2020-01-13mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divideWen Yang 2020-01-13mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang 2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo 2019-07-12mm: remove the account_page_dirtied exportChristoph Hellwig 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao 2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport 2018-12-28mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster 2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds 2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner