This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 283564a43383 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/ [...] new 07d8004d6fb9 tpm: add bufsiz parameter in the .send callback new 04fe47015d77 tpm: support devices with synchronous send() new 0637c10e72ef tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC new faddec84aa8a tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC new 0e0546eabcd6 firmware: arm_ffa: Change initcall level of ffa_init() to [...] new 746d9e9f62a6 tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-in new 89dd3695de4b tpm_crb_ffa: Remove unused export new 9eed6373420e tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_ [...] new 63d1dbfef6ac tpm: Use of_reserved_mem_region_to_resource() for "memory-region" new d4640c394f23 tpm: Check for completion after timeout new 8b325091b76f tpm_crb_ffa: Fix typos in function name new 586dafcdbc50 tpm_crb_ffa: Remove memset usage new 7f0c6675b319 tpm_crb_ffa: handle tpm busy return code new 4d40b59d8b05 Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pu [...] new 9fc86a85f36c lsm: trivial comment fix new f3128dd6762d security: Remove unused declaration cap_mmap_file() new 5d8b97c94677 MAINTAINERS: Add Xiu and myself as Lockdown maintainers new 30b9dcae9815 Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/sc [...] new 8a71d8fa5576 selinux: add a 5 second sleep to /sys/fs/selinux/user new 17bd3c01667a documentation: add links to SELinux resources new 1106896146d8 selinux: introduce neveraudit types new 951b2de06a0b selinux: optimize selinux_inode_getattr/permission() based [...] new 9ab71d9204c3 selinux: add __GFP_NOWARN to hashtab_init() allocations new ee79ba39b3d6 selinux: don't bother with selinuxfs_info_free() on failures new dffb641bea1d Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pu [...] new ae1ae11fb277 audit,module: restore audit logging in load failure case new e833f7dfe3c9 Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/ [...] new 94a7ce26428d selftests/landlock: Fix readlink check new dc58130bc38f selftests/landlock: Fix build of audit_test new dae01387e6a9 selftests/landlock: Add test to check rule tied to covered [...] new e0a69cf2c03e landlock: Fix warning from KUnit tests new 970f8a17c9c8 samples/landlock: Fix building on musl libc new 6803b6ebb816 landlock: Fix cosmetic change new ae388edd4a8f Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/ [...]
The 34 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/admin-guide/LSM/SELinux.rst | 11 +++ Documentation/admin-guide/kernel-parameters.txt | 8 +++ MAINTAINERS | 4 +- drivers/char/tpm/eventlog/of.c | 8 +-- drivers/char/tpm/st33zp24/st33zp24.c | 2 +- drivers/char/tpm/tpm-interface.c | 39 ++++++++-- drivers/char/tpm/tpm_atmel.c | 3 +- drivers/char/tpm/tpm_crb.c | 2 +- drivers/char/tpm/tpm_crb_ffa.c | 94 +++++++++++++++++-------- drivers/char/tpm/tpm_crb_ffa.h | 2 - drivers/char/tpm/tpm_ftpm_tee.c | 66 ++++++----------- drivers/char/tpm/tpm_ftpm_tee.h | 4 -- drivers/char/tpm/tpm_i2c_atmel.c | 3 +- drivers/char/tpm/tpm_i2c_infineon.c | 3 +- drivers/char/tpm/tpm_i2c_nuvoton.c | 3 +- drivers/char/tpm/tpm_ibmvtpm.c | 6 +- drivers/char/tpm/tpm_infineon.c | 3 +- drivers/char/tpm/tpm_nsc.c | 3 +- drivers/char/tpm/tpm_ppi.c | 52 +++++++------- drivers/char/tpm/tpm_svsm.c | 28 ++++---- drivers/char/tpm/tpm_tis_core.c | 3 +- drivers/char/tpm/tpm_tis_i2c_cr50.c | 6 +- drivers/char/tpm/tpm_vtpm_proxy.c | 4 +- drivers/char/tpm/xen-tpmfront.c | 3 +- drivers/firmware/arm_ffa/driver.c | 2 +- include/linux/audit.h | 9 ++- include/linux/security.h | 2 - include/linux/tpm.h | 4 +- kernel/audit.h | 2 +- kernel/auditsc.c | 2 +- kernel/module/main.c | 6 +- samples/landlock/sandboxer.c | 5 +- security/landlock/fs.c | 1 + security/landlock/id.c | 69 +++++++++++------- security/security.c | 2 +- security/selinux/hooks.c | 14 +++- security/selinux/include/avc.h | 4 ++ security/selinux/include/objsec.h | 8 +++ security/selinux/include/security.h | 4 +- security/selinux/selinuxfs.c | 3 +- security/selinux/ss/hashtab.c | 3 +- security/selinux/ss/policydb.c | 19 +++++ security/selinux/ss/policydb.h | 2 + security/selinux/ss/services.c | 20 ++++++ tools/testing/selftests/landlock/audit.h | 7 +- tools/testing/selftests/landlock/audit_test.c | 1 + tools/testing/selftests/landlock/fs_test.c | 40 +++++++++++ 47 files changed, 388 insertions(+), 201 deletions(-)