This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6a1000bd2703 Merge tag 'ioremap-5.6' of git://git.infradead.org/users/h [...] new 1c5da0ec7f20 workqueue: add worker function to workqueue_execute_end tr [...] new e8ab20d9bcb3 workqueue: remove workqueue_work event class new 16d06120d73a Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/lin [...] new faced7e0806c mm: hugetlb controller for cgroups v2 new 75ea91cd3eab cgroup: fix function name in comment new 3bc0bb36fa30 cgroup: Prevent double killing of css when enabling thread [...] new 9ea37e24d4a9 iocost: Fix iocost_monitor.py due to helper type mismatch new 03aa8c8cfaec Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/lin [...] new cb5172d96d16 audit: Add __rcu annotation to RCU pointer new 07e309a972ca Merge tag 'audit-pr-20200127' of git://git.kernel.org/pub/ [...] new 66f8e2f03c02 selinux: sidtab reverse lookup hash table new d97bd23c2d7d selinux: cache the SID -> context string translation new 59438b46471a security,lockdown,selinux: implement SELinux lockdown new 1a37079c236d selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upo [...] new 0188d5c025ca selinux: fall back to ref-walk if audit is required new 5298d0b9b980 selinux: clean up selinux_inode_permission MAY_NOT_BLOCK tests new b2104ac0bd95 security: only build lsm_audit if CONFIG_SECURITY=y new d8db60cb23e4 selinux: ensure we cleanup the internal AVC counters on er [...] new 210a29287451 selinux: remove unnecessary selinux cred request new 6c5a682e6497 selinux: clean up selinux_enabled/disabled/enforcing_boot new 5c108d4e18f8 selinux: randomize layout of key structures new 030b995ad9ec selinux: ensure we cleanup the internal AVC counters on er [...] new 15b590a81fcd selinux: ensure the policy has been loaded before reading [...] new f1268534027a selinux: remove set but not used variable 'sidtab' new 7e78c875143b selinuxfs: use scnprintf to get real length for inode new 7a4b51947475 selinux: allow per-file labelling for binderfs new 89b223bfb8a8 selinux: deprecate disabling SELinux and runtime new d41415eb5eda Documentation,selinux: fix references to old selinuxfs mou [...] new b82f3f6894ec selinux: remove redundant msg_msg_alloc_security new fe49c7e4f85a selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND. new b78b7d59bdbe selinux: make default_noexec read-only after init new 65cddd50980b selinux: treat atomic flags more carefully new cfff75d8973a selinux: reorder hooks to make runtime disable less broken new ae3d8c2e27bf selinux: fix wrong buffer types in policydb.c new df4779b5d273 selinux: remove redundant selinux_nlmsg_perm new cb89e2465896 selinux: remove redundant allocation and helper functions new dd89b9d9f37d selinux: do not allocate ancillary buffer on first load new 98aa00345de5 selinux: fix regression introduced by move_mount(2) syscall new b1dba2473114 Merge tag 'selinux-pr-20200127' of git://git.kernel.org/pu [...]
The 39 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/ABI/obsolete/sysfs-selinux-disable | 26 ++ Documentation/admin-guide/cgroup-v2.rst | 29 ++ Documentation/admin-guide/kernel-parameters.txt | 9 +- MAINTAINERS | 1 + include/linux/hugetlb.h | 3 +- include/linux/lsm_audit.h | 2 + include/linux/security.h | 2 + include/trace/events/workqueue.h | 50 +-- kernel/audit.c | 5 +- kernel/cgroup/cgroup.c | 11 +- kernel/cgroup/rstat.c | 2 +- kernel/workqueue.c | 2 +- mm/hugetlb_cgroup.c | 198 ++++++++++- security/Makefile | 2 +- security/lockdown/lockdown.c | 27 -- security/lsm_audit.c | 5 + security/security.c | 33 ++ security/selinux/Kconfig | 33 +- security/selinux/Makefile | 4 +- security/selinux/avc.c | 95 +++--- security/selinux/hooks.c | 388 ++++++++++++---------- security/selinux/ibpkey.c | 2 +- security/selinux/include/avc.h | 13 +- security/selinux/include/classmap.h | 2 + security/selinux/include/ibpkey.h | 13 +- security/selinux/include/objsec.h | 2 +- security/selinux/include/security.h | 40 ++- security/selinux/netif.c | 2 +- security/selinux/netnode.c | 2 +- security/selinux/netport.c | 2 +- security/selinux/selinuxfs.c | 87 ++++- security/selinux/ss/context.h | 11 +- security/selinux/ss/policydb.c | 9 +- security/selinux/ss/policydb.h | 2 +- security/selinux/ss/services.c | 312 +++++++++++------- security/selinux/ss/services.h | 6 +- security/selinux/ss/sidtab.c | 402 ++++++++++++++--------- security/selinux/ss/sidtab.h | 70 +++- tools/cgroup/iocost_monitor.py | 4 +- 39 files changed, 1304 insertions(+), 604 deletions(-) create mode 100644 Documentation/ABI/obsolete/sysfs-selinux-disable