summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
7 daysapparmor: fix race between freeing data and fs accessing itJohn Johansen-101/+153
7 daysapparmor: fix race on rawdata dereferenceJohn Johansen-57/+93
7 daysapparmor: fix differential encoding verificationJohn Johansen-4/+20
7 daysapparmor: fix unprivileged local user can do privileged policy managementJohn Johansen-9/+43
7 daysapparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen-0/+1
7 daysapparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer-2/+3
7 daysapparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer-10/+20
7 daysapparmor: fix: limit the number of levels of policy namespacesJohn Johansen-0/+4
7 daysapparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer-3/+27
7 daysapparmor: fix memory leak in verify_headerMassimiliano Pellizzer-1/+0
7 daysapparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer-1/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-9/+8
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-87/+87
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-168/+166
2026-02-20Merge tag 'apparmor-pr-2026-02-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-240/+687
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-02-18apparmor: fix signedness bug in unpack_tags()Massimiliano Pellizzer-1/+1
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-21/+16
2026-02-14Merge tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+309
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+43
2026-02-11Merge tag 'landlock-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-377/+960
2026-02-11Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-28/+30
2026-02-11Merge tag 'Smack-for-7.0' of https://github.com/cschaufler/smack-nextLinus Torvalds-30/+51
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+205
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+7
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-50/+123
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2026-02-10landlock: Transpose the layer masks data structureGünther Noack-341/+272
2026-02-10landlock: Add access_mask_subset() helperGünther Noack-2/+9
2026-02-09Merge tag 'selinux-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-25/+151
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-02-06landlock: Add errata documentation sectionSamasth Norway Ananda-1/+28
2026-02-06landlock: Refactor TCP socket type checkMatthieu Buffet-5/+16
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack-28/+635
2026-02-03apparmor: fix cast in format string DEBUG statementJohn Johansen-1/+1
2026-02-02apparmor: fix aa_label to return state from compount and component matchJohn Johansen-6/+6
2026-02-02apparmor: fix fmt string type error in process_strs_entryJohn Johansen-2/+3
2026-02-02apparmor: fix kernel-doc comments for inviewJohn Johansen-2/+2
2026-02-02apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia-0/+9
2026-02-01apparmor: add .kunitconfigRyota Sakamoto-0/+5
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells-2/+2
2026-01-30keys/trusted_keys: establish PKWM as a trusted sourceSrish Srinivasan-1/+205
2026-01-29lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITYPaul Moore-18/+3
2026-01-29apparmor: cleanup remove unused percpu critical sections in buffer managementJohn Johansen-5/+0
2026-01-29apparmor: document the buffer hold, add an overflow guardJohn Johansen-2/+26
2026-01-29apparmor: avoid per-cpu hold underflow in aa_get_bufferZhengmian Hu-1/+2
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen-46/+61