From 710bcb8e78900d302350971d077405d5fdf0807e Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 15 Sep 2021 21:27:12 +0800 Subject: [PATCH] spec: Update patch and changelog with !197 fix CVE-2021-3713 #I49VTJ !197 uas: add stream number sanity checks. Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index e52dc51..4dae1d6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -332,6 +332,7 @@ Patch0319: target-i386-add-PSCHANGE_NO-bit-for-the-ARCH_CAPABIL.patch Patch0320: target-i386-Export-TAA_NO-bit-to-guests.patch Patch0321: usbredir-fix-free-call.patch Patch0322: hw-arm-virt-Init-PMU-for-hotplugged-vCPU.patch +Patch0323: uas-add-stream-number-sanity-checks.patch BuildRequires: flex BuildRequires: bison @@ -728,6 +729,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Sep 15 2021 Chen Qun +- uas: add stream number sanity checks. + * Tue Aug 31 2021 imxcc - hw/arm/virt:Init PMU for hotplugged vCPU