diff options
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | security/integrity/iint.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd0e9c763bd8..f3bac2a8c6d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7795,6 +7795,7 @@ F: include/keys/encrypted-type.h | |||
7795 | F: security/keys/encrypted-keys/ | 7795 | F: security/keys/encrypted-keys/ |
7796 | 7796 | ||
7797 | KEYS-TRUSTED | 7797 | KEYS-TRUSTED |
7798 | M: James Bottomley <jejb@linux.vnet.ibm.com> | ||
7798 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> | 7799 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
7799 | L: linux-integrity@vger.kernel.org | 7800 | L: linux-integrity@vger.kernel.org |
7800 | L: keyrings@vger.kernel.org | 7801 | L: keyrings@vger.kernel.org |
diff --git a/security/integrity/iint.c b/security/integrity/iint.c index fc38ca08dbb5..9700e96ab0f0 100644 --- a/security/integrity/iint.c +++ b/security/integrity/iint.c | |||
@@ -74,6 +74,7 @@ static void iint_free(struct integrity_iint_cache *iint) | |||
74 | iint->ima_hash = NULL; | 74 | iint->ima_hash = NULL; |
75 | iint->version = 0; | 75 | iint->version = 0; |
76 | iint->flags = 0UL; | 76 | iint->flags = 0UL; |
77 | iint->atomic_flags = 0UL; | ||
77 | iint->ima_file_status = INTEGRITY_UNKNOWN; | 78 | iint->ima_file_status = INTEGRITY_UNKNOWN; |
78 | iint->ima_mmap_status = INTEGRITY_UNKNOWN; | 79 | iint->ima_mmap_status = INTEGRITY_UNKNOWN; |
79 | iint->ima_bprm_status = INTEGRITY_UNKNOWN; | 80 | iint->ima_bprm_status = INTEGRITY_UNKNOWN; |