From 49f96694c503ea2472b8681c26e5d0d61df33d6b Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sat, 12 Feb 2022 22:05:41 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!248=20=E3=80=906.2.0=E3=80=91=E5=86=85=E5=AD=98=E6=B3=84?= =?UTF-8?q?=E9=9C=B2=E5=8F=8A=E9=83=A8=E5=88=86IO=E7=9B=B8=E5=85=B3bugfix?= =?UTF-8?q?=E5=9B=9E=E5=90=88=20=20!248?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- qemu.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qemu.spec b/qemu.spec index cf84c60..0cbf967 100644 --- a/qemu.spec +++ b/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 +- 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 - log: Add log at boot & cpu init for aarch64 - feature: Add log for each modules