summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_kubsan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use atomic operations consistently while writing to kubsan_slot.anton2019-11-061-6/+6
* Regularly poll and report kubsan findings using the timeout(9) APIanton2019-11-041-17/+14
* rework kubsan_state into simpler boolean named kubsan_coldanton2019-11-031-7/+5
* add missing handler for float cast overflow; caused by code inanton2019-11-031-1/+41
* Undefined behavior (UB) can potentially be present anywhere in theanton2019-06-201-218/+380
* sort struct declarationsanton2019-06-031-5/+5
* rename struct for consistencyanton2019-05-241-5/+7
* fix incorrect order of argumentsanton2019-05-241-3/+3
* A source location in kubsan is an absolute path making reports quiteanton2019-05-241-3/+31
* The latest inteldrm update brought along code making use ofanton2019-05-241-4/+48
* correct LOCATION_REPORTED maskanton2019-03-191-2/+2
* Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon2019-03-181-0/+491