Re: [PATCH] blockjob: Fix crash with IOthread when block commit after snapshot

2021-02-12 Thread Kevin Wolf
Am 03.02.2021 um 08:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > subject should start with [PATCH v5] > > 03.02.2021 05:40, 08005...@163.com wrote: > > From: Michael Qiu > > > > v5: reformat the commit log with backtrace of main thread > > Add a boolean variable to make main thread co

Re:Re: [PATCH] blockjob: Fix crash with IOthread when block commit after snapshot

2021-02-04 Thread Michael Qiu
Hi, Kevin Any comments about this patch? The lock release action is added by the commit 132ada80 "block: Adjust AioContexts when attaching nodes" My patch is to avoid some crash case., and indeed touch the code about that commit. Thanks, Michael At 2021-02-03 15:45:07, "Vladimir Sementsov-

Re: [PATCH] blockjob: Fix crash with IOthread when block commit after snapshot

2021-02-02 Thread Vladimir Sementsov-Ogievskiy
subject should start with [PATCH v5] 03.02.2021 05:40, 08005...@163.com wrote: From: Michael Qiu v5: reformat the commit log with backtrace of main thread Add a boolean variable to make main thread could re-acquire aio_context on success path. v4: rebase to latest code v3: reformat

[PATCH] blockjob: Fix crash with IOthread when block commit after snapshot

2021-02-02 Thread 08005325
From: Michael Qiu v5: reformat the commit log with backtrace of main thread Add a boolean variable to make main thread could re-acquire aio_context on success path. v4: rebase to latest code v3: reformat the commit log, remove duplicate content Currently, if guest has workloads, IO thr