Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-07-16 Thread Andrey Shinkevich
On 22/02/2019 16:46, Alberto Garcia wrote: > This fixes a race condition in which the tcp_chr_read() ioc handler > can close a connection that is being written to from another thread. > > Note: vhost-user-test still fails if QTEST_VHOST_USER_FIXME is set. > > Berto > > RFC: https://lists.gnu.o

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-07-04 Thread Paolo Bonzini
On 03/07/19 19:51, Max Reitz wrote: > On 05.06.19 21:36, Max Reitz wrote: >> On 26.04.19 09:51, Paolo Bonzini wrote: >>> On 23/04/19 18:55, Daniel P. Berrangé wrote: ping - paolo/marc-andré - unless I'm missing something, it looks like this chardev series slipped through the cracks and mi

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-07-03 Thread Max Reitz
On 05.06.19 21:36, Max Reitz wrote: > On 26.04.19 09:51, Paolo Bonzini wrote: >> On 23/04/19 18:55, Daniel P. Berrangé wrote: >>> ping - paolo/marc-andré - unless I'm missing something, it looks like >>> this chardev series slipped through the cracks and missed 4.0 >> >> Yeah, it had a bug unfortun

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-06-05 Thread Max Reitz
On 26.04.19 09:51, Paolo Bonzini wrote: > On 23/04/19 18:55, Daniel P. Berrangé wrote: >> ping - paolo/marc-andré - unless I'm missing something, it looks like >> this chardev series slipped through the cracks and missed 4.0 > > Yeah, it had a bug unfortunately. I'm looking at it RSN. I’ll just

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-04-26 Thread Paolo Bonzini
On 23/04/19 18:55, Daniel P. Berrangé wrote: > ping - paolo/marc-andré - unless I'm missing something, it looks like > this chardev series slipped through the cracks and missed 4.0 Yeah, it had a bug unfortunately. I'm looking at it RSN. Paolo > > On Fri, Feb 22, 2019 at 03:46:23PM +0200, Albe

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-04-23 Thread Daniel P . Berrangé
ping - paolo/marc-andré - unless I'm missing something, it looks like this chardev series slipped through the cracks and missed 4.0 On Fri, Feb 22, 2019 at 03:46:23PM +0200, Alberto Garcia wrote: > This fixes a race condition in which the tcp_chr_read() ioc handler > can close a connection that is

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-03-31 Thread Alberto Garcia
On Tue 05 Mar 2019 04:55:56 PM CET, Marc-André Lureau wrote: > Hi > > On Tue, Mar 5, 2019 at 4:52 PM Alberto Garcia wrote: >> >> ping > > I can queue this in the next chardev PR. This can probably wait until > the softfreeze though. I think Paolo had some plans to look at chardev > issues. I don'

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-03-06 Thread Paolo Bonzini
On 05/03/19 16:55, Marc-André Lureau wrote: >> ping > I can queue this in the next chardev PR. This can probably wait until > the softfreeze though. I think Paolo had some plans to look at chardev > issues. > Yes, I still do. This week I'm a bit busy with Linux and babysitting... Paolo

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-03-05 Thread Marc-André Lureau
Hi On Tue, Mar 5, 2019 at 4:52 PM Alberto Garcia wrote: > > ping I can queue this in the next chardev PR. This can probably wait until the softfreeze though. I think Paolo had some plans to look at chardev issues. > > On Fri 22 Feb 2019 02:46:23 PM CET, Alberto Garcia wrote: > > This fixes a ra

Re: [Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-03-05 Thread Alberto Garcia
ping On Fri 22 Feb 2019 02:46:23 PM CET, Alberto Garcia wrote: > This fixes a race condition in which the tcp_chr_read() ioc handler > can close a connection that is being written to from another thread. > > Note: vhost-user-test still fails if QTEST_VHOST_USER_FIXME is set. > > Berto

[Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition

2019-02-22 Thread Alberto Garcia
This fixes a race condition in which the tcp_chr_read() ioc handler can close a connection that is being written to from another thread. Note: vhost-user-test still fails if QTEST_VHOST_USER_FIXME is set. Berto RFC: https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg01510.html v1: https:/