qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH] block/throttle-groups.c: allocate RestartData o


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH] block/throttle-groups.c: allocate RestartData on the heap
Date: Tue, 19 Sep 2017 09:29:56 +0200
User-agent: Mutt/1.8.3 (2017-05-23)

Am 18.09.2017 um 22:25 hat Manos Pitsidianakis geschrieben:
> RestartData is the opaque data of the throttle_group_restart_queue_entry
> coroutine. By being stack allocated, it isn't available anymore if
> aio_co_enter schedules the coroutine with a bottom halve and runs after
> throttle_group_restart_queue returns.

Cc: address@hidden

(It should be mentioned explicitly in the commit message so you can
filter for it in the commit history. I routinely add this while applying
patches if I'm aware of the qemu-stable CC, but it makes my life easier
if it's already there.)

> Signed-off-by: Manos Pitsidianakis <address@hidden>

Thanks, applied to the block branch.

Kevin



reply via email to

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