[Bug 147127] [pccard] [patch] Fix panic in pccard.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 7 06:20:05 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147127

--- Comment #7 from commit-hook at freebsd.org ---
A commit references this bug:

Author: imp
Date: Mon Jan  7 06:19:51 UTC 2019
New revision: 342843
URL: https://svnweb.freebsd.org/changeset/base/342843

Log:
  Fix a race between setting up the interrupt handler and it firing by
  setting the data prior to setting up the interrupt. Now we only set
  the cookie afterwards, and that (a) cannot be helpd and (b) isn't used
  in the ISR.

  PR: 147127
  Submitted by: hps@

Changes:
  head/sys/dev/pccard/pccard.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list