summaryrefslogtreecommitdiffstats
path: root/lib/overflow_kunit.c
Commit message (Expand)AuthorAgeFilesLines
* overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-221-0/+19
* overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook2024-02-291-0/+43
* overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook2024-02-291-4/+20
* overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
* overflow: Add struct_size_t() helperKees Cook2023-05-261-1/+1
* overflow: Introduce overflows_type() and castable_to_type()Kees Cook2022-11-021-0/+381
* overflow: Refactor test skips for Clang-specific issuesKees Cook2022-10-251-17/+35
* overflow: disable failing tests for older clang versionsNick Desaulniers2022-10-251-1/+8
* Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-061-1/+1
|\
| * lib: overflow: update reference to kunit-toolTales Aparecida2022-09-301-1/+1
* | overflow: Split up kunit tests for smaller stack framesKees Cook2022-09-071-27/+51
* | overflow: Allow mixed type argumentsKees Cook2022-09-071-29/+72
|/
* lib: overflow: Do not define 64-bit tests on 32-bitKees Cook2022-07-011-0/+6
* lib: overflow: Convert to KunitKees Cook2022-02-271-0/+670