mbox series

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

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

Message

Dexuan Cui Nov. 1, 2022, 2:17 a.m. UTC
Patch 1 removes the unused 'wait' variable.
Patch 2 fixes an infinite sleep issue reported by a hv_sock user.

Made v2 to address Stefano's comments.
Please see each patch's header for changes in v2.

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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 3, 2022, 10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 31 Oct 2022 19:17:04 -0700 you wrote:
> Patch 1 removes the unused 'wait' variable.
> Patch 2 fixes an infinite sleep issue reported by a hv_sock user.
> 
> Made v2 to address Stefano's comments.
> Please see each patch's header for changes in v2.
> 
> Dexuan Cui (2):
>   vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
>   vsock: fix possible infinite sleep in vsock_connectible_wait_data()
> 
> [...]

Here is the summary with links:
  - [v2,1/2] vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
    https://git.kernel.org/netdev/net/c/cf6ff0df0fd1
  - [v2,2/2] vsock: fix possible infinite sleep in vsock_connectible_wait_data()
    https://git.kernel.org/netdev/net/c/466a85336fee

You are awesome, thank you!