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