| Commit message (Expand) | Author | Age | Files | Lines |
* | ubsan: no need to unset panic_on_warn in ubsan_epilogue() | Tiezhu Yang | 2022-03-24 | 1 | -9/+1 |
* | kunit: ubsan integration | Uriel Guajardo | 2021-08-13 | 1 | -0/+3 |
* | ubsan: remove overflow checks | Andrey Ryabinin | 2021-02-26 | 1 | -68/+0 |
* | ubsan: implement __ubsan_handle_alignment_assumption | Nathan Chancellor | 2021-02-05 | 1 | -0/+31 |
* | lib/ubsan.c: mark type_check_kinds with static keyword | Zou Wei | 2020-12-16 | 1 | -1/+1 |
* | lib/ubsan.c: fix gcc-10 warnings | Arnd Bergmann | 2020-06-05 | 1 | -16/+17 |
* | ubsan: include bug type in report header | Kees Cook | 2020-04-07 | 1 | -21/+15 |
* | ubsan: check panic_on_warn | Kees Cook | 2020-04-07 | 1 | -0/+11 |
* | lib/ubsan: don't serialize UBSAN report | Julien Grall | 2019-12-05 | 1 | -41/+23 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 1 | -1/+4 |
|\ |
|
| * | ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces... | Peter Zijlstra | 2019-10-28 | 1 | -1/+4 |
* | | int128: move __uint128_t compiler test to Kconfig | Ard Biesheuvel | 2019-11-17 | 1 | -1/+1 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-05-06 | 1 | -0/+4 |
|\ |
|
| * | x86/uaccess, ubsan: Fix UBSAN vs. SMAP | Peter Zijlstra | 2019-04-03 | 1 | -0/+4 |
* | | ubsan: Remove vla bound checks. | Andrey Ryabinin | 2019-05-06 | 1 | -18/+0 |
* | | ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings | Andrey Ryabinin | 2019-05-06 | 1 | -26/+23 |
|/ |
|
* | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn | Arnd Bergmann | 2018-11-18 | 1 | -2/+1 |
* | lib/ubsan: remove returns-nonnull-attribute checks | Andrey Ryabinin | 2018-02-07 | 1 | -24/+0 |
* | lib/ubsan: add type mismatch handler for new GCC/Clang | Andrey Ryabinin | 2018-02-07 | 1 | -10/+38 |
* | lib/ubsan.c: s/missaligned/misaligned/ | Andrew Morton | 2018-02-07 | 1 | -2/+2 |
* | UBSAN: fix typo in format string | Nicolas Iooss | 2016-08-02 | 1 | -1/+1 |
* | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-01-21 | 1 | -0/+456 |