commit | e91474cf7b023393594dc47bc0f2aaf4b8d5c72e | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Sun Sep 01 23:02:47 2019 +0530 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Sep 24 15:42:05 2019 +0000 |
tree | 4c0e5838f24b3fb80abfad4672ce442b650f67a0 | |
parent | 0e862fabcc4772ec8f98c60ed3ddd004f785b6ce [diff] |
Channel: Fix atomic lock issue for file copy Atomic lock was missing in between volatile / non-volatile channel configuration check and restore. This was causing random failure when instances init channel management code. Fixed the same, by having a lock for init channel. Tested: 1. Verified that existing ipmitool commands still works including user & channel commands 2. Verified that random failure doesn't happen. Change-Id: I612917ea1a767e353d0b16b7dd9144e0e99d46e7 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
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
.