[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue
From: |
Gabriel L. Somlo |
Subject: |
Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue |
Date: |
Mon, 8 Jun 2015 13:44:24 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Jun 08, 2015 at 02:26:03PM +0200, Gerd Hoffmann wrote:
> > Hi. I'm afraid this fails make check for me:
> >
> > GTESTER check-qtest-ppc
> > qemu-system-ppc:
> > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c:426:
> > fw_cfg_add_bytes_read_callback: Assertion `s->entries[arch][key].data
> > == ((void *)0)' failed.
> > Broken pipe
> > GTester: last random seed: R02Sd9273ba718a6b28ff4381eed659a0cb4
> > qemu-system-ppc:
> > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c:426:
> > fw_cfg_add_bytes_read_callback: Assertion `s->entries[arch][key].data
> > == ((void *)0)' failed.
> > Broken pipe
> > GTester: last random seed: R02S59d67a130b823e6e6d04a41eb4b168c7
>
> Reproducer: "qemu-system-ppc -M g3beige -boot once=d,order=c".
> Culprit: Patch #3 (fw_cfg: prevent selector key conflict).
> Looks like FW_CFG_BOOT_DEVICE is set twice for macs.
>
> Gabriel? To me this looks like the assert found an actual bug ...
I think it did -- a (small) memory leak in the fw_cfg_boot_set()
callback. I'm sending out two patches which should go in before
the current set in this pull request (to maintain "bisectability").
Thanks,
--Gabriel
- [Qemu-devel] [PULL 1/6] QemuOpts: increase number of vm_config_groups, (continued)
- [Qemu-devel] [PULL 1/6] QemuOpts: increase number of vm_config_groups, Gerd Hoffmann, 2015/06/05
- [Qemu-devel] [PULL 3/6] fw_cfg: prevent selector key conflict, Gerd Hoffmann, 2015/06/05
- [Qemu-devel] [PULL 4/6] fw_cfg: prohibit insertion of duplicate fw_cfg file names, Gerd Hoffmann, 2015/06/05
- [Qemu-devel] [PULL 2/6] fw_cfg: remove support for guest-side data writes, Gerd Hoffmann, 2015/06/05
- [Qemu-devel] [PULL 5/6] fw_cfg: insert fw_cfg file blobs via qemu cmdline, Gerd Hoffmann, 2015/06/05
- [Qemu-devel] [PULL 6/6] bios-tables-test: handle false-positive smbios signature matches, Gerd Hoffmann, 2015/06/05
- Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue, Peter Maydell, 2015/06/05