This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 645c248d6fc4 Merge tag '5.7-rc-smb3-fixes-part1' of git://git.samba.org [...] new 70b3eeed49e8 audit: CONFIG_CHANGE don't log internal bookkeeping as an event new 1320a4052ea1 audit: trigger accompanying records when no rules present new 674d85eb2d7d Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/ [...] new 4b36cb773a81 selinux: move status variables out of selinux_ss new e9c38f9fc2cc Documentation,selinux: deprecate setting checkreqprot to 1 new 06c2efe2cf3a selinux: simplify evaluate_cond_node() new 7470d0d13fb6 selinux: allow kernfs symlinks to inherit parent directory [...] new 8d269a8e2a8f selinux: sel_avc_get_stat_idx should increase position index new 60abd3181db2 selinux: convert cond_list to array new 2b3a003e1543 selinux: convert cond_av_list to array new 8794d7839038 selinux: convert cond_expr to array new 89d4d7c88d2b selinux: generalize evaluate_cond_node() new 4ca54d3d3022 security: selinux: allow per-file labeling for bpffs new 253050f57c7a selinux: factor out loop body from filename_trans_read() new c3a276111ea2 selinux: optimize storage of filename transitions new e4cfa05e9bfe selinux: Add xfs quota command types new e0ac568de1fa selinux: reduce the use of hard-coded hash sizes new e3e0b582c321 selinux: remove unused initial SIDs and improve handling new 34a2dab488bc selinux: clean up error path in policydb_init() new 5e729e111eaf selinux: avtab_init() and cond_policydb_init() return void new 27978872179b MAINTAINERS: Update my email address new 779df6a5480f NFS: Ensure security label is set for root inode new c753924b6285 selinux: clean up indentation issue with assignment statement new b3aa112d57b7 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pu [...]
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: .../ABI/obsolete/sysfs-selinux-checkreqprot | 23 ++ Documentation/admin-guide/kernel-parameters.txt | 1 + MAINTAINERS | 3 +- fs/nfs/getroot.c | 39 ++- fs/nfs/nfs4proc.c | 12 +- fs/nfs/super.c | 25 -- include/linux/nfs_xdr.h | 1 + kernel/audit.c | 1 + kernel/audit.h | 8 + kernel/audit_watch.c | 2 - kernel/auditsc.c | 3 - scripts/selinux/genheaders/genheaders.c | 11 +- security/selinux/Kconfig | 3 + security/selinux/Makefile | 4 +- security/selinux/hooks.c | 18 +- security/selinux/include/conditional.h | 8 +- security/selinux/include/initial_sid_to_string.h | 57 ++-- security/selinux/include/security.h | 12 + security/selinux/selinuxfs.c | 19 +- security/selinux/ss/avtab.c | 3 +- security/selinux/ss/avtab.h | 2 +- security/selinux/ss/conditional.c | 259 +++++++--------- security/selinux/ss/conditional.h | 29 +- security/selinux/ss/hashtab.c | 28 +- security/selinux/ss/hashtab.h | 2 +- security/selinux/ss/policydb.c | 326 ++++++++++----------- security/selinux/ss/policydb.h | 13 +- security/selinux/ss/services.c | 79 +++-- security/selinux/ss/services.h | 2 - security/selinux/{ss => }/status.c | 32 +- 30 files changed, 530 insertions(+), 495 deletions(-) create mode 100644 Documentation/ABI/obsolete/sysfs-selinux-checkreqprot rename security/selinux/{ss => }/status.c (81%)