This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4aa1b8257fba Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...] new 0ef333f5ba7f tpm: add request_locality before write TPM_INT_ENABLE new f04510f26f82 tpm/st33zp24: drop unneeded over-commenting new d2704808f24f tpm: tpm_tis_spi_cr50: Add default RNG quality new e96d52822f5a tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' new 7d30198ee24f keys: X.509 public key issuer lookup without AKID new 5887d7f4a8c4 char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on d [...] new 0aa698787aa2 tpm: Add Upgrade/Reduced mode support for TPM2 modules new eabad7ba2c75 tpm: fix potential NULL pointer access in tpm_del_char_device new 84cc69589700 tpm: fix NPE on probe for missing device new d99a8af48a3d lib: remove redundant assignment to variable ret new dabd40ecaf69 Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org [...] new 6326948f940d lsm: security_task_getsecid_subj() -> security_current_get [...] new 5fe375728983 selinux: Use struct_size() helper in kmalloc() new 52f982f00b22 security,selinux: remove security_add_mnt_opt() new 2e08df3c7c4e selinux: fix potential memleak in selinux_add_opt() new 6cd9d4b97891 selinux: minor tweaks to selinux_add_opt() new a135ce4400bb Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pu [...] new bc6e60a4fc1d audit: use struct_size() helper in kmalloc() new 8f110f530635 audit: ensure userspace is penalized the same as the kerne [...] new 30561b51cc8d audit: use struct_size() helper in audit_[send|make]_reply() new ed98ea2128b6 audit: replace zero-length array with flexible-array member new 5d7e52237c59 Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/ [...] new 54bf7fa3efd0 ima: Fix undefined arch_ima_get_secureboot() and co new 92ad19559ea9 integrity: Do not load MOK and MOKx when secure boot be disabled new cef5cd25a453 selftest/kexec: fix "ignored null byte in input" warning new 9be6dc8059bb selftests/kexec: update searching for the Kconfig new 520451e90cbe ima: silence measurement list hexdump during kexec new 65e38e32a959 selftests/kexec: Enable secureboot tests for PowerPC new 84bfcc0b6994 Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/sc [...]
The 29 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: crypto/asymmetric_keys/asymmetric_type.c | 57 +++++++--- crypto/asymmetric_keys/pkcs7_trust.c | 6 +- crypto/asymmetric_keys/restrict.c | 48 ++++---- crypto/asymmetric_keys/x509_cert_parser.c | 10 ++ crypto/asymmetric_keys/x509_public_key.c | 10 ++ drivers/char/tpm/st33zp24/st33zp24.c | 122 +++------------------ drivers/char/tpm/tpm-chip.c | 37 +++++-- drivers/char/tpm/tpm-sysfs.c | 3 + drivers/char/tpm/tpm2-cmd.c | 6 + drivers/char/tpm/tpm_tis_core.c | 14 ++- drivers/char/tpm/tpm_tis_i2c_cr50.c | 16 ++- drivers/char/tpm/tpm_tis_spi_cr50.c | 20 +++- include/crypto/public_key.h | 2 +- include/keys/asymmetric-type.h | 3 +- include/linux/ima.h | 30 ++--- include/linux/lsm_hook_defs.h | 5 +- include/linux/lsm_hooks.h | 10 +- include/linux/security.h | 12 +- include/linux/tpm.h | 10 ++ include/uapi/linux/audit.h | 2 +- kernel/audit.c | 26 ++++- kernel/audit_tree.c | 2 +- kernel/auditfilter.c | 7 +- kernel/auditsc.c | 11 +- lib/asn1_encoder.c | 2 - net/netlabel/netlabel_unlabeled.c | 2 +- net/netlabel/netlabel_user.h | 2 +- security/apparmor/lsm.c | 13 ++- security/integrity/ima/ima_appraise.c | 2 +- security/integrity/ima/ima_kexec.c | 6 +- security/integrity/ima/ima_main.c | 14 +-- security/integrity/platform_certs/load_uefi.c | 5 + security/security.c | 14 +-- security/selinux/hooks.c | 84 ++++---------- security/selinux/ss/sidtab.c | 2 +- security/selinux/xfrm.c | 4 +- security/smack/smack.h | 16 --- security/smack/smack_lsm.c | 9 +- tools/testing/selftests/kexec/Makefile | 2 +- tools/testing/selftests/kexec/kexec_common_lib.sh | 51 +++++++-- .../selftests/kexec/test_kexec_file_load.sh | 13 ++- 41 files changed, 372 insertions(+), 338 deletions(-)