[GIT PULL] integrity: susbsytem updates for v6.3

From: Mimi Zohar
Date: Mon Feb 20 2023 - 12:00:36 EST


Hi Linus,

Contains one of each doc and code cleanup, and two bug fixes (4
patches).

FYI, Stephen Rothwell is carrying a merge conflict with "fs: port xattr
to mnt_idmap" from the vfs-idmapping tree.

thanks,

Mimi

The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4:

Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 4958db3245fa655bf18251bd2a83bcc164071c39:

ima: Introduce MMAP_CHECK_REQPROT hook (2023-01-31 13:08:39 -0500)

----------------------------------------------------------------
integrity-v6.3

----------------------------------------------------------------
Matt Bobrowski (2):
ima: fix error handling logic when file measurement failed
ima: return IMA digest value only when IMA_COLLECTED flag is set

Randy Dunlap (1):
ima: fix ima_delete_rules() kernel-doc warning

Roberto Sassu (2):
ima: Align ima_file_mmap() parameters with mmap_file LSM hook
ima: Introduce MMAP_CHECK_REQPROT hook

Xiu Jianfeng (1):
evm: call dump_security_xattr() in all cases to remove code duplication

Documentation/ABI/testing/ima_policy | 2 +-
include/linux/ima.h | 6 ++++--
security/integrity/evm/evm_crypto.c | 33 +++++++++++++++---------------
security/integrity/ima/ima.h | 1 +
security/integrity/ima/ima_api.c | 5 +++--
security/integrity/ima/ima_appraise.c | 3 +++
security/integrity/ima/ima_main.c | 38 ++++++++++++++++++++++++++---------
security/integrity/ima/ima_policy.c | 7 ++++++-
security/security.c | 7 ++++---
9 files changed, 67 insertions(+), 35 deletions(-)