summaryrefslogtreecommitdiffstats
path: root/lib/overflow_kunit.c
AgeCommit message (Expand)AuthorLines
2024-11-19Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr-1/+1
2024-08-15kunit/overflow: Fix UB in overflow_allocation_testIvan Orlov-2/+1
2024-06-24kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson-0/+1
2024-06-10kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()Kees Cook-3/+17
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook-0/+19
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook-0/+43
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook-4/+20
2023-12-18overflow: Replace fake root_device with kunit_devicedavidgow@google.com-3/+2
2023-05-26overflow: Add struct_size_t() helperKees Cook-1/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook-0/+381
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook-17/+35
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers-1/+8
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+1
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida-1/+1
2022-09-07overflow: Split up kunit tests for smaller stack framesKees Cook-27/+51
2022-09-07overflow: Allow mixed type argumentsKees Cook-29/+72
2022-07-01lib: overflow: Do not define 64-bit tests on 32-bitKees Cook-0/+6
2022-02-27lib: overflow: Convert to KunitKees Cook-0/+670