This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6fedc28076bb Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/sc [...] new 12c5e81d3fd0 audit: prepare audit_context for use in calling contexts b [...] new 5bd2182d58e9 audit,io_uring,io-wq: add some basic audit support to io_uring new 67daf270cebc audit: add filtering for io_uring records new 3a862cacf867 fs: add anon_inode_getfile_secure() similar to anon_inode_ [...] new 91a9ab7c942a io_uring: convert io_uring to the secure anon inode interface new cdc1404a4046 lsm,io_uring: add LSM hooks to io_uring new 740b03414b20 selinux: add support for the io_uring access controls new d9d8c93938c4 Smack: Brutalist io_uring support new 8a764ef1bd43 selinux: enable genfscon labeling for securityfs new f5d0e5e9d72d selinux: remove the SELinux lockdown implementation new 4342f70538b9 selinux: remove unneeded ipv6 hook wrappers new cbfcd13be5cb selinux: fix race condition when computing ocontext SIDs new 1d1e1ded1356 selinux: make better use of the nf_hook_state passed to th [...] new e9fd72929359 selinux: fix all of the W=1 build warnings new 86dd9fd52e14 LSM: Avoid warnings about potentially unused hook variables new 29bc22ac5e5b binder: use euid from cred instead of using task new 52f88693378a binder: use cred instead of task for selinux checks new 4d5b5539742d binder: use cred instead of task for getsecid new 1c73213ba991 selinux: fix a sock regression in selinux_ip_postroute_compat() new 15bf32398ad4 security: Return xattr name from security_dentry_init_security() new cdab10bf3285 Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pu [...] new 57d4374be94a audit: rename struct node to struct audit_node to prevent [...] new d680c6b49c5e audit: Convert to SPDX identifier new 8e71168e2cc7 lsm_audit: avoid overloading the "key" audit field new 42f355ef59a2 audit: replace magic audit syscall class numbers with macros new 1c30e3af8a79 audit: add support for the openat2 syscall new 571e5c0efcb2 audit: add OPENAT2 record to list "how" info new d9516f346e8b audit: return early if the filter rule has a lower priority new d2fac0afe89f Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/ [...]
The 29 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 | 1 + arch/alpha/kernel/audit.c | 10 +- arch/ia64/kernel/audit.c | 10 +- arch/parisc/kernel/audit.c | 10 +- arch/parisc/kernel/compat_audit.c | 11 +- arch/powerpc/kernel/audit.c | 12 +- arch/powerpc/kernel/compat_audit.c | 13 +- arch/s390/kernel/audit.c | 12 +- arch/s390/kernel/compat_audit.c | 13 +- arch/sparc/kernel/audit.c | 12 +- arch/sparc/kernel/compat_audit.c | 13 +- arch/x86/ia32/audit.c | 13 +- arch/x86/kernel/audit_64.c | 10 +- drivers/android/binder.c | 27 +- drivers/android/binder_internal.h | 4 + fs/anon_inodes.c | 29 ++ fs/ceph/xattr.c | 3 +- fs/io-wq.c | 4 + fs/io_uring.c | 71 ++++- fs/nfs/nfs4proc.c | 3 +- fs/open.c | 2 + include/linux/anon_inodes.h | 4 + include/linux/audit.h | 37 +++ include/linux/audit_arch.h | 24 ++ include/linux/lsm_hook_defs.h | 22 +- include/linux/lsm_hooks.h | 30 ++- include/linux/security.h | 55 ++-- include/uapi/linux/audit.h | 5 +- kernel/audit.h | 9 +- kernel/audit_tree.c | 23 +- kernel/audit_watch.c | 3 +- kernel/auditfilter.c | 15 +- kernel/auditsc.c | 519 +++++++++++++++++++++++++++--------- lib/audit.c | 14 +- lib/compat_audit.c | 15 +- security/lsm_audit.c | 2 +- security/security.c | 35 ++- security/selinux/avc.c | 13 +- security/selinux/hooks.c | 239 +++++++---------- security/selinux/include/classmap.h | 4 +- security/selinux/netlabel.c | 7 +- security/selinux/netport.c | 2 +- security/selinux/ss/hashtab.c | 1 + security/selinux/ss/mls.c | 4 + security/selinux/ss/services.c | 176 ++++++------ security/smack/smack_lsm.c | 46 ++++ 46 files changed, 1068 insertions(+), 519 deletions(-) create mode 100644 include/linux/audit_arch.h