aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
AgeCommit message (Expand)Author
2021-08-13kunit: ubsan integrationUriel Guajardo
2021-02-26ubsan: remove overflow checksAndrey Ryabinin
2021-02-05ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor
2020-12-15lib/ubsan.c: mark type_check_kinds with static keywordZou Wei
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann
2020-04-07ubsan: include bug type in report headerKees Cook
2020-04-07ubsan: check panic_on_warnKees Cook
2019-12-04lib/ubsan: don't serialize UBSAN reportJulien Grall
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06ubsan: Remove vla bound checks.Andrey Ryabinin
2019-05-06ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin
2019-04-03x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin
2018-02-06lib/ubsan.c: s/missaligned/misaligned/Andrew Morton
2016-08-02UBSAN: fix typo in format stringNicolas Iooss
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin