From 238e2831d9f23af555ec65df7d58b2ac05b6f2b1 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sat, 12 Feb 2022 17:20:26 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!247=20=E3=80=906.2.0=E3=80=91IO=E7=9B=B8=E5=85=B3=E8=A1=A5?= =?UTF-8?q?=E4=B8=81=E5=9B=9E=E5=90=88=20!247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit log: Add some logs on VM runtime path qdev/monitors: Fix reundant error_setg of qdev_add_device bios-tables-test: Allow changes to q35/SSDT.dimmpxm file smbios: Add missing member of type 4 for smbios 3.0 bios-tables-test: Update expected q35/SSDT.dimmpxm file net: eepro100: validate various address valuesi(CVE-2021-20255) pci: check bus pointer before dereference ide: ahci: add check to avoid null dereference (CVE-2019-12067) tap: return err when tap TUNGETIFF fail xhci: check reg to avoid OOB read monitor: Discard BLOCK_IO_ERROR event when VM rebooted monitor: limit io error qmp event to at most once per 60s Signed-off-by: Chen Qun Signed-off-by: imxcc (cherry picked from commit 3cc842b5237fe9681d6eb2f59fca0652eb0ab0c3) --- qemu.spec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/qemu.spec b/qemu.spec index 325effa..5449f09 100644 --- a/qemu.spec +++ b/qemu.spec @@ -87,6 +87,17 @@ Patch0074: seabios-increase-the-seabios-minibiostable.patch Patch0075: IPv6-add-support-for-IPv6-protocol.patch Patch0076: Use-post-increment-only-in-inffast.c.patch Patch0077: util-log-add-CONFIG_DISABLE_QEMU_LOG-macro.patch +Patch0078: log-Add-some-logs-on-VM-runtime-path.patch +Patch0079: qdev-monitors-Fix-reundant-error_setg-of-qdev_add_de.patch +Patch0080: bios-tables-test-Allow-changes-to-q35-SSDT.dimmpxm-f.patch +Patch0081: smbios-Add-missing-member-of-type-4-for-smbios-3.0.patch +Patch0082: net-eepro100-validate-various-address-valuesi-CVE-20.patch +Patch0083: pci-check-bus-pointer-before-dereference.patch +Patch0084: ide-ahci-add-check-to-avoid-null-dereference-CVE-201.patch +Patch0085: tap-return-err-when-tap-TUNGETIFF-fail.patch +Patch0086: xhci-check-reg-to-avoid-OOB-read.patch +Patch0087: monitor-Discard-BLOCK_IO_ERROR-event-when-VM-reboote.patch +Patch0088: monitor-limit-io-error-qmp-event-to-at-most-once-per.patch BuildRequires: flex BuildRequires: gcc @@ -531,6 +542,19 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sat Feb 12 2022 Chen Qun +- log: Add some logs on VM runtime path +- qdev/monitors: Fix reundant error_setg of qdev_add_device +- bios-tables-test: Allow changes to q35/SSDT.dimmpxm file +- smbios: Add missing member of type 4 for smbios 3.0 +- net: eepro100: validate various address valuesi(CVE-2021-20255) +- pci: check bus pointer before dereference +- ide: ahci: add check to avoid null dereference (CVE-2019-12067) +- tap: return err when tap TUNGETIFF fail +- xhci: check reg to avoid OOB read +- monitor: Discard BLOCK_IO_ERROR event when VM rebooted +- monitor: limit io error qmp event to at most once per 60s + * Sat Feb 12 2022 Chen Qun - util/log: add CONFIG_DISABLE_QEMU_LOG macro