From 8bd85496fbf3b53f5c9eecc2ccc5ece9a2e743e5 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 19 May 2021 11:27:09 +0800 Subject: [PATCH] spec: Update patch and changelog with !113 fix CVE-2021-3392 #I3E5MB !113 scsi: mptsas: dequeue request object in case of an error Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index aa45644..5a21ec1 100644 --- a/qemu.spec +++ b/qemu.spec @@ -286,6 +286,7 @@ Patch0273: migration-fix-memory-leak-in-qmp_migrate_set_paramet.patch Patch0274: migration-tls-fix-inverted-semantics-in-multifd_chan.patch Patch0275: migration-tls-add-error-handling-in-multifd_tls_hand.patch Patch0276: arm-cpu-Fixed-function-undefined-error-at-compile-ti.patch +Patch0277: scsi-mptsas-dequeue-request-object-in-case-of-an-err.patch BuildRequires: flex BuildRequires: bison @@ -670,6 +671,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed May 19 2021 Chen Qun +- scsi: mptsas: dequeue request object in case of an error + * Tue May 11 2021 Chen Qun - arm/cpu: Fixed function undefined error at compile time under arm