diff options
author | 2023-02-12 21:08:01 -0800 | |
---|---|---|
committer | 2023-02-14 13:56:56 +0100 | |
commit | dca5161f9bd052e9e73be90716ffd57e8762c697 (patch) | |
tree | 448b7aba3dbe561bec1bf55469911a187818146c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'add-support-for-per-action-hw-stats' (diff) | |
download | wireguard-linux-dca5161f9bd052e9e73be90716ffd57e8762c697.tar.xz wireguard-linux-dca5161f9bd052e9e73be90716ffd57e8762c697.zip |
hv_netvsc: Check status in SEND_RNDIS_PKT completion message
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions