[Bug 276057] crash in xa_destroy() while initializing the i915kms module
Date: Sat, 13 Jan 2024 22:04:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276057 --- Comment #10 from Donn Seeley <donn@xmission.com> --- (In reply to Konstantin Belousov from comment #9) Got it, thanks. So it sounds to me like the only risk here is unloading the module when witnessing is enabled. In that case, I think the best approach is to keep the code that reinitializes the mutex, and add MTX_NOWITNESS to the mtx_init() flags in xa_init_flags(). Does that seem reasonable to you? -- You are receiving this mail because: You are the assignee for the bug.