aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/ubsan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook1-0/+68
2023-12-20UBSAN: use the kernel panic message markersBorislav Petkov (AMD)1-4/+3
2023-05-30ubsan: add prototypes for internal functionsArnd Bergmann1-3/+0
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+68
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-0/+68
2023-01-13ubsan: Fix objtool UACCESS warnsPeter Zijlstra1-1/+4
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2021-08-13kunit: ubsan integrationUriel Guajardo1-0/+3
2021-02-26ubsan: remove overflow checksAndrey Ryabinin1-68/+0
2021-02-05ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor1-0/+31
2020-12-15lib/ubsan.c: mark type_check_kinds with static keywordZou Wei1-1/+1
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann1-16/+17
2020-04-07ubsan: include bug type in report headerKees Cook1-21/+15
2020-04-07ubsan: check panic_on_warnKees Cook1-0/+11
2019-12-04lib/ubsan: don't serialize UBSAN reportJulien Grall1-41/+23
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel1-1/+1
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uaccess regionsPeter Zijlstra1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-05-06ubsan: Remove vla bound checks.Andrey Ryabinin1-18/+0
2019-05-06ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin1-26/+23
2019-04-03x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra1-0/+4
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin1-24/+0
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin1-10/+38
2018-02-06lib/ubsan.c: s/missaligned/misaligned/Andrew Morton1-2/+2
2016-08-02UBSAN: fix typo in format stringNicolas Iooss1-1/+1
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+456