On 11/11/19 9:03 AM, Cole Robinson wrote: > On 11/5/19 3:51 PM, Michael Roth wrote: >> Hi everyone, >> >> The following new patches are queued for QEMU stable v4.1.1: >> >> https://github.com/mdroth/qemu/commits/stable-4.1-staging >> >> The release is tentatively planned for 2019-11-14: >> >> https://wiki.qemu.org/Planning/4.1 >> >> Please note that the original release date was planned for 2019-11-21, >> but was moved up to address a number of qcow2 corruption issues: >> >> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html >> >> Fixes for the XFS issues noted in the thread are still pending, but will >> hopefully be qemu.git master in time for 4.1.1 freeze and the >> currently-scheduled release date for 4.2.0-rc1. >> >> The list of still-pending patchsets being tracked for inclusion are: >> >> qcow2: Fix data corruption on XFS >> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html >> (PULL pending) >> qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK >> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html >> qcow2-bitmap: Fix uint64_t left-shift overflow >> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html >> >> Please respond here or CC qemu-sta...@nongnu.org on any additional patches >> you think should be included in the release. >> >> Thanks! >> > > Extra patches we are carrying in Fedora 31. First 2 were requested as > fixes for gluster 4k issues. Last one fixes tests on newer kernels >
Sorry, wrong commit IDs. Actual commits are commit a6b257a08e3d72219f03e461a52152672fec0612 Author: Nir Soffer <nir...@gmail.com> Date: Tue Aug 13 21:21:03 2019 +0300 file-posix: Handle undetectable alignment commit 3a20013fbb26d2a1bd11ef148eefdb1508783787 Author: Nir Soffer <nir...@gmail.com> Date: Tue Aug 27 04:05:27 2019 +0300 block: posix: Always allocate the first block commit bf9e0313c27d8e6ecd7f7de3d63e1cb25d8f6311 Author: Daniel P. Berrangé <berra...@redhat.com> Date: Wed Aug 21 16:14:27 2019 +0100 tests: make filemonitor test more robust to event ordering Thanks, Cole