[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10
From: |
Michael Roth |
Subject: |
Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10 |
Date: |
Thu, 10 Sep 2020 13:16:30 -0500 |
User-agent: |
alot/0.7 |
Quoting Philippe Mathieu-Daudé (2020-09-04 04:20:00)
> On 9/3/20 10:58 PM, Michael Roth wrote:
> > Hi everyone,
> >
> > The following new patches are queued for QEMU stable v5.0.1:
> >
> > https://github.com/mdroth/qemu/commits/stable-5.0-staging
> >
> > Patch freeze is 2020-09-10, and the release is planned for 2020-09-15:
> >
> > https://wiki.qemu.org/Planning/5.0
> >
> > Please respond here or CC qemu-stable@nongnu.org on any additional patches
> > you think should be included in the release.
>
> Candidates:
>
> b638627c723 ("hw/sd: Fix incorrect populated function switch status data
> structure")
I get the following breakage with this patch applied, and also see the
error upstream, so I've left these out for now:
mdroth@sif:~/w/qemu-build2$ AVOCADO_ALLOW_LARGE_STORAGE=1
tests/venv/bin/avocado run -t machine:orangepi-pc tests/acceptance/
/home/mdroth/dev/kvm/qemu-build2/tests/venv/lib/python3.6/site-packages/avocado/plugins/run.py:214:
FutureWarning: The following arguments will be changed to boolean soon:
sysinfo, output-check, failfast, keep-tmp and ignore-missing-references.
FutureWarning)
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9
Fetching asset from
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9
JOB ID : 1efcdbf82a9cb1313078641c403802980018b53d
JOB LOG :
/home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcdbf/job.log
(1/5)
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi: PASS
(4.41 s)
(2/5)
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_initrd:
PASS (17.86 s)
(3/5)
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_sd:
PASS (51.11 s)
(4/5)
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic:
INTERRUPTED: Test interrupted by SIGTERM\nRunner error occurred: Timeout
reached\nOriginal status: ERROR\n{'name':
'4-tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic',
'logdir': '/home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcd...
(90.58 s)
(5/5)
tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9:
INTERRUPTED: Test interrupted by SIGTERM\nRunner error occurred: Timeout
reached\nOriginal status: ERROR\n{'name':
'5-tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_uboot_netbsd9',
'logdir': '/home/mdroth/avocado/job-results/job-2020-09-10T11.0... (90.64 s)
RESULTS : PASS 3 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 2 |
CANCEL 0
JOB TIME : 255.19 s
JOB HTML :
/home/mdroth/avocado/job-results/job-2020-09-10T11.08-1efcdbf/results.html
> 6d2d4069c47 ("hw/sd: Correct the maximum size of a Standard Capacity SD
> Memory Card")
>
> And maybe "memory: assert and define MemoryRegionOps callbacks"
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg729048.html
>
> >
> > Thanks!
>
- [PATCH 72/77] block: Fix bdrv_aligned_p*v() for qiov_offset != 0, (continued)
- [PATCH 72/77] block: Fix bdrv_aligned_p*v() for qiov_offset != 0, Michael Roth, 2020/09/03
- [PATCH 73/77] iotests/028: Add test for cross-base-EOF reads, Michael Roth, 2020/09/03
- [PATCH 74/77] nbd: Fix large trim/zero requests, Michael Roth, 2020/09/03
- [PATCH 70/77] Update OpenBIOS images to 7f28286f built from submodule., Michael Roth, 2020/09/03
- [PATCH 75/77] virtio-net: align RSC fields with updated virtio-net header, Michael Roth, 2020/09/03
- [PATCH 76/77] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs, Michael Roth, 2020/09/03
- [PATCH 77/77] usb: fix setup_len init (CVE-2020-14364), Michael Roth, 2020/09/03
- [PATCH 07/77] virtio-balloon: fix free page hinting without an iothread, Michael Roth, 2020/09/03
- [PATCH 08/77] virtio-balloon: fix free page hinting check on unrealize, Michael Roth, 2020/09/03
- Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10, Philippe Mathieu-Daudé, 2020/09/04
- Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10,
Michael Roth <=
- Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10, Thomas Huth, 2020/09/04
- Re: [PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10, Michael Roth, 2020/09/10