Age | Commit message (Expand) | Author |
---|---|---|
2019-11-06 | Use atomic operations consistently while writing to kubsan_slot. | anton |
2019-11-04 | Regularly poll and report kubsan findings using the timeout(9) API | anton |
2019-11-03 | rework kubsan_state into simpler boolean named kubsan_cold | anton |
2019-11-03 | add missing handler for float cast overflow; caused by code in | anton |
2019-06-20 | Undefined behavior (UB) can potentially be present anywhere in the | anton |
2019-06-03 | sort struct declarations | anton |
2019-05-24 | rename struct for consistency | anton |
2019-05-24 | fix incorrect order of arguments | anton |
2019-05-24 | A source location in kubsan is an absolute path making reports quite | anton |
2019-05-24 | The latest inteldrm update brought along code making use of | anton |
2019-03-19 | correct LOCATION_REPORTED mask | anton |
2019-03-18 | Add kubsan(4), a undefined behavior sanitizer for the kernel. It's | anton |