This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 440462198d9c Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kerne [...] new 3f1639f8f96c MAINTAINERS: Add Clang CFI section new 590e8a082a57 CFI: Move function_nocfi() into compiler.h new 583bfd484bcc x86, lto: Enable Clang LTO for 32-bit as well new 380d53c45ff2 compiler_attributes.h: define __no_profile, add to noinstr new ae4d682dfd33 compiler_attributes.h: cleanups for GCC 4.9+ new 51c2ee6d121c Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFI [...] new fca41af18e10 qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute new 44b6ed4cfab8 Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.o [...] new fba472bb38e2 selinux: simplify duplicate_policydb_cond_list() by using [...] new e1cce3a3cb28 selinux: constify some avtab function arguments new 8a922805fb09 selinux: delete selinux_xfrm_policy_lookup() useless argument new 7cffc377e163 selinux: Corrected comment to match kernel-doc comment new fd781f459b60 selinux: Remove redundant assignment to rc new 869cbeef18e5 lsm_audit,selinux: pass IB device name by reference new 648f2c6100cf selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC new d0a83314db29 selinux: Fix kernel-doc new b17ec22fb339 selinux: slow_avc_audit has become non-blocking new d99cf13f1420 selinux: kill 'flags' argument in avc_has_perm_flags() and [...] new 6bd344e55f73 Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pu [...] new 254c8b96c4af audit: add blank line after variable declarations new 619ed58ac4e2 audit: Rename enum audit_state constants to avoid AUDIT_DI [...] new dd8b865cc408 audit: Use list_move instead of list_del/list_add new 6ddb5680085a audit: remove trailing spaces and tabs new 0ecc617858fc audit: remove unnecessary 'ret' initialization new 290fe0fa6f5a Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/ [...] new 2e08fb550a2d security/smack/: fix misspellings using codespell tool new 49ec114a6e62 smackfs: restrict bytes count in smk_set_cipso() new 0169d8f33ab7 Revert "Smack: Handle io_uring kernel thread privileges" new fe6bde732be8 Smack: fix doc warning new 5c874a5b29c2 Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/ [...] new 1b8b71922919 LSM: SafeSetID: Mark safesetid_initialized as __initdata new 92183137e6c1 Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linux
The 32 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 | 12 +++++++ arch/Kconfig | 7 +++++ arch/arm64/Kconfig | 1 + arch/arm64/include/asm/compiler.h | 16 ++++++++++ arch/arm64/include/asm/memory.h | 16 ---------- arch/s390/Kconfig | 1 + arch/x86/Kconfig | 5 +-- drivers/firmware/qemu_fw_cfg.c | 8 ++--- include/linux/compiler.h | 10 ++++++ include/linux/compiler_attributes.h | 19 +++++++++-- include/linux/compiler_types.h | 2 +- include/linux/lsm_audit.h | 8 ++--- include/linux/lsm_hook_defs.h | 3 +- include/linux/mm.h | 10 ------ include/linux/security.h | 4 +-- include/uapi/linux/audit.h | 4 +-- init/Kconfig | 3 ++ kernel/audit.h | 10 +++--- kernel/audit_tree.c | 12 +++---- kernel/auditsc.c | 63 ++++++++++++++++++++++++------------- kernel/gcov/Kconfig | 1 + net/xfrm/xfrm_policy.c | 6 ++-- security/lsm_audit.c | 1 - security/safesetid/lsm.c | 2 +- security/safesetid/lsm.h | 2 +- security/security.c | 4 +-- security/selinux/avc.c | 61 ++++++++++------------------------- security/selinux/hooks.c | 22 ++++--------- security/selinux/include/avc.h | 13 +------- security/selinux/include/xfrm.h | 2 +- security/selinux/ss/avtab.c | 28 +++++++++-------- security/selinux/ss/avtab.h | 16 +++++----- security/selinux/ss/conditional.c | 14 +++++---- security/selinux/ss/policydb.c | 1 - security/selinux/ss/services.c | 27 +++++++++++++--- security/selinux/xfrm.c | 2 +- security/smack/smack_access.c | 10 +++--- security/smack/smackfs.c | 4 ++- 38 files changed, 228 insertions(+), 202 deletions(-)