Re: [PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start

2020-06-17 Thread Marc-André Lureau
ct: Re: [PATCH v5] char-socket: initialize reconnect timer only > when the timer doesn't start > To: Li Feng > > > Hi, > > I don't see this change merged to upstream. Any updates on it? > > Thanks, Dima. > > > On Fri, May 22, 2020 at 10:55:54AM +0800, Li Fe

Fwd: [PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start

2020-06-17 Thread Li Feng
Hi Lureau, When will this patch be merged? Thanks, Feng Li. -- Forwarded message - 发件人: Dima Stepanov Date: 2020年6月15日周一 下午4:43 Subject: Re: [PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start To: Li Feng Hi, I don't see this cha

Re: [PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start

2020-05-22 Thread Marc-André Lureau
On Fri, May 22, 2020 at 4:56 AM Li Feng wrote: > > When the disconnect event is triggered in the connecting stage, > the tcp_chr_disconnect_locked may be called twice. > > The first call: > #0 qemu_chr_socket_restart_timer (chr=0x5582ee90) at > chardev/char-socket.c:120 > #1 0x5

[PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start

2020-05-21 Thread Li Feng
When the disconnect event is triggered in the connecting stage, the tcp_chr_disconnect_locked may be called twice. The first call: #0 qemu_chr_socket_restart_timer (chr=0x5582ee90) at chardev/char-socket.c:120 #1 0x5558e38c in tcp_chr_disconnect_locked (chr=) at chardev/cha