Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 09:08:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 165630] [ndis][panic][patch] IRQL_NOT_GREATER_THAN
Message-ID:  <bug-165630-8-urtKntHYu4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-165630-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-165630-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165630

--- Comment #6 from commit-hook@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-165630-8-urtKntHYu4>