aboutsummaryrefslogtreecommitdiff
path: root/lib/overflow_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberGravatar Kees Cook 1-0/+19
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Gravatar Kees Cook 1-0/+43
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Gravatar Kees Cook 1-4/+20
2023-12-18overflow: Replace fake root_device with kunit_deviceGravatar davidgow@google.com 1-3/+2
2023-05-26overflow: Add struct_size_t() helperGravatar Kees Cook 1-1/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Gravatar Kees Cook 1-0/+381
2022-10-25overflow: Refactor test skips for Clang-specific issuesGravatar Kees Cook 1-17/+35
2022-10-25overflow: disable failing tests for older clang versionsGravatar Nick Desaulniers 1-1/+8
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2022-09-30lib: overflow: update reference to kunit-toolGravatar Tales Aparecida 1-1/+1
2022-09-07overflow: Split up kunit tests for smaller stack framesGravatar Kees Cook 1-27/+51
2022-09-07overflow: Allow mixed type argumentsGravatar Kees Cook 1-29/+72
2022-07-01lib: overflow: Do not define 64-bit tests on 32-bitGravatar Kees Cook 1-0/+6
2022-02-27lib: overflow: Convert to KunitGravatar Kees Cook 1-0/+670