From: Jim Fehlig Date: Mon, 3 Jan 2022 22:57:19 +0000 (-0700) Subject: NEWS: Add entries for libxl changes during 8.0.0 development X-Git-Tag: v8.0.0-rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3f6fefba02c0d434690ebf789c96f0318b8304;p=thirdparty%2Flibvirt.git NEWS: Add entries for libxl changes during 8.0.0 development Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index e7d5316721..313b4f52b6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,11 @@ v8.0.0 (unreleased) * **Security** + * libxl: Fix potential deadlock and crash (CVE-2021-4147) + + A rogue guest could continuously reboot itself and cause libvirtd on the + host to deadlock or crash, resulting in a denial of service condition. + * **Removed features** * qemu: Explicitly forbid live changing nodeset for strict numatune @@ -44,6 +49,8 @@ v8.0.0 (unreleased) * **Improvements** + * libxl: Implement the virDomainGetMessages API + * **Bug fixes**