]> Git Repo - linux.git/commit
hv_netvsc: Disable NAPI before closing the VMBus channel
authorAndrea Parri (Microsoft) <[email protected]>
Mon, 6 Apr 2020 00:15:07 +0000 (02:15 +0200)
committerWei Liu <[email protected]>
Thu, 23 Apr 2020 13:17:11 +0000 (13:17 +0000)
commitac5047671758ad4be9f93898247b3a8b6dfde4c7
tree587b9d5c51dae373418d131019985a46f76ee172
parent8b6a877c060ed6b86878fe66c7c6493a6054cf23
hv_netvsc: Disable NAPI before closing the VMBus channel

vmbus_chan_sched() might call the netvsc driver callback function that
ends up scheduling NAPI work.  This "work" can access the channel ring
buffer, so we must ensure that any such work is completed and that the
ring buffer is no longer being accessed before freeing the ring buffer
data structure in the channel closure path.  To this end, disable NAPI
before calling vmbus_close() in netvsc_device_remove().

Suggested-by: Michael Kelley <[email protected]>
Signed-off-by: Andrea Parri (Microsoft) <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Michael Kelley <[email protected]>
Signed-off-by: Wei Liu <[email protected]>
drivers/hv/channel.c
drivers/net/hyperv/netvsc.c
This page took 0.045822 seconds and 4 git commands to generate.