summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-08-0614-143/+286
|\
| * integrity: remove redundant initialization of variable retColin Ian King2020-07-271-1/+1
| * ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele2020-07-212-1/+7
| * ima: AppArmor satisfies the audit rule requirementsTyler Hicks2020-07-211-1/+1
| * ima: Rename internal filter rule functionsTyler Hicks2020-07-212-25/+21
| * Merge branch 'validate-policy-rules' into next-integrityMimi Zohar2020-07-2110-94/+184
| |\
| | * ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-209-25/+31
| | * ima: Use the common function to detect LSM conditionals in a ruleTyler Hicks2020-07-201-9/+2
| | * ima: Move comprehensive rule validation checks out of the token parserTyler Hicks2020-07-203-46/+37
| | * ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-9/+9
| | * ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-10/+8
| | * ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks2020-07-201-1/+14
| | * ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks2020-07-171-0/+7
| | * ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks2020-07-171-0/+21
| | * ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks2020-07-171-2/+38
| | * ima: Free the entire rule if it fails to parseTyler Hicks2020-07-171-1/+2
| | * ima: Free the entire rule when deleting a list of rulesTyler Hicks2020-07-171-5/+24
| | * ima: Have the LSM free its audit ruleTyler Hicks2020-07-172-1/+6
| |/
| * IMA: Add audit log for failure conditionsLakshmi Ramasubramanian2020-07-174-22/+51
| * integrity: Add errno field in audit messageLakshmi Ramasubramanian2020-07-172-1/+23
* | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds2020-08-065-4/+427
|\ \
| * | coccinelle: api: filter out memdup_user definitionsDenis Efremov2020-08-041-4/+13
| * | coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov2020-08-041-0/+45
| * | coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov2020-08-041-2/+6
| * | coccinelle: api: add kzfree scriptDenis Efremov2020-08-041-0/+101
| * | coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov2020-08-041-0/+209
| * | coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov2020-08-041-1/+1
| * | coccinelle: api: add device_attr_show scriptDenis Efremov2020-08-041-0/+55
* | | Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-069-245/+296
|\ \ \
| * | | selftests/livepatch: adopt to newer sysctl error formatPetr Mladek2020-07-152-2/+3
| * | | selftests/livepatch: Use "comm" instead of "diff" for dmesgJoe Lawrence2020-07-141-1/+1
| * | | selftests/livepatch: add test delimiter to dmesgJoe Lawrence2020-06-191-0/+1
| * | | selftests/livepatch: refine dmesg 'taints' in dmesg comparisonJoe Lawrence2020-06-191-1/+2
| * | | selftests/livepatch: Don't clear dmesg when running testsJoe Lawrence2020-06-197-81/+66
| * | | selftests/livepatch: fix mem leaks in test-klp-shadow-varsYannick Cote2020-06-081-12/+31
| * | | selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote2020-06-082-130/+143
| * | | selftests/livepatch: rework test-klp-shadow-varsYannick Cote2020-06-081-44/+57
| * | | selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence2020-06-082-24/+42
* | | | Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-08-061-3/+16
|\ \ \ \
| * | | | Smack: prevent underflow in smk_set_cipso()Dan Carpenter2020-07-271-1/+1
| * | | | Smack: fix another vsscanf out of boundsDan Carpenter2020-07-271-0/+4
| * | | | Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers2020-07-141-2/+11
* | | | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-06108-1608/+3139
|\ \ \ \ \
| * | | | | MIPS: SGI-IP27: always enable NUMA in KconfigMike Rapoport2020-08-051-0/+1
| * | | | | MAINTAINERS: Update KVM/MIPS maintainersHuacai Chen2020-08-041-1/+3
| * | | | | MIPS: Update default config file for Loongson-3Huacai Chen2020-08-041-6/+83
| * | | | | MIPS: KVM: Add kvm guest support for Loongson-3Huacai Chen2020-08-047-3/+125
| * | | | | dt-bindings: mips: Document Loongson kvm guest boardHuacai Chen2020-08-041-0/+4
| * | | | | MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-316-0/+60
| * | | | | MIPS: add definitions for Loongson-specific CP0.Diag1 registerWANG Xuerui2020-07-311-0/+8