qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v9 0/8] memory: prevent dma-reentracy issues


From: Thomas Huth
Subject: Re: [PATCH v9 0/8] memory: prevent dma-reentracy issues
Date: Thu, 27 Apr 2023 15:04:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 26/04/2023 18.19, Alexander Bulekov wrote:
v8-> v9:
     - Disable reentrancy checks for raven's iomem (Patch 8)
     - Fix non-bisectable disable_reentrancy_guard patch by squashing it
       into Patch 1.
     - Fix trailing whitespace

Sorry for not noticing earlier (I think the test is not run on gitlab-CI), but I just noticed another failing avocado test:

tests/venv/bin/avocado --show console run \
 tests/avocado/tuxrun_baselines.py:TuxRunBaselineTest.test_x86_64

... seems to hang now (and finally gets "INTERRUPTED").

If I got that right, the test is basically more or less doing:

 wget https://storage.tuxboot.com/x86_64/bzImage
 wget https://storage.tuxboot.com/x86_64/rootfs.ext4.zst
 unzstd rootfs.ext4.zst
 qemu-system-x86_64 -cpu Nehalem -M q35 -kernel bzImage \
  -hda rootfs.ext4 -m 2G -append "root=/dev/sda console=ttyS0" \
  -serial stdio

Then log in as "root" and shut down with "halt".

The "halt" works fine with git master, but it fails for me when I have your patches applied. Could you please have a look?

 Thanks,
  Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]