This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 509f806f7f70 Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/li [...] new 17d0d04f3c99 apparmor: allocate xmatch for nullpdb inside aa_alloc_null new db93ca15e5ae apparmor: properly handle cx/px lookup failure for complain new 9208c05f9fdf apparmor: add support for 2^24 states to the dfa state machine. new c03093730616 apparmor: Use IS_ERR_OR_NULL() helper function new ab6875fbb9d3 apparmor: domain: clean up duplicated parts of handle_onexec() new 648e45d724ed apparmor: Remove unnecessary NULL check before kvfree() new 75535669c9c1 apparmor: Remove deadcode new 7290f5923191 apparmor: test: Fix memory leak for aa_unpack_strdup() new a2081b78e212 apparmor: document first entry is in packed perms struct i [...] new 9b897132424f apparmor: fix 'Do simple duplicate message elimination' new 8532503eac69 apparmor: document capability.c:profile_capable ad ptr not [...] new fee7a2340f18 apparmor: add a cache entry expiration time aging out capa [...] new 74a96bbe1294 apparmor: audit_cap dedup based on subj_cred instead of profile new d00c2359fc18 Docs: Update LSM/apparmor.rst new 211551768291 apparmor: Remove unused parameter L1 in macro next_comb new 9133493a76d7 parser: drop dead code for XXX_comb macros new 8acf7ad02d1b apparmor: replace misleading 'scrubbing environment' phras [...] new 04b5f0a5bfee apparmor: lift new_profile declaration to remove C23 exten [...] new 29caf07e9dc6 Merge tag 'apparmor-pr-2024-11-27' of git://git.kernel.org [...] new 7ea13556f7d2 selftests: kallsyms: fix double build stupidity new 3e1d95b63c97 selftests: kallsyms: fix and clarify current test boundaries new c5efad88a946 selftests: find_symbol: Actually use load_mod() parameter new 93e064ce854a Merge tag 'modules-6.13-rc1-v2' of git://git.kernel.org/pu [...]
The 23 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/admin-guide/LSM/apparmor.rst | 7 +- lib/Kconfig.debug | 32 ++++++++- lib/tests/module/Makefile | 17 +++-- lib/tests/module/gen_test_kallsyms.sh | 9 ++- security/apparmor/apparmorfs.c | 1 + security/apparmor/capability.c | 19 +++-- security/apparmor/domain.c | 66 ++++++++---------- security/apparmor/include/label.h | 28 -------- security/apparmor/include/lib.h | 1 - security/apparmor/include/match.h | 8 ++- security/apparmor/include/perms.h | 3 - security/apparmor/include/policy.h | 1 - security/apparmor/include/secid.h | 1 - security/apparmor/label.c | 33 --------- security/apparmor/lib.c | 84 ----------------------- security/apparmor/match.c | 99 +++++++++++++++++++++------ security/apparmor/path.c | 2 +- security/apparmor/policy.c | 9 +-- security/apparmor/policy_unpack.c | 5 +- security/apparmor/policy_unpack_test.c | 6 ++ security/apparmor/secid.c | 14 ---- tools/testing/selftests/module/find_symbol.sh | 4 +- 22 files changed, 189 insertions(+), 260 deletions(-)