[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 18 14:35:44 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106
--- Comment #1 from John Baldwin <jhb at FreeBSD.org> ---
This is an old race. I have a very old p4 branch that dedicates a spin lock to
protecting the list of handlers (and then uses that as the thread_lock of idle
interrupt threads so that the number of spin locks taken for an interrupt
remains the same) that fixes this.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list