Message ID | qemu-stable-7.2.8-20231213160018@cover.tls.msk.ru |
---|---|
Headers | show |
Series | Patch Round-up for stable 7.2.8, freeze on 2023-12-23 | expand |
On 12/13/23 8:00 AM, Michael Tokarev wrote: > The following patches are queued for QEMU stable v7.2.8: > > https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2 > > Patch freeze is 2023-12-23, and the release is planned for 2023-12-25: > > https://wiki.qemu.org/Planning/7.2 > > Please respond here or CC qemu-stable@nongnu.org on any additional patches > you think should (or shouldn't) be included in the release. > > The changes which are staging for inclusion, with the original commit hash > from master branch, are given below the bottom line. > We are carrying these 2 patches in fedora to fix test suite failures: commit abe2c4bdb65e8dd9cb2f01c355baa394bf49a8af Author: Eric Auger <eric.auger@redhat.com> Date: Tue Feb 28 10:29:44 2023 +0100 test-vmstate: fix bad GTree usage, use-after-free commit ae4b01b3497934849278b49f3dfd28420f75e300 Author: Richard W.M. Jones <rjones@redhat.com> Date: Tue Feb 28 19:06:45 2023 +0000 tests: Ensure TAP version is printed before other messages Thank you for your work on the stable releases! - Cole
13.12.2023 19:01, Cole Robinson: .. > We are carrying these 2 patches in fedora to fix test suite failures: What are the test suite failures? On gitlab the testsuite of 7.2 is all succeeds (except of a few unrelated issues like still-missing riscv64 debian chroot). I do have a test failure though if I pick v8.2.0-rc1-26-g8d37a1425b "target/arm: Handle overflow in calculation of next timer tick" to 7.2. This too seems unrelated. > commit abe2c4bdb65e8dd9cb2f01c355baa394bf49a8af > Author: Eric Auger <eric.auger@redhat.com> > Date: Tue Feb 28 10:29:44 2023 +0100 > > test-vmstate: fix bad GTree usage, use-after-free Is this happens sporadically? > commit ae4b01b3497934849278b49f3dfd28420f75e300 > Author: Richard W.M. Jones <rjones@redhat.com> > Date: Tue Feb 28 19:06:45 2023 +0000 > > tests: Ensure TAP version is printed before other messages Ok. Lemme pick this up too. Thank you for pointing this out! /mjt