diff --git a/[refs] b/[refs] index 688cf8dbf818..78085f3f0758 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 566be59ab86c0e030b980645a580d683a015a483 +refs/heads/master: fb788d8b981fa55603873416882f8dcf835e7924 diff --git a/trunk/security/integrity/iint.c b/trunk/security/integrity/iint.c index 0a23e075e1d2..399641c3e846 100644 --- a/trunk/security/integrity/iint.c +++ b/trunk/security/integrity/iint.c @@ -74,6 +74,7 @@ static void iint_free(struct integrity_iint_cache *iint) { iint->version = 0; iint->flags = 0UL; + iint->evm_status = INTEGRITY_UNKNOWN; kmem_cache_free(iint_cache, iint); }