linux-kernel-test/drivers/net/hyperv
Haiyang Zhang 719b85c336 hv_netvsc: Fix error handling in netvsc_attach()
If rndis_filter_open() fails, we need to remove the rndis device created
in earlier steps, before returning an error code. Otherwise, the retry of
netvsc_attach() from its callers will fail and hang.

Fixes: 7b2ee50c0c ("hv_netvsc: common detach logic")
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-30 18:17:36 -07:00
..
hyperv_net.h hv_netvsc: Allow scatter-gather feature to be tunable 2019-09-07 17:42:52 +02:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
netvsc_drv.c hv_netvsc: Fix error handling in netvsc_attach() 2019-10-30 18:17:36 -07:00
netvsc_trace.c
netvsc_trace.h
netvsc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
rndis_filter.c hv_netvsc: Allow scatter-gather feature to be tunable 2019-09-07 17:42:52 +02:00