| Summary: | Boot panics when KMSAN enabled after 6687410af7d..d3a8f98acbf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> | ||||
| Component: | kern | Assignee: | Mark Johnston <markj> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | cperciva, emaste, markj, mav | ||||
| Priority: | --- | Keywords: | regression | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Li-Wen Hsu
2021-09-30 17:06:54 UTC
I suspect this is not related to recent commits. I note that the CI VMs are using virtual SATA disks, while most of the initial KMSAN work was done using virtio devices. So this is likely a preexisting driver problem or a false positive (i.e., KMSAN bug) of some kind. (In reply to Mark Johnston from comment #1) I was also suspecting this, and did a bisect for this. The build for base 6687410af7dba54e19b773684a969e9c590999e4 doesn't have this message: https://ci.freebsd.org/job/FreeBSD-main-amd64-KMSAN_test/57/console This is fixed now. The regression test is not yet KMSAN-clean, but we're getting there. |