diff options
author | David Vrabel <david.vrabel@citrix.com> | 2013-02-14 03:18:58 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-28 06:32:27 -0800 |
commit | bd986521a6e35a301e45d2831501acc172fe2a8f (patch) | |
tree | 21bd20271578b412b002c13f396750426f5ea08a /sound/spi | |
parent | 436d1b8ff7eb7ac9e2569ad780c33bd4287d0526 (diff) | |
download | lwn-bd986521a6e35a301e45d2831501acc172fe2a8f.tar.gz lwn-bd986521a6e35a301e45d2831501acc172fe2a8f.zip |
xen-netback: cancel the credit timer when taking the vif down
[ Upstream commit 3e55f8b306cf305832a4ac78aa82e1b40e818ece ]
If the credit timer is left armed after calling
xen_netbk_remove_xenvif(), then it may fire and attempt to schedule
the vif which will then oops as vif->netbk == NULL.
This may happen both in the fatal error path and during normal
disconnection from the front end.
The sequencing during shutdown is critical to ensure that: a)
vif->netbk doesn't become unexpectedly NULL; and b) the net device/vif
is not freed.
1. Mark as unschedulable (netif_carrier_off()).
2. Synchronously cancel the timer.
3. Remove the vif from the schedule list.
4. Remove it from it netback thread group.
5. Wait for vif->refcnt to become 0.
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Reported-by: Christopher S. Aker <caker@theshore.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/spi')
0 files changed, 0 insertions, 0 deletions