https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165630
--- Comment #6 from [email protected] --- A commit references this bug: Author: brueffer Date: Thu Jul 16 09:08:37 UTC 2015 New revision: 285624 URL: https://svnweb.freebsd.org/changeset/base/285624 Log: MFC: r232509 by brucec Fix race condition in KfRaiseIrql(). After getting the current irql, if the kthread gets preempted and subsequently runs on a different CPU, the saved irql could be wrong. Also, correct the panic string. PR: kern/165630 Submitted by: Vladislav Movchan <vladislav.movchan at gmail.com> Changes: _U stable/9/sys/ stable/9/sys/compat/ndis/subr_hal.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
