[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate
From: |
Michael Tokarev |
Subject: |
Re: [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate |
Date: |
Wed, 2 Aug 2023 18:18:01 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.1 |
01.08.2023 12:40, Anthony PERARD via wrote:
...
Anthony PERARD (2):
xen-block: Avoid leaks on new error path
thread-pool: signal "request_cond" while locked
David Woodhouse (1):
hw/xen: Clarify (lack of) error handling in transaction_commit()
Olaf Hering (1):
xen-platform: do full PCI reset during unplug of IDE devices
Peter Maydell (1):
xen: Don't pass MemoryListener around by value
From the descriptions, it looks like
xen-block: Avoid leaks on new error path
thread-pool: signal "request_cond" while locked
xen-platform: do full PCI reset during unplug of IDE devices
should be applied to -stable.
More, it looks like all 3 should be applied to v7.2.x series too,
including the PCI reset one, which is a bit problematic for 7.2
because it lacks dfa6ba6baeebe "Replace use of qdev_reset_all()
with device_cold_reset()", but that change was mechanical.
Olaf, can you please take a look at
https://gitlab.com/mjt0k/qemu/-/commit/645d74c366c8c6334bf9a3403f780adefe4e410f
(from https://gitlab.com/mjt0k/qemu/-/commits/staging-7.2/ )
and check if it makes sense?
Or if whole thing makes no sense to backport to stable, please
let me know as well.
Thanks!
/mjt
- [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate, Anthony PERARD, 2023/08/01
- [PULL 4/5] xen: Don't pass MemoryListener around by value, Anthony PERARD, 2023/08/01
- [PULL 1/5] hw/xen: Clarify (lack of) error handling in transaction_commit(), Anthony PERARD, 2023/08/01
- [PULL 3/5] thread-pool: signal "request_cond" while locked, Anthony PERARD, 2023/08/01
- [PULL 2/5] xen-block: Avoid leaks on new error path, Anthony PERARD, 2023/08/01
- [PULL 5/5] xen-platform: do full PCI reset during unplug of IDE devices, Anthony PERARD, 2023/08/01
- Re: [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate, Richard Henderson, 2023/08/01
- Re: [PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate,
Michael Tokarev <=