aboutsummaryrefslogtreecommitdiff
path: root/lib/memcpy_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Gravatar Guenter Roeck 1-3/+0
2024-02-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgGravatar David Gow 1-2/+2
2023-07-26kunit: memcpy: Mark tests as slow using test attributesGravatar Rae Moar 1-4/+4
2023-01-25kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TESTGravatar Kees Cook 1-0/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+205
2022-11-01x86/mem: Move memmove to out of line assemblerGravatar Nick Desaulniers 1-0/+22
2022-10-28kunit/memcpy: Add dynamic size and window testsGravatar Kees Cook 1-0/+205
2022-09-07kunit/memcpy: Avoid pathological compile-time string sizeGravatar Kees Cook 1-1/+1
2022-09-07string: Introduce strtomem() and strtomem_pad()Gravatar Kees Cook 1-4/+55
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingGravatar Kees Cook 1-0/+11
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingGravatar Kees Cook 1-0/+13
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTGravatar Kees Cook 1-0/+265