This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8e333791d460 Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.o [...] new 39705a6c29f8 landlock: Don't lose track of restrictions on cred_transfer new cc374782b6ca selftests/landlock: Add cred_transfer test new 86b405ad8d0d Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.ker [...] new fce09ea31450 apparmor: Fix null pointer deref when receiving skb during [...] new 2bc73505a5cd apparmor: use kvfree_sensitive to free data->data new 4a8db3678403 apparmor: remove useless static inline function is_deleted new b2c858148acf apparmor: fix typo in kernel doc new 3dd384108d53 apparmor: fix possible NULL pointer dereference new 33be0cfa5ba5 apparmor: take nosymfollow flag into account new 4b954a025591 apparmor: test: add MODULE_DESCRIPTION() new f4fee216df7d apparmor: try to avoid refing the label in apparmor_file_open new e0ff0cff1f6c apparmor: unpack transition table if dfa is not present new ff30564411ff Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org [...]
The 13 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: security/apparmor/apparmorfs.c | 4 ++ security/apparmor/file.c | 13 ----- security/apparmor/include/cred.h | 20 ++++++++ security/apparmor/lsm.c | 14 ++++-- security/apparmor/mount.c | 2 + security/apparmor/policy.c | 2 +- security/apparmor/policy_unpack.c | 43 +++++++++------- security/apparmor/policy_unpack_test.c | 1 + security/landlock/cred.c | 11 ++++- tools/testing/selftests/landlock/base_test.c | 74 ++++++++++++++++++++++++++++ tools/testing/selftests/landlock/config | 1 + 11 files changed, 149 insertions(+), 36 deletions(-)