]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -
authoradrian <adrian@FreeBSD.org>
Sun, 15 Mar 2015 21:29:18 +0000 (21:29 +0000)
committeradrian <adrian@FreeBSD.org>
Sun, 15 Mar 2015 21:29:18 +0000 (21:29 +0000)
commit9376a63b820a5761e31272001067c12d27ed890f
tree00ed353c27d7a8172732a43f831b0f92cd6031e8
parent45474488c8945fcee7378e64c4ad839e01698825
Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -
fixes various races between wpi_notif_intr() and wpi_stop_locked().

(attachment 154381)

Committers note: yes, unlock/if_input/lock has to go away, but that'll
have to be done later.

PR: kern/197143
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
sys/dev/wpi/if_wpi.c