#
0c1487cb |
| 01-Jun-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Option to override dump request D-Bus path
Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the p
Option to override dump request D-Bus path
Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the path in the recipe.
Change-Id: I457831630aa4208e0455082a8f0c4096b084d843 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
#
a92dc027 |
| 16-Apr-2024 |
Deepa Karthikeyan <deepakala.karthikeyan@ibm.com> |
Disable host watchdog during dump collection
Host watchdog to be disabled during hostboot and hardware dump collection.
During a checkstop attention, the system is not functioning normally. So a ha
Disable host watchdog during dump collection
Host watchdog to be disabled during hostboot and hardware dump collection.
During a checkstop attention, the system is not functioning normally. So a hardware or hostboot dump is collected and it could take a while to get completed. If the watchdog timer is active during that time, it may get triggered. As we already know the system is not functioning normally and are collecting dump, disable the watchdog when the dump collection is in progress.
Tested and ensured that one dump is created during a checkstop.
From the logs was able to identify that the host watchdog is disabled just when the dump collection starts and host watchdog resumes after the dump collection.
It is verified for both hardware dump and hostboot dump
Change-Id: I5f9df253594f9e858ca0477acb3ce1f3a4639785 Signed-off-by: deepakala-k <deepakala.karthikeyan@ibm.com>
show more ...
|
#
27dd6368 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I27b0d1357211259edb6ec2776924729052f238d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e212fb06 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f166640fbf9d4ee3fb24b542a73237cdf54f775
show more ...
|
#
e38a90bd |
| 02-Mar-2022 |
Ben Tyner <ben.tyner@ibm.com> |
attn: Add dump request timeout
The attention handler will wait up to 1 hour for a dump to complete. This avoids a potential endless wait for a dump status change in the case where the dump manager i
attn: Add dump request timeout
The attention handler will wait up to 1 hour for a dump to complete. This avoids a potential endless wait for a dump status change in the case where the dump manager is unable to update the status.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I58ed6b0cbf80a5c3371436165d06a122b0738c66
show more ...
|
#
bfa831a8 |
| 26-Jan-2022 |
austinfcui <austinfcui@gmail.com> |
Attention handler trace message refactor
Signed-off-by: austinfcui <austinfcui@gmail.com> Change-Id: If86af8fb88b0ce15f6a626676a412a5cee88acc0
|
#
611b3442 |
| 19-Nov-2021 |
Zane Shelley <zshelle@us.ibm.com> |
change analyzerHardware() to return PEL PLID is created
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Icee2909e5060c79cb95ead8fc08a5e359df42829
|
#
7f6ce6ac |
| 17-Aug-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Self boot engine (SBE) attention support
When an SBE vital attention is detected a plateform event log entry will be created and an SBE dump will be requested. A request to transition the host
Attn: Self boot engine (SBE) attention support
When an SBE vital attention is detected a plateform event log entry will be created and an SBE dump will be requested. A request to transition the host will be issued once the dump is completed.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I3e53292d7eb429a76a920bda0dfb051afbc9fe6b
show more ...
|
#
7029e525 |
| 09-Aug-2021 |
Ben Tyner <ben.tyner@ibm.com> |
On checkstop request dump and transition host
After checkstop analyses completes attention handler will request a dump and the transition the host. The type of dump requested is dependent on the res
On checkstop request dump and transition host
After checkstop analyses completes attention handler will request a dump and the transition the host. The type of dump requested is dependent on the results of the isolator.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I1116be8f8d045a4916d3321f461c22345fecf274
show more ...
|