This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7cf6a8a17f5b Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/p [...] new 29d1c2b47ef3 ima: remove redundant initialization of pointer 'file'. new 891163adf180 ima: remove the IMA_TEMPLATE Kconfig option new 644664627d21 ima: fix 'd-ng' comments and documentation new 09091c44cb73 ima: use IMA default hash algorithm for integrity violations new 246d921646c0 fs-verity: define a function to return the integrity prote [...] new 989dc72511f7 ima: define a new template field named 'd-ngv2' and templates new 54f03916fb89 ima: permit fsverity's file digests in the IMA measurement list new 398c42e2c46c ima: support fs-verity file digest based version 3 signatures new 02ee2316b935 fsverity: update the documentation new c46d541a00e0 Merge branch 'next-integrity.fsverity-v9' into next-integrity new 155ca952c7ca efi: Do not import certificates from UEFI Secure Boot for T2 Macs new e11afdbb22a3 evm: Return INTEGRITY_PASS for enum integrity_status value '0' new 4c41186ff394 evm: Clean up some variables new 048ae41bb080 integrity: Fix sparse warnings in keyring_handler new 0350785b0a09 Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/sc [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/ima_policy | 45 +++++++- Documentation/admin-guide/kernel-parameters.txt | 3 +- Documentation/filesystems/fsverity.rst | 35 ++++--- Documentation/security/IMA-templates.rst | 11 +- fs/verity/Kconfig | 1 + fs/verity/fsverity_private.h | 7 -- fs/verity/measure.c | 43 ++++++++ include/linux/fsverity.h | 18 ++++ security/integrity/digsig.c | 3 +- security/integrity/evm/evm.h | 3 - security/integrity/evm/evm_crypto.c | 2 +- security/integrity/evm/evm_main.c | 2 +- security/integrity/ima/Kconfig | 14 ++- security/integrity/ima/ima_api.c | 47 ++++++++- security/integrity/ima/ima_appraise.c | 114 ++++++++++++++++++++- security/integrity/ima/ima_main.c | 4 +- security/integrity/ima/ima_policy.c | 82 +++++++++++++-- security/integrity/ima/ima_template.c | 4 + security/integrity/ima/ima_template_lib.c | 94 ++++++++++++++--- security/integrity/ima/ima_template_lib.h | 4 + security/integrity/integrity.h | 27 ++++- .../integrity/platform_certs/keyring_handler.c | 6 +- .../integrity/platform_certs/keyring_handler.h | 8 ++ security/integrity/platform_certs/load_uefi.c | 33 ++++++ 24 files changed, 531 insertions(+), 79 deletions(-)