[Bug 165630] [ndis][panic][patch] IRQL_NOT_GREATER_THAN

2015-07-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165630

--- Comment #6 from commit-h...@freebsd.org ---
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.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 165630] [ndis][panic][patch] IRQL_NOT_GREATER_THAN

2015-07-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165630

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

 CC||bruef...@freebsd.org
 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #7 from Christian Brueffer bruef...@freebsd.org ---
Merged to stable/9; thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org