diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2018-05-08 00:36:28 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-06-05 12:16:51 -0700 |
commit | 455a35a6cdb6f53fe9294e23301eb056f2908bd9 (patch) | |
tree | d100b0647b858d100609b4115680e1349cc912aa /drivers/md/dm-crypt.c | |
parent | f0907827a8a9152aedac2833ed1b674a7b2a44f2 (diff) | |
download | linux-455a35a6cdb6f53fe9294e23301eb056f2908bd9.tar.gz linux-455a35a6cdb6f53fe9294e23301eb056f2908bd9.tar.bz2 linux-455a35a6cdb6f53fe9294e23301eb056f2908bd9.zip |
lib: add runtime test of check_*_overflow functions
This adds a small module for testing that the check_*_overflow
functions work as expected, whether implemented in C or using gcc
builtins.
Example output:
test_overflow: u8 : 18 tests
test_overflow: s8 : 19 tests
test_overflow: u16: 17 tests
test_overflow: s16: 17 tests
test_overflow: u32: 17 tests
test_overflow: s32: 17 tests
test_overflow: u64: 17 tests
test_overflow: s64: 21 tests
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
[kees: add output to commit log, drop u64 tests on 32-bit]
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/md/dm-crypt.c')
0 files changed, 0 insertions, 0 deletions