mbox series

[GIT,PULL] integrity: subsystem fixes for v6.12

Message ID da138eda4ad9d96a8e8d1d1cfb9cc5ac380b94cb.camel@linux.ibm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] integrity: subsystem fixes for v6.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/ tags/integrity-v6.12

Message

Mimi Zohar Nov. 12, 2024, 4:36 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 12, 2024, 9:38 p.m. UTC | #1
The pull request you sent on Tue, 12 Nov 2024 11:36:00 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/ tags/integrity-v6.12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/93db202ce00c07ca78121478b26dc77a6a72bce3

Thank you!