Hi Linus, Sorry for the delay in sending these changes. There's just a couple of changes: one bug fix, one performance improvement, and the use of static_assert. - The bug fix addresses "only a cosmetic change" commit, which didn't take into account the original 'ima' template definition. - The performance improvement limits the atomic_read(). thanks, Mimi The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b: Linux 6.12-rc2 (2024-10-06 15:32:27 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/ tags/integrity-v6.12 for you to fetch changes up to 08ae3e5f5fc8edb9bd0c7ef9696ff29ef18b26ef: integrity: Use static_assert() to check struct sizes (2024-10-09 22:49:40 - 0400) ---------------------------------------------------------------- integrity-v6.12 ---------------------------------------------------------------- Gustavo A. R. Silva (1): integrity: Use static_assert() to check struct sizes Mateusz Guzik (1): evm: stop avoidably reading i_writecount in evm_file_release Samasth Norway Ananda (1): ima: fix buffer overrun in ima_eventdigest_init_common security/integrity/evm/evm_main.c | 3 ++- security/integrity/ima/ima_template_lib.c | 14 ++++++++++---- security/integrity/integrity.h | 4 ++++ 3 files changed, 16 insertions(+), 5 deletions(-)