bugfix: fix some illegal memory access and memory leak bugfix: fix possible memory leak bugfix: fix eventfds may double free when vm_id reused in ivshmem block/mirror: fix file-system went to read-only after block-mirror bugfix: fix mmio information leak and ehci vm escape 0-day vulnerability target-i386: Fix the RES memory inc which caused by the coroutine created Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
parent
dcd9c3d752
commit
49f96694c5
14
qemu.spec
14
qemu.spec
@ -140,6 +140,12 @@ Patch0127: vfio-common-Add-address-alignment-check-in-vfio_list.patch
|
||||
Patch0128: log-Add-log-at-boot-cpu-init-for-aarch64.patch
|
||||
Patch0129: feature-Add-log-for-each-modules.patch
|
||||
Patch0130: feature-Add-logs-for-vm-start-and-destroy.patch
|
||||
Patch0131: bugfix-fix-some-illegal-memory-access-and-memory-lea.patch
|
||||
Patch0132: bugfix-fix-possible-memory-leak.patch
|
||||
Patch0133: bugfix-fix-eventfds-may-double-free-when-vm_id-reuse.patch
|
||||
Patch0134: block-mirror-fix-file-system-went-to-read-only-after.patch
|
||||
Patch0135: bugfix-fix-mmio-information-leak-and-ehci-vm-escape-.patch
|
||||
Patch0136: target-i386-Fix-the-RES-memory-inc-which-caused-by-t.patch
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc
|
||||
@ -584,6 +590,14 @@ getent passwd qemu >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
- bugfix: fix some illegal memory access and memory leak
|
||||
- bugfix: fix possible memory leak
|
||||
- bugfix: fix eventfds may double free when vm_id reused in ivshmem
|
||||
- block/mirror: fix file-system went to read-only after block-mirror
|
||||
- bugfix: fix mmio information leak and ehci vm escape 0-day vulnerability
|
||||
- target-i386: Fix the RES memory inc which caused by the coroutine created
|
||||
|
||||
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
- log: Add log at boot & cpu init for aarch64
|
||||
- feature: Add log for each modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user