[GIT PULL] integrity: subsystem fixes for v6.18

From: Mimi Zohar

Date: Fri Oct 03 2025 - 15:46:14 EST


Hi Linus,

There's just a couple of changes: 2 crypto code cleanup and 1 IMA xattr bug fix.

thanks,

Mimi

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 88b4cbcf6b041ae0f2fc8a34554a5b6a83a2b7cd:

ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr (2025-10-03 07:50:56 -0400)

----------------------------------------------------------------
integrity-v6.18

----------------------------------------------------------------
Coiby Xu (1):
ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr

Eric Biggers (2):
integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS
lib/digsig: Use SHA-1 library instead of crypto_shash

lib/Kconfig | 3 +--
lib/digsig.c | 46 +++++------------------------------
security/integrity/Kconfig | 1 +
security/integrity/ima/ima_appraise.c | 23 ++++++++++++++----
4 files changed, 26 insertions(+), 47 deletions(-)