This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d82c0a37d431 Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/sc [...] new 31de287345f4 KEYS: trusted: Rollback init_trusted() consistently new c745cd1718b7 KEYS: trusted: tee: Refactor register SHM usage new 3edc22655647 integrity: powerpc: Do not select CA_MACHINE_KEYRING new 03acb9ccec3f keys: Remove unused extern declarations new b9ff774548cd Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/lin [...] new 97f576eb38ae audit: Annotate struct audit_chunk with __counted_by new 47846d51348d audit: don't take task_lock() in audit_exe_compare() code path new b9886c976668 Merge tag 'audit-pr-20231030' of git://git.kernel.org/pub/ [...] new 34df25517a9b selinux: Annotate struct sidtab_str_cache with __counted_by new fb8142ff4a64 selinux: print sum of chain lengths^2 for hash tables new 6f594f5a3dc4 selinux: improve debug configuration new 7969ba577636 selinux: simplify avtab slot calculation new 37b7ea3ca306 selinux: improve role transition hashing new 9d140885e35d selinux: hweight optimization in avtab_read_item new 19c1c9916dbf selinux: simplify avtab_insert_node() prototype new f5fc9e4a117d Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pu [...] new 25cc71d1527b lsm: constify 'sb' parameter in security_quotactl() new 4a00c673068e lsm: constify 'file' parameter in security_bprm_creds_from_file() new 64fc9526147c lsm: constify 'bprm' parameter in security_bprm_committing [...] new a721f7b8c354 lsm: constify 'bprm' parameter in security_bprm_committed_creds() new 20a2aa47097a lsm: constify 'sb' parameter in security_sb_kern_mount() new 41e845628511 cred: add get_cred_many and put_cred_many new e50856067289 lsm: fix a spelling mistake new 2b93c2c3c02f Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/sc [...]
The 24 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: include/linux/cred.h | 59 +++++++++++++++++++++++----- include/linux/fs.h | 2 +- include/linux/lsm_hook_defs.h | 10 ++--- include/linux/security.h | 20 +++++----- kernel/audit_tree.c | 2 +- kernel/audit_watch.c | 9 ++++- kernel/cred.c | 26 +++++++------ security/apparmor/lsm.c | 4 +- security/commoncap.c | 4 +- security/integrity/Kconfig | 2 - security/keys/internal.h | 7 ---- security/keys/trusted-keys/trusted_core.c | 20 +++++----- security/keys/trusted-keys/trusted_tee.c | 64 ++++++++++--------------------- security/security.c | 12 +++--- security/selinux/Kconfig | 10 +++++ security/selinux/Makefile | 2 + security/selinux/hooks.c | 10 ++--- security/selinux/ss/avtab.c | 37 ++++++------------ security/selinux/ss/hashtab.c | 5 +++ security/selinux/ss/hashtab.h | 1 + security/selinux/ss/policydb.c | 6 +-- security/selinux/ss/sidtab.c | 2 +- security/tomoyo/tomoyo.c | 2 +- 23 files changed, 169 insertions(+), 147 deletions(-)