qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] chardev: race condition with tcp_chr_disconnect


From: Andrey Shinkevich
Subject: Re: [Qemu-devel] [PATCH] chardev: race condition with tcp_chr_disconnect
Date: Tue, 16 Jul 2019 13:02:31 +0000


On 15/07/2019 20:23, Max Reitz wrote:
> On 12.07.19 21:17, Andrey Shinkevich wrote:
>> When tcp_chr_disconnect() is called, other thread may be still writing
>> to the channel. This patch protects only read operations that initiate
>> the disconnection.
>>
>> Signed-off-by: Andrey Shinkevich <address@hidden>
>> ---
> 
> Have you looked at
> https://lists.nongnu.org/archive/html/qemu-devel/2019-02/msg06174.html
> already?  From a glance, it looks like that series supersedes this one.
> 

No, I had missed that series when I tackled to resolve the issue.
Thank you Max for letting me know. Please include me to cc there.
My series resolves the particular case. The tests pass.

Andrey

> (No, I don’t know why the other series is delayed.  I keep reminding
> Paolo of it.)
> 
> Max
> 

-- 
With the best regards,
Andrey Shinkevich


reply via email to

[Prev in Thread] Current Thread [Next in Thread]