summaryrefslogtreecommitdiff
path: root/lib/fortify_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-02mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-2/+1
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-2/+0
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-2/+0
2024-06-25kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-19fortify: Do not special-case 0-sized destinationsKees Cook1-2/+1
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker1-1/+1
2024-05-31kunit/fortify: Remove __kmalloc_node() testKees Cook1-3/+0
2024-05-28mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka1-5/+0
2024-05-18kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook1-1/+1
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-0/+26
2024-05-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-3/+3
2024-04-30kunit/fortify: Add memcpy() testsKees Cook1-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook1-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook1-40/+40
2024-04-27kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook1-8/+8
2024-03-01fortify: Improve buffer overflow reportingKees Cook1-2/+2
2024-03-01fortify: Add KUnit tests for runtime overflowsKees Cook1-2/+605
2024-03-01fortify: Provide KUnit counters for failure testingKees Cook1-0/+41
2024-03-01fortify: Allow KUnit test to build without FORTIFYKees Cook1-0/+14
2023-12-18fortify: test: Use kunit_devicedavidgow@google.com1-2/+3
2023-07-03Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook1-14/+0
2023-05-17fortify: Allow KUnit test to build without FORTIFYKees Cook1-0/+14
2022-11-23kunit/fortify: Validate __alloc_size attribute resultsKees Cook1-0/+255
2022-09-14fortify: Adjust KUnit test for modular buildKees Cook1-2/+1
2022-09-08fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook1-0/+77