]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Nov 2024 21:06:31 +0000 (13:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Nov 2024 21:06:31 +0000 (13:06 -0800)
commit93db202ce00c07ca78121478b26dc77a6a72bce3
tree0a344b130aa8f76b28ea3fb167af0d50bbd978e7
parent92dda329e337b7ab9cb63f4563dd7a21d001e47c
parent08ae3e5f5fc8edb9bd0c7ef9696ff29ef18b26ef
Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity

Pull integrity fixes from Mimi Zohar:
 "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()"

* tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity:
  integrity: Use static_assert() to check struct sizes
  evm: stop avoidably reading i_writecount in evm_file_release
  ima: fix buffer overrun in ima_eventdigest_init_common