Handle crashdump busy error

We currently fail out and immediately handle system recovery if there is
any error in starting crashdump. There are cases where crashdump is in
progress, and we don't want to reset. This adds a check for a busy error
code to continue waiting.

Tested:
Confirmed that if crashdump fails, the system is recovered. But if
crashdump is busy, it continues waiting for completion.

Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Change-Id: I480968caaf8b87ce05756a1b60537bf0300ca209
1 file changed
tree: b1f0d95771ac30de9791bd1899f7155b3d5defa1
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. OWNERS
  10. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.