summaryrefslogtreecommitdiff
path: root/lib/overflow_kunit.c
AgeCommit message (Expand)Author
2023-12-18overflow: Replace fake root_device with kunit_devicedavidgow@google.com
2023-05-26overflow: Add struct_size_t() helperKees Cook
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida
2022-09-07overflow: Split up kunit tests for smaller stack framesKees Cook
2022-09-07overflow: Allow mixed type argumentsKees Cook
2022-07-01lib: overflow: Do not define 64-bit tests on 32-bitKees Cook
2022-02-27lib: overflow: Convert to KunitKees Cook