Loading
IMA: Fix hungtask issue of digestlist importing
EulerOS inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB6364 -------------------------------- In the function ima_check_measured_appraised, if the digest list is not measured or appraised, the function returns without releasing the lock iint->mutex. Fixes: 7d79ba08 ("ima: dont disable digest_list if the file is not processed") Signed-off-by:xuce <xuce10@h-partners.com>