Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ubsan: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 2024-07-03 | 1 | -0/+1 |
* | ubsan: fix unused variable warning in test module | Arnd Bergmann | 2024-04-03 | 1 | -1/+1 |
* | ubsan: Reintroduce signed overflow sanitizer | Kees Cook | 2024-02-20 | 1 | -0/+37 |
* | ubsan: Silence W=1 warnings in self-test | Kees Cook | 2024-02-06 | 1 | -2/+2 |
* | ubsan: remove CONFIG_UBSAN_OBJECT_SIZE | Kees Cook | 2022-01-20 | 1 | -22/+0 |
* | ubsan: remove overflow checks | Andrey Ryabinin | 2021-02-26 | 1 | -49/+0 |
* | ubsan: expand tests and reporting | Kees Cook | 2020-12-15 | 1 | -8/+66 |
* | lib/test_ubsan.c: VLA no longer used in kernel | Olof Johansson | 2019-03-07 | 1 | -10/+1 |
* | lib/test_ubsan.c: make test_ubsan_misaligned_access() static | Colin Ian King | 2018-04-11 | 1 | -1/+1 |
* | lib: add testing module for UBSAN | Jinbum Park | 2018-04-11 | 1 | -0/+144 |