Date: Mon, 07 Jan 2019 06:19:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 147127] [pccard] [patch] Fix panic in pccard.c Message-ID: <bug-147127-227-bJk3TaVWSc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-147127-227@https.bugs.freebsd.org/bugzilla/> References: <bug-147127-227@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=3D147127 --- Comment #7 from commit-hook@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 --=20 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-147127-227-bJk3TaVWSc>