summaryrefslogtreecommitdiffstats
path: root/lib/fortify_kunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-0/+1
|\
| * kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-251-0/+1
* | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-191-2/+0
|\ \
| * \ Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-2/+0
| |\ \ | | |/ | |/|
| | * mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka2024-05-281-5/+0
* | | Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-161-2/+1
|\ \ \ | |/ / |/| |
| * | fortify: Do not special-case 0-sized destinationsKees Cook2024-06-191-2/+1
* | | mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker2024-06-061-1/+1
|/ /
* / kunit/fortify: Remove __kmalloc_node() testKees Cook2024-05-311-3/+0
|/
* kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook2024-05-181-1/+1
* string: Add additional __realloc_size() annotations for "dup" helpersKees Cook2024-05-021-0/+26
* kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook2024-05-021-3/+3
* kunit/fortify: Add memcpy() testsKees Cook2024-04-301-3/+82
* kunit/fortify: Do not spam logs with fortify WARNsKees Cook2024-04-301-1/+8
* kunit/fortify: Rename tests to use recommended conventionsKees Cook2024-04-301-40/+40
* kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook2024-04-271-8/+8
* fortify: Improve buffer overflow reportingKees Cook2024-02-291-2/+2
* fortify: Add KUnit tests for runtime overflowsKees Cook2024-02-291-2/+605
* fortify: Provide KUnit counters for failure testingKees Cook2024-02-291-0/+41
* fortify: Allow KUnit test to build without FORTIFYKees Cook2024-02-291-0/+14
* fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
* Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook2023-07-031-14/+0
* fortify: Allow KUnit test to build without FORTIFYKees Cook2023-05-161-0/+14
* kunit/fortify: Validate __alloc_size attribute resultsKees Cook2022-11-231-0/+255
* fortify: Adjust KUnit test for modular buildKees Cook2022-09-141-2/+1
* fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-081-0/+77