spec: Update patch and changelog with !203 fix CVE-2021-3748 #I4BI3F !203

virtio-net: fix use after unmap/free for sg

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2021-09-26 16:28:39 +08:00
parent 724941aa3d
commit 815a770bd3

View File

@ -333,6 +333,7 @@ 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
Patch0324: virtio-net-fix-use-after-unmap-free-for-sg.patch
BuildRequires: flex
BuildRequires: bison
@ -729,6 +730,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Sun Sep 26 2021 Chen Qun <kuhn.chenqun@huawei.com>
- virtio-net: fix use after unmap/free for sg
* Wed Sep 15 2021 Chen Qun <kuhn.chenqun@huawei.com>
- uas: add stream number sanity checks.