From 9d233e7b1d3a10f1e6eaa046de9b1539badb359c Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Fri, 11 Feb 2022 21:01:17 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!233=20=E3=80=906.2.0=E3=80=91IO=E8=A1=A5=E4=B8=81=E5=9B=9E?= =?UTF-8?q?=E5=90=88=20=20!233?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nbd/server.c: fix invalid read after client was already free qemu-nbd: make native as the default aio mode qemu-nbd: set timeout to qemu-nbd socket qemu-pr: fixed ioctl failed for multipath disk block: enable cache mode of empty cdrom block: disallow block jobs when there is a BDRV_O_INACTIVE flag scsi: cdrom: Fix crash after remote cdrom detached block: bugfix: disable process AIO when attach scsi disk block: bugfix: Don't pause vm when NOSPACE EIO happened scsi: bugfix: fix division by zero Signed-off-by: Chen Qun --- qemu.spec | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/qemu.spec b/qemu.spec index 70eac66..f6a2c10 100644 --- a/qemu.spec +++ b/qemu.spec @@ -47,6 +47,16 @@ Patch0034: Currently-while-kvm-and-qemu-can-not-handle-some-kvm.patch Patch0035: cpu-features-fix-bug-for-memory-leakage.patch Patch0036: monitor-qmp-drop-inflight-rsp-if-qmp-client-broken.patch Patch0037: oslib-posix-optimise-vm-startup-time-for-1G-hugepage.patch +Patch0038: nbd-server.c-fix-invalid-read-after-client-was-alrea.patch +Patch0039: qemu-nbd-make-native-as-the-default-aio-mode.patch +Patch0040: qemu-nbd-set-timeout-to-qemu-nbd-socket.patch +Patch0041: qemu-pr-fixed-ioctl-failed-for-multipath-disk.patch +Patch0042: block-enable-cache-mode-of-empty-cdrom.patch +Patch0043: block-disallow-block-jobs-when-there-is-a-BDRV_O_INA.patch +Patch0044: scsi-cdrom-Fix-crash-after-remote-cdrom-detached.patch +Patch0045: block-bugfix-disable-process-AIO-when-attach-scsi-di.patch +Patch0046: block-bugfix-Don-t-pause-vm-when-NOSPACE-EIO-happene.patch +Patch0047: scsi-bugfix-fix-division-by-zero.patch BuildRequires: flex BuildRequires: gcc @@ -491,6 +501,18 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 11 2022 Chen Qun +- nbd/server.c: fix invalid read after client was already free +- qemu-nbd: make native as the default aio mode +- qemu-nbd: set timeout to qemu-nbd socket +- qemu-pr: fixed ioctl failed for multipath disk +- block: enable cache mode of empty cdrom +- block: disallow block jobs when there is a BDRV_O_INACTIVE flag +- scsi: cdrom: Fix crash after remote cdrom detached +- block: bugfix: disable process AIO when attach scsi disk +- block: bugfix: Don't pause vm when NOSPACE EIO happened +- scsi: bugfix: fix division by zero + * Fri Feb 11 2022 imxcc - migration: skip cache_drop for bios bootloader and - ps2: fix oob in ps2 kbd