This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b3c623b9a94f Merge tag 'thermal-6.15-rc1' of git://git.kernel.org/pub/s [...] new b8a468e0b060 io_uring: refactor io_uring_allowed() new c6ad9fdbd44b io_uring,lsm,selinux: add LSM hooks for io_uring_setup() new 4632cd0ec3fa lsm: fix a missing security_uring_allowed() prototype new 9ec84f79c5a7 perf: Remove unnecessary parameter of security check new 55e16418dd08 lsm,rust: mark SecurityCtx methods inline new 0a01beac927a lsm,rust: reword "destroy" -> "release" in SecurityCtx new ab938b59e9de cred,rust: mark Credential methods inline new b51543e9fb39 MAINTAINERS: add an explicit credentials entry new 75e6184ce064 MAINTAINERS: add Serge Hallyn as a credentials reviewer new 9da4f4f9877e lsm: remove old email address for Stephen Smalley new 65b796acea1e mailmap: map Stephen Smalley's old email addresses new 054570267d23 Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/sc [...] new 75eb39f2f50b selinux: fix spelling error new 5fc80fb5b776 selinux: always check the file label in selinux_kernel_rea [...] new 2c2b1e059792 selinux: add permission checks for loading other kinds of [...] new 6ae0042f4d3f selinux: Chain up tool resolving errors in install_policy.sh new 8af43b61c17e selinux: support wildcard network interface names new a3d3043ef24a selinux: get netif_wildcard policycap from policy instead [...] new 59c017ce9ec7 Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pu [...] new 2aad5cd1dbeb Smack: fix typos and spelling errors new bfcf4004bcbc smack: dont compile ipv6 code unless ipv6 is configured new 6cce0cc38613 smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label new bf9f14c91a05 smack: remove /smack/logging if audit is not configured new c7fb50cecff9 smack: Revert "smackfs: Added check catlen" new a158a937d864 smack: recognize ipv4 CIPSO w/o categories new 61af143fbea4 Merge tag 'Smack-for-6.15' of https://github.com/cschaufle [...]
The 26 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: .mailmap | 2 + MAINTAINERS | 10 ++++ arch/x86/events/amd/ibs.c | 2 +- arch/x86/events/intel/bts.c | 2 +- arch/x86/events/intel/core.c | 2 +- arch/x86/events/intel/p4.c | 2 +- drivers/perf/arm_spe_pmu.c | 4 +- include/linux/lsm_audit.h | 2 +- include/linux/lsm_hook_defs.h | 3 +- include/linux/perf_event.h | 10 ++-- include/linux/security.h | 10 ++-- io_uring/io_uring.c | 21 ++++++--- kernel/events/core.c | 14 +++--- kernel/trace/trace_event_perf.c | 4 +- rust/kernel/cred.rs | 5 ++ rust/kernel/security.rs | 12 +++-- scripts/selinux/install_policy.sh | 15 +++--- security/lsm_audit.c | 2 +- security/security.c | 17 +++++-- security/selinux/avc.c | 2 +- security/selinux/hooks.c | 74 +++++++++++++++++++++++++----- security/selinux/include/classmap.h | 6 ++- security/selinux/include/policycap.h | 1 + security/selinux/include/policycap_names.h | 1 + security/selinux/include/security.h | 8 +++- security/selinux/ss/services.c | 15 ++++-- security/smack/smack.h | 20 +++++--- security/smack/smack_access.c | 6 ++- security/smack/smack_lsm.c | 40 +++++----------- security/smack/smackfs.c | 29 ++++++------ 30 files changed, 222 insertions(+), 119 deletions(-)