]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: Check status in SEND_RNDIS_PKT completion message
authorMichael Kelley <mikelley@microsoft.com>
Mon, 13 Feb 2023 05:08:01 +0000 (21:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:33:53 +0000 (09:33 +0100)
commit743c5f7f4ced2aacfb193e050054e7a95d4a3739
tree29037b5e7174de059159ff39d7d7a0f6bf967936
parent6fdcd24505fc6ba2c4875390557290117da725b9
hv_netvsc: Check status in SEND_RNDIS_PKT completion message

[ Upstream commit 59339e9b7593645a536a2d899bf4c4a31f718693 ]

Completion responses to SEND_RNDIS_PKT messages are currently processed
regardless of the status in the response, so that resources associated
with the request are freed.  While this is appropriate, code bugs that
cause sending a malformed message, or errors on the Hyper-V host, go
undetected. Fix this by checking the status and outputting a rate-limited
message if there is an error.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Link: https://lore.kernel.org/r/1676264881-48928-1-git-send-email-mikelley@microsoft.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/hyperv/netvsc.c