Re: [PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-03 Thread Gongming Chen
Hi Maxime, Thanks for review. > On Apr 3, 2024, at 5:39 PM, Maxime Coquelin > wrote: > > Hi Gongming, > > It's the 9th time the patch has been sent. > I'm not sure whether there are changes between them or these are just > re-sends, but that's something to avoid. > Sorry, there's something w

Re: [PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-03 Thread Maxime Coquelin
Hi Gongming, It's the 9th time the patch has been sent. I'm not sure whether there are changes between them or these are just re-sends, but that's something to avoid. If there are differences, you should use versionning to highlight it. If unsure, please check the contributions guidelines first.

[PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-02 Thread Gongming Chen
From: Gongming Chen When a vhost user message handling error in the event dispatch thread, vsocket reconn is added to the reconnection list of the reconnection thread. Since the reconnection, event dispatching and app configuration thread do not have common thread protection restrictions, the app

[PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-02 Thread Gongming Chen
From: Gongming Chen When a vhost user message handling error in the event dispatch thread, vsocket reconn is added to the reconnection list of the reconnection thread. Since the reconnection, event dispatching and app configuration thread do not have common thread protection restrictions, the app

[PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-02 Thread Gongming Chen
From: Gongming Chen When a vhost user message handling error in the event dispatch thread, vsocket reconn is added to the reconnection list of the reconnection thread. Since the reconnection, event dispatching and app configuration thread do not have common thread protection restrictions, the app

[PATCH] vhost: fix crash caused by accessing a freed vsocket

2024-04-02 Thread Gongming Chen
When a vhost user message handling error in the event dispatch thread, vsocket reconn is added to the reconnection list of the reconnection thread. Since the reconnection, event dispatching and app configuration thread do not have common thread protection restrictions, the app config thread freed v