All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vsock: remove an unused variable and fix infinite sleep
@ 2022-10-28 20:56 Dexuan Cui
  2022-10-28 20:56 ` [PATCH 1/2] vsock: remove the unused 'wait' in vsock_connectible_recvmsg() Dexuan Cui
  2022-10-28 20:56 ` [PATCH 2/2] vsock: fix possible infinite sleep in vsock_connectible_wait_data() Dexuan Cui
  0 siblings, 2 replies; 13+ messages in thread
From: Dexuan Cui @ 2022-10-28 20:56 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.

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

-- 
2.25.1


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

end of thread, other threads:[~2022-11-02 17:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 20:56 [PATCH 0/2] vsock: remove an unused variable and fix infinite sleep Dexuan Cui
2022-10-28 20:56 ` [PATCH 1/2] vsock: remove the unused 'wait' in vsock_connectible_recvmsg() Dexuan Cui
2022-10-31  8:37   ` Stefano Garzarella
2022-10-31  8:37     ` Stefano Garzarella
2022-10-28 20:56 ` [PATCH 2/2] vsock: fix possible infinite sleep in vsock_connectible_wait_data() Dexuan Cui
2022-10-31  8:43   ` Stefano Garzarella
2022-10-31  8:43     ` Stefano Garzarella
2022-11-01  1:58     ` Dexuan Cui
2022-11-01 20:21     ` Frederic Dalleau via Virtualization
2022-11-02  9:45       ` Stefano Garzarella
2022-11-02  9:45         ` Stefano Garzarella
2022-11-02 17:08         ` Frederic Dalleau
2022-11-02 17:08           ` Frederic Dalleau via Virtualization

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.