This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6e2332e0ab53 Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm [...] new 74ce793bcbde hostfs: Fix ephemeral inodes new 592efeb4a07e selftests/landlock: Don't create useless file layouts new 3de64b656b3c selftests/landlock: Add supports_filesystem() helper new 55ab3fbe8333 selftests/landlock: Make mounts configurable new 04f9070e99a4 selftests/landlock: Add tests for pseudo filesystems new 35ca42399297 selftests/landlock: Add hostfs tests new 26642864f8b2 Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/s [...] new e455ca40dbcf audit: avoid missing-prototype warnings new cae72026b5ec Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/ [...] new 6f933aa7dfd0 selinux: more Makefile tweaks new 53f3517ae087 selinux: do not leave dangling pointer behind new 3d9047a06477 selinux: adjust typos in comments new 757010002b97 selinux: avc: drop unused function avc_disable() new aeb060ec7154 selinux: drop return at end of void function avc_insert() new 4595ae8c4a10 selinux: retain const qualifier on string literal in avtab [...] new 4158cb600006 selinux: declare read-only data arrays const new c52df19e3759 selinux: small cleanups in selinux_audit_rule_init() new e3d9387f0026 security, lsm: Introduce security_mptcp_add_subflow() new 85c3222dddc6 selinux: Implement mptcp_add_subflow hook new ed99135f7621 selinux: keep context struct members in sync new eb14232fb771 selinux: make header files self-including new 8bfbd046a3a8 selinux: deprecated fs ocon new 29cd55fe69e3 selinux: cleanup exit_sel_fs() declaration new cec5fe700799 selinux: make labeled NFS work when mounted before policy load new ec4a491d180b selinux: fix Makefile for versions of make < v4.3 new 447a5688005e selinux: avoid bool as identifier name new 729b39ec1bdb Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pu [...] new a495108ea99c capability: fix kernel-doc warnings in capability.c new d031f4e8b493 reiserfs: Initialize sec->length in reiserfs_security_init(). new 4432b507445a lsm: fix a number of misspellings new 55382134366e capability: erase checker warnings about struct __user_cap [...] new b432b5517644 MAINTAINERS: move labeled networking to "supported" new 970ebb8a26a1 SafeSetID: fix UID printed instead of GID new 4be22f16a4a1 device_cgroup: Fix kernel-doc warnings in device_cgroup new 21953eb16c2a Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/sc [...] new db1d1e8b9867 IMA: use vfs_getattr_nosec to get the i_version new 9df6a4870dc3 integrity: Fix possible multiple allocation in integrity_i [...] new b1de86d4248b evm: Complete description of evm_inode_setattr() new 996e0a97ebd7 evm: Fix build warnings new 95526d13038c ima: Fix build warnings new b4c7f2e6ef40 Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm [...] new 3a3d8fce31a4 smack: Retrieve transmuting information in smack_inode_get [...] new 2c085f3a8f23 smack: Record transmuting in smk_transmuted new 98be618ad030 Merge tag 'Smack-for-6.5' of https://github.com/cschaufler [...]
The 44 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: MAINTAINERS | 2 +- arch/Kconfig | 7 - arch/um/Kconfig | 1 - fs/hostfs/hostfs.h | 1 + fs/hostfs/hostfs_kern.c | 213 +++++++------ fs/hostfs/hostfs_user.c | 1 + fs/reiserfs/xattr_security.c | 1 + include/linux/audit.h | 2 - include/linux/audit_arch.h | 2 + include/linux/lsm_hook_defs.h | 1 + include/linux/security.h | 6 + include/uapi/linux/capability.h | 5 +- kernel/audit.h | 2 +- kernel/capability.c | 2 + net/mptcp/subflow.c | 6 + security/commoncap.c | 20 +- security/device_cgroup.c | 3 +- security/integrity/evm/evm_crypto.c | 2 +- security/integrity/evm/evm_main.c | 4 +- security/integrity/iint.c | 15 +- security/integrity/ima/ima_api.c | 9 +- security/integrity/ima/ima_main.c | 12 +- security/integrity/ima/ima_modsig.c | 3 + security/integrity/ima/ima_policy.c | 3 +- security/landlock/Kconfig | 2 +- security/lsm_audit.c | 2 +- security/safesetid/lsm.c | 2 +- security/security.c | 21 +- security/selinux/Makefile | 30 +- security/selinux/avc.c | 20 -- security/selinux/hooks.c | 78 +++-- security/selinux/ima.c | 2 +- security/selinux/include/audit.h | 2 +- security/selinux/include/avc.h | 3 - security/selinux/include/ibpkey.h | 1 + security/selinux/include/ima.h | 2 +- security/selinux/include/initial_sid_to_string.h | 3 + security/selinux/include/security.h | 2 +- security/selinux/netlabel.c | 8 +- security/selinux/selinuxfs.c | 4 +- security/selinux/ss/avtab.c | 2 +- security/selinux/ss/avtab.h | 2 +- security/selinux/ss/conditional.c | 8 +- security/selinux/ss/conditional.h | 2 +- security/selinux/ss/context.h | 2 + security/selinux/ss/policydb.c | 6 +- security/selinux/ss/policydb.h | 2 +- security/selinux/ss/services.c | 40 ++- security/smack/smack.h | 1 + security/smack/smack_lsm.c | 63 +++- tools/testing/selftests/landlock/config | 9 +- tools/testing/selftests/landlock/config.um | 1 + tools/testing/selftests/landlock/fs_test.c | 387 +++++++++++++++++++++-- 53 files changed, 740 insertions(+), 290 deletions(-) create mode 100644 tools/testing/selftests/landlock/config.um