mbox series

[0/2] vsock: remove an unused variable and fix infinite sleep

Message ID 20221028205646.28084-1-decui@microsoft.com (mailing list archive)
Headers show
Series vsock: remove an unused variable and fix infinite sleep | expand

Message

Dexuan Cui Oct. 28, 2022, 8:56 p.m. UTC
Patch 1 removes the unused 'wait' variable.
Patch 2 fixes an infinite sleep issue reported by a hv_sock user.

Dexuan Cui (2):
  vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
  vsock: fix possible infinite sleep in vsock_connectible_wait_data()

 net/vmw_vsock/af_vsock.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)