aboutsummaryrefslogtreecommitdiffstats
path: root/lib/overflow_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-0/+19
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook1-0/+43
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook1-4/+20
2023-12-18overflow: Replace fake root_device with kunit_devicedavidgow@google.com1-3/+2
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook1-0/+381
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook1-17/+35
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers1-1/+8
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida1-1/+1
2022-09-07overflow: Split up kunit tests for smaller stack framesKees Cook1-27/+51
2022-09-07overflow: Allow mixed type argumentsKees Cook1-29/+72
2022-07-01lib: overflow: Do not define 64-bit tests on 32-bitKees Cook1-0/+6
2022-02-27lib: overflow: Convert to KunitKees Cook1-0/+670