summaryrefslogtreecommitdiff
path: root/sys/kern/subr_kubsan.c
AgeCommit message (Expand)Author
2024-09-06Fix KUBSAN by adding invalid builtin detection, as needed by our current clang.Moritz Buhl
2019-11-06Use atomic operations consistently while writing to kubsan_slot.anton
2019-11-04Regularly poll and report kubsan findings using the timeout(9) APIanton
2019-11-03rework kubsan_state into simpler boolean named kubsan_coldanton
2019-11-03add missing handler for float cast overflow; caused by code inanton
2019-06-20Undefined behavior (UB) can potentially be present anywhere in theanton
2019-06-03sort struct declarationsanton
2019-05-24rename struct for consistencyanton
2019-05-24fix incorrect order of argumentsanton
2019-05-24A source location in kubsan is an absolute path making reports quiteanton
2019-05-24The latest inteldrm update brought along code making use ofanton
2019-03-19correct LOCATION_REPORTED maskanton
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon