qemu-block
[Top][All Lists]
Advanced

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

Re: [PULL 09/28] block: bdrv/blk_co_unref() for calls in coroutine conte


From: Michael Tokarev
Subject: Re: [PULL 09/28] block: bdrv/blk_co_unref() for calls in coroutine context
Date: Thu, 11 May 2023 18:32:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

10.05.2023 15:20, Kevin Wolf wrote:
These functions must not be called in coroutine context, because they
need write access to the graph.

How important for this and 2 surrounding changes to be for 7.2-stable
(if we'll ever release one)? It smells like real bugs are being fixed
here, is it ever possible to hit those in 7.2?

Provided that whole no_coroutine_fn &Co infrastructure is missing there,
including the no_co_wrapper parts?  It's not difficult to back-port some
of that stuff to 7.2.

Thanks,

/mjt



reply via email to

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