[Bug 276057] crash in xa_destroy() while initializing the i915kms module
Date: Mon, 01 Jan 2024 20:08:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276057 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> --- We generally cannot re-init mutex that is destroyed. It is probably fine for the non-debugging kernels, but for kernels with WITNESS it causes some data recorded for WITNESS book tracking. Then unloading the module causes dandling pointers left, and panic occurs later. -- You are receiving this mail because: You are the assignee for the bug.