This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ba9f6f8954af Merge branch 'siginfo-linus' of git://git.kernel.org/pub/s [...] new 7bb185edb030 selinux: fix mounting of cgroup2 under older policies new 95ffe194204a selinux: refactor mls_context_to_sid() and make it stricter new 4458bba09788 selinux: Add __GFP_NOWARN to allocation at str_read() new d5e4d81da4d4 Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pu [...] new 4408e300a67a security/capabilities: remove check for -EINVAL new e42f6f9be4f8 Merge tag 'v4.19-rc2' into next-general new dbdb75bd0879 security: tomoyo: Fix obsolete function new 0d42d73a37ff seccomp: remove unnecessary unlikely() new 2ecefa0a15fd keys: Fix the use of the C++ keyword "private" in uapi/lin [...] new e6123c524064 security: fix LSM description location new 98d291708cba LSM: Correctly announce start of LSM initialization new 1e80cd1672bc vmlinux.lds.h: Avoid copy/paste of security_init section new b048ae6e6c70 LSM: Rename .security_initcall section to .lsm_info new 6907e3746fa1 LSM: Remove initcall tracing new 5b89c1bd4c7e LSM: Convert from initcall to struct lsm_info new 3ac946d12e34 vmlinux.lds.h: Move LSM_TABLE into INIT_DATA new 3d6e5f6dcf65 LSM: Convert security_initcall() into DEFINE_LSM() new 07aed2f2af5a LSM: Record LSM name in struct lsm_info new 9b8c7c14059a LSM: Provide init debugging infrastructure new 3f6caaf5ff33 LSM: Don't ignore initialization failures new 638820d8da8e Merge branch 'next-general' of git://git.kernel.org/pub/sc [...]
The 21 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/kernel-parameters.txt | 2 + Documentation/security/LSM.rst | 2 +- arch/arc/kernel/vmlinux.lds.S | 1 - arch/arm/kernel/vmlinux-xip.lds.S | 1 - arch/arm64/kernel/vmlinux.lds.S | 1 - arch/h8300/kernel/vmlinux.lds.S | 1 - arch/microblaze/kernel/vmlinux.lds.S | 2 - arch/powerpc/kernel/vmlinux.lds.S | 2 - arch/um/include/asm/common.lds.S | 2 - arch/xtensa/kernel/vmlinux.lds.S | 1 - include/asm-generic/vmlinux.lds.h | 25 ++-- include/linux/init.h | 2 - include/linux/lsm_hooks.h | 12 ++ include/linux/module.h | 1 - include/uapi/linux/keyctl.h | 7 +- kernel/seccomp.c | 4 +- security/apparmor/lsm.c | 5 +- security/commoncap.c | 3 - security/integrity/iint.c | 6 +- security/security.c | 43 +++--- security/selinux/hooks.c | 10 +- security/selinux/ss/mls.c | 178 ++++++++++-------------- security/selinux/ss/mls.h | 2 +- security/selinux/ss/policydb.c | 2 +- security/selinux/ss/services.c | 12 +- security/smack/smack_lsm.c | 5 +- security/tomoyo/common.c | 3 +- security/tomoyo/tomoyo.c | 5 +- 28 files changed, 172 insertions(+), 168 deletions(-)