summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-2224-231/+255
|\
| * selinux: shorten the policy capability enum namesPaul Moore2022-03-025-24/+24
| * docs: fix 'make htmldocs' warning in SCTP.rstWan Jiabing2022-02-281-2/+2
| * selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-254-1/+16
| * selinux: use correct type for context lengthChristian Göttsche2022-02-181-1/+1
| * selinux: drop return statement at end of void functionsChristian Göttsche2022-02-185-8/+0
| * security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek2022-02-151-24/+66
| * security: add sctp_assoc_established hookOndrej Mosnacek2022-02-156-15/+37
| * selinux: parse contexts for mount options earlyOndrej Mosnacek2022-02-041-149/+53
| * selinux: various sparse fixesPaul Moore2022-02-024-7/+8
| * selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew2022-02-011-29/+59
| * selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew2022-02-011-34/+41
| * LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-282-5/+17
| * selinux: fix a type cast problem in cred_init_security()Paul Moore2022-01-271-1/+1
| * selinux: drop unused macroChristian Göttsche2022-01-261-2/+0
| * selinux: simplify cred_init_securityChristian Göttsche2022-01-261-2/+1
| * selinux: do not discard const qualifier in castChristian Göttsche2022-01-261-2/+2
| * selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche2022-01-261-3/+3
| * selinux: drop cast to same typeChristian Göttsche2022-01-261-1/+1
| * selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-263-7/+7
| * selinux: declare name parameter of hash_eval constChristian Göttsche2022-01-261-1/+1
| * selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-262-5/+5
| * selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-261-0/+2
| * selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-261-2/+2
* | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-2212-64/+146
|\ \
| * | MAINTAINERS: add missing security/integrity/platform_certsMimi Zohar2022-03-011-0/+8
| * | EVM: fix the evm= __setup handler return valueRandy Dunlap2022-02-231-1/+1
| * | KEYS: encrypted: Instantiate key with user-provided decrypted dataYael Tzur2022-02-223-29/+86
| * | ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-155-18/+17
| * | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar2022-02-153-4/+4
| * | ima: Return error code obtained from securityfs functionsStefan Berger2022-02-151-8/+23
| * | MAINTAINERS: add missing "security/integrity" directoryMimi Zohar2022-02-151-0/+3
| * | ima: Fix trivial typos in the commentsAustin Kim2022-02-154-4/+4
* | | Merge tag 'Smack-for-5.18' of https://github.com/cschaufler/smack-nextLinus Torvalds2022-03-221-1/+1
|\ \ \
| * | | Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler2022-03-011-1/+1
| | |/ | |/|
* | | Merge branch 'keys-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds2022-03-221-1/+2
|\ \ \
| * | | watch_queue: Actually free the watchDavid Howells2022-03-211-0/+1
| * | | watch_queue: Fix NULL dereference in error cleanupDavid Howells2022-03-211-1/+1
* | | | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-228-29/+33
|\ \ \ \
| * | | | media: omap3isp: Use struct_group() for memcpy() regionKees Cook2022-02-272-10/+16
| * | | | tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook2022-02-271-1/+1
| * | | | alpha: Silence -Warray-bounds warningsKees Cook2022-02-141-3/+3
| * | | | m68k: cmpxchg: Dereference matching sizeKees Cook2022-02-141-5/+4
| * | | | intel_th: msu: Use memset_startat() for clearing hw headerKees Cook2022-02-141-3/+1
| * | | | KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson2022-02-142-7/+8
* | | | | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-229-458/+518
|\ \ \ \ \
| * | | | | lib: stackinit: Convert to KUnitKees Cook2022-03-213-174/+121
| * | | | | um: Allow builds with ClangKees Cook2022-03-213-5/+6
| * | | | | lib: overflow: Convert to KunitKees Cook2022-02-273-309/+263
| * | | | | overflow: Provide constant expression struct_sizeKees Cook2022-02-162-12/+24