commit | db739ef37f07a1a12e388dbaec225d9d9d5d6ded | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Thu Nov 21 15:26:09 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 21 13:09:43 2013 -0500 |
tree | 1afa3b07aa5e8ef07d5753fd9ee8c5290357c382 | |
parent | aec6f90d412fe30b88fdea3d1880734c837e15d4 [diff] |
xen-netback: stop the VIF thread before unbinding IRQs If the VIF thread is still running after unbinding the Tx and Rx IRQs in xenvif_disconnect(), the thread may attempt to raise an event which will BUG (as the irq is unbound). Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>