aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ubsan.c
AgeCommit message (Expand)Author
2020-03-20lib/ubsan: don't serialize UBSAN reportJulien Grall
2020-02-24ubsan, 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