Re: [PATCH 1/6] vhost: fix vduse device creation error handling

2024-10-23 Thread Maxime Coquelin
On 10/23/24 18:06, David Marchand wrote: On Wed, Oct 23, 2024 at 5:16 PM Maxime Coquelin wrote: This patch fixes missing reconnection log unmapping miss in the error path at VDUSE creation time. Coverity issue: 445525 Fixes: da79cc7fda76 ("vhost: add reconnection support to VDUSE") Signed

Re: [PATCH 1/6] vhost: fix vduse device creation error handling

2024-10-23 Thread David Marchand
On Wed, Oct 23, 2024 at 5:16 PM Maxime Coquelin wrote: > > This patch fixes missing reconnection log unmapping > miss in the error path at VDUSE creation time. > > Coverity issue: 445525 > Fixes: da79cc7fda76 ("vhost: add reconnection support to VDUSE") > > Signed-off-by: Maxime Coquelin VDUSE*

[PATCH 1/6] vhost: fix vduse device creation error handling

2024-10-23 Thread Maxime Coquelin
This patch fixes missing reconnection log unmapping miss in the error path at VDUSE creation time. Coverity issue: 445525 Fixes: da79cc7fda76 ("vhost: add reconnection support to VDUSE") Signed-off-by: Maxime Coquelin --- lib/vhost/vduse.c | 24 +--- 1 file changed, 13 inser