mbox series

[GIT,PULL] integrity: susbsytem updates for v6.2

Message ID 7b388195aa5e10f1da934ed251809a6f21bf427e.camel@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] integrity: susbsytem updates for v6.2 | expand

Pull-request

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

Message

Mimi Zohar Dec. 13, 2022, 8:20 p.m. UTC
Hi Linus,

Aside from the one cleanup, the other changes are bug fixes:

Cleanup:
- Include missing iMac Pro 2017 in list of Macs with T2 security chip

Bugs:
- Improper instantiation of "encrypted" keys with user provided data
- Not handling delay in updating LSM label based IMA policy rules (-
ESTALE)
- IMA and integrity memory leaks on error paths
- CONFIG_IMA_DEFAULT_HASH_SM3 hash algorithm renamed

thanks,

Mimi

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b6018af440a07bd0d74b58c4e18045f4a8dbfe6b:

  ima: Fix hash dependency to correct algorithm (2022-11-28 16:44:34 -0500)

----------------------------------------------------------------
integrity-v6.2

----------------------------------------------------------------
Aditya Garg (1):
      efi: Add iMac Pro 2017 to uefi skip cert quirk

GUO Zihua (3):
      ima: Simplify ima_lsm_copy_rule
      ima: Handle -ESTALE returned by ima_filter_rule_match()
      integrity: Fix memory leakage in keyring allocation error path

Huaxin Lu (1):
      ima: Fix a potential NULL pointer access in ima_restore_measurement_list

Nikolaus Voss (1):
      KEYS: encrypted: fix key instantiation with user-provided data

Roberto Sassu (1):
      ima: Fix memory leak in __ima_inode_hash()

Tianjia Zhang (1):
      ima: Fix hash dependency to correct algorithm

Xiu Jianfeng (1):
      ima: Fix misuse of dereference of pointer in template_desc_init_fields()

 Documentation/security/keys/trusted-encrypted.rst |  3 +-
 security/integrity/digsig.c                       |  6 ++-
 security/integrity/ima/Kconfig                    |  2 +-
 security/integrity/ima/ima_main.c                 |  7 +++-
 security/integrity/ima/ima_policy.c               | 51 ++++++++++++++++-------
 security/integrity/ima/ima_template.c             |  9 ++--
 security/integrity/platform_certs/load_uefi.c     |  1 +
 security/keys/encrypted-keys/encrypted.c          |  6 +--
 8 files changed, 59 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 10:35 p.m. UTC | #1
The pull request you sent on Tue, 13 Dec 2022 15:20:04 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/717e6eb49bdd98357d14c90d60a3409196b33cfc

Thank you!