All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vsock: remove an unused variable and fix infinite sleep
@ 2022-11-01  2:17 Dexuan Cui
  2022-11-01  2:17 ` [PATCH v2 1/2] vsock: remove the unused 'wait' in vsock_connectible_recvmsg() Dexuan Cui
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dexuan Cui @ 2022-11-01  2:17 UTC (permalink / raw)
  To: sgarzare, davem, edumazet, kuba, pabeni, arseny.krasnov, netdev
  Cc: virtualization, linux-kernel, kys, haiyangz, stephen, wei.liu,
	linux-hyperv, Dexuan Cui

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-11-03 10:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  2:17 [PATCH v2 0/2] vsock: remove an unused variable and fix infinite sleep Dexuan Cui
2022-11-01  2:17 ` [PATCH v2 1/2] vsock: remove the unused 'wait' in vsock_connectible_recvmsg() Dexuan Cui
2022-11-01  2:17 ` [PATCH v2 2/2] vsock: fix possible infinite sleep in vsock_connectible_wait_data() Dexuan Cui
2022-11-02  9:31   ` Stefano Garzarella
2022-11-02  9:31     ` Stefano Garzarella
2022-11-02  9:42     ` Stefano Garzarella
2022-11-02  9:42       ` Stefano Garzarella
2022-11-02 13:30       ` Frederic Dalleau
2022-11-02 13:30         ` Frederic Dalleau via Virtualization
2022-11-02 17:30         ` Dexuan Cui
2022-11-03 10:00 ` [PATCH v2 0/2] vsock: remove an unused variable and fix infinite sleep patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.