summaryrefslogtreecommitdiffstats
path: root/lib/memcpy_kunit.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Guenter Roeck2024-03-181-3/+0
* lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow2024-02-271-2/+2
* kunit: memcpy: Mark tests as slow using test attributesRae Moar2023-07-261-4/+4
* kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TESTKees Cook2023-01-251-0/+2
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-0/+205
|\
| * kunit/memcpy: Add dynamic size and window testsKees Cook2022-10-281-0/+205
* | x86/mem: Move memmove to out of line assemblerNick Desaulniers2022-11-011-0/+22
|/
* kunit/memcpy: Avoid pathological compile-time string sizeKees Cook2022-09-071-1/+1
* string: Introduce strtomem() and strtomem_pad()Kees Cook2022-09-071-4/+55
* string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook2021-10-181-0/+11
* string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook2021-10-181-0/+13
* lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook2021-10-181-0/+265