mbox series

[GIT,PULL] integrity: susbystem updates for v6.7

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

Pull-request

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

Message

Mimi Zohar Oct. 31, 2023, 2:38 p.m. UTC
Hi Linus,

Four integrity changes: two IMA-overlay updates, an integrity Kconfig
cleanup, and a secondary keyring update.

Stephen Rothwell is carrying an overlay merge conflict resolution:
https://lore.kernel.org/linux-next/20231027131137.3051da98@canb.auug.org.au/

thanks,

Mimi

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b836c4d29f2744200b2af41e14bf50758dddc818:

  ima: detect changes to the backing overlay file (2023-10-31 08:22:36 -0400)

----------------------------------------------------------------
integrity-v6.7

----------------------------------------------------------------
Amir Goldstein (1):
      ima: annotate iint mutex to avoid lockdep false positive warnings

Mimi Zohar (2):
      certs: Only allow certs signed by keys on the builtin keyring
      ima: detect changes to the backing overlay file

Prasad Pandit (1):
      integrity: fix indentation of config attributes

 certs/Kconfig                     | 16 ++++++++++++-
 crypto/asymmetric_keys/restrict.c |  4 ++++
 fs/overlayfs/super.c              |  2 +-
 security/integrity/Kconfig        | 44 +++++++++++++++++------------------
 security/integrity/iint.c         | 48 ++++++++++++++++++++++++++++++---------
 security/integrity/ima/ima_api.c  |  5 ++++
 security/integrity/ima/ima_main.c | 16 ++++++++++++-
 security/integrity/integrity.h    |  2 ++
 8 files changed, 101 insertions(+), 36 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2023, 6:37 p.m. UTC | #1
The pull request you sent on Tue, 31 Oct 2023 10:38:46 -0400:

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

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

Thank you!