commit | c10cda1d2a9f6ae6ed7da059ec40b761465a3c0c | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Thu Jan 06 16:01:57 2022 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Fri Jan 07 14:06:56 2022 +0800 |
tree | 13253c407cd2a3098bbc68d9efc834abf4514cea | |
parent | 97014f50fe6ad6e1b283e2a2b93e20401a6b54fd [diff] |
sel-cache: Register matches before getting logs The code was getting the log entries first and then register matches. In case an event occurs and a log entry is created during this time, the log entry is missed in SELs. Register matches before getting log entries to make sure all the log entries could be handled in ipmid. Tested: Before this change, the BMC boot event is missed in ipmi SEL because the event happens to be logged during the ipmid starts. With this change, the BMC boot event is shown in ipmi SEL. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I03c587faf7eed5a0390302a90616f133a8303688
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.