summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * string: Add Kunit tests for strcat() familyKees Cook2023-05-164-0/+111
| * fortify: Allow KUnit test to build without FORTIFYKees Cook2023-05-162-1/+15
| * kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook2023-05-162-0/+5
| * fortify: strscpy: Fix flipped q and p docstring typoArne Welzel2023-05-161-2/+2
| * ubsan: Tighten UBSAN_BOUNDS on GCCKees Cook2023-05-162-26/+32
* | Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-282-4/+4
|\ \
| * | pstore/ram: Add check for kstrdupJiasheng Jiang2023-06-141-0/+2
| * | pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König2023-05-101-4/+2
* | | Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-284-13/+10
|\ \ \
| * | | binfmt_elf: fix comment typo s/reset/regset/Baruch Siach2023-06-231-1/+1
| * | | elf: correct note name commentBaruch Siach2023-06-231-1/+2
| * | | binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET2023-05-311-4/+2
| * | | binfmt: Use struct_size()Christophe JAILLET2023-05-311-3/+1
| * | | coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song2023-05-163-4/+4
| | |/ | |/|
* | | Merge tag 'Smack-for-6.5' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-06-282-16/+48
|\ \ \
| * | | smack: Record transmuting in smk_transmutedRoberto Sassu2023-05-112-12/+30
| * | | smack: Retrieve transmuting information in smack_inode_getsecurity()Roberto Sassu2023-05-111-4/+18
| | |/ | |/|
* | | Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-06-287-16/+32
|\ \ \
| * | | ima: Fix build warningsRoberto Sassu2023-06-062-1/+5
| * | | evm: Fix build warningsRoberto Sassu2023-06-062-2/+2
| * | | evm: Complete description of evm_inode_setattr()Roberto Sassu2023-06-051-0/+2
| * | | integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang2023-06-011-6/+9
| * | | IMA: use vfs_getattr_nosec to get the i_versionJeff Layton2023-05-242-7/+14
| | |/ | |/|
* | | Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-289-19/+22
|\ \ \
| * | | device_cgroup: Fix kernel-doc warnings in device_cgroupGaosheng Cui2023-06-211-1/+0
| * | | SafeSetID: fix UID printed instead of GIDAlexander Mikhalitsyn2023-06-211-1/+1
| * | | MAINTAINERS: move labeled networking to "supported"Paul Moore2023-06-081-1/+1
| * | | capability: erase checker warnings about struct __user_cap_data_structGONG, Ruiqi2023-06-061-2/+3
| * | | lsm: fix a number of misspellingsPaul Moore2023-05-254-14/+14
| * | | reiserfs: Initialize sec->length in reiserfs_security_init().Tetsuo Handa2023-05-251-0/+1
| * | | capability: fix kernel-doc warnings in capability.cGaosheng Cui2023-05-221-0/+2
| | |/ | |/|
* | | Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-2824-92/+157
|\ \ \
| * | | selinux: avoid bool as identifier nameChristian Göttsche2023-06-052-5/+5
| * | | selinux: fix Makefile for versions of make < v4.3Paul Moore2023-06-021-3/+14
| * | | selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek2023-05-302-17/+42
| * | | selinux: cleanup exit_sel_fs() declarationXiu Jianfeng2023-05-301-1/+0
| * | | selinux: deprecated fs oconChristian Göttsche2023-05-232-1/+5
| * | | selinux: make header files self-includingChristian Göttsche2023-05-182-0/+4
| * | | selinux: keep context struct members in syncChristian Göttsche2023-05-181-0/+1
| * | | selinux: Implement mptcp_add_subflow hookPaolo Abeni2023-05-182-2/+22
| * | | security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-184-0/+30
| * | | selinux: small cleanups in selinux_audit_rule_init()Paul Moore2023-05-081-20/+18
| * | | selinux: declare read-only data arrays constChristian Göttsche2023-05-083-3/+3
| * | | selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche2023-05-082-2/+2
| * | | selinux: drop return at end of void function avc_insert()Christian Göttsche2023-05-081-1/+0
| * | | selinux: avc: drop unused function avc_disable()Christian Göttsche2023-05-082-22/+0
| * | | selinux: adjust typos in commentsChristian Göttsche2023-05-086-6/+6
| * | | selinux: do not leave dangling pointer behindChristian Göttsche2023-05-081-0/+1
| * | | selinux: more Makefile tweaksPaul Moore2023-05-081-10/+9
| |/ /
* | | Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-283-3/+3
|\ \ \