* [PULL 0/1] Block patches
@ 2026-07-20 18:29 Stefan Hajnoczi
2026-07-20 18:29 ` [PULL 1/1] iotests/108: avoid leaking FUSE mount Stefan Hajnoczi
2026-07-21 16:00 ` [PULL 0/1] Block patches Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2026-07-20 18:29 UTC (permalink / raw)
To: qemu-devel
Cc: Fam Zheng, Kevin Wolf, Stefan Hajnoczi, Hanna Reitz, qemu-block
The following changes since commit bd6079a7a1d14de0918a7715ef6db85dc32de3bb:
Merge tag 'next-pull-request' of https://gitlab.com/peterx/qemu into staging (2026-07-20 11:12:38 -0400)
are available in the Git repository at:
https://gitlab.com/stefanha/qemu.git tags/block-pull-request
for you to fetch changes up to 94bd02908a16a5ca0498538615afa9f37337ec87:
iotests/108: avoid leaking FUSE mount (2026-07-20 13:52:40 -0400)
----------------------------------------------------------------
Pull request
A fix for qemu-iotests 108 failures that have been seen in CI.
----------------------------------------------------------------
Stefan Hajnoczi (1):
iotests/108: avoid leaking FUSE mount
tests/qemu-iotests/108 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.55.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL 1/1] iotests/108: avoid leaking FUSE mount
2026-07-20 18:29 [PULL 0/1] Block patches Stefan Hajnoczi
@ 2026-07-20 18:29 ` Stefan Hajnoczi
2026-07-21 16:00 ` [PULL 0/1] Block patches Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2026-07-20 18:29 UTC (permalink / raw)
To: qemu-devel
Cc: Fam Zheng, Kevin Wolf, Stefan Hajnoczi, Hanna Reitz, qemu-block,
Daniel P. Berrangé
The QEMU s390x CI gitlab-runner recently broke because qemu-iotests 108
FUSE mount leaked and prevented the setup of the gitlab-runner
environment:
chmod: cannot access '/home/gitlab-runner/builds/P3MFS4LUf/0/qemu-project/qemu/build/scratch/qcow2-file-108/fuse-export': Transport endpoint is not connected
https://gitlab.com/qemu-project/qemu/-/jobs/14796143507#L11
Always umount the FUSE export when cleaning up to prevent the leak.
Closes: https://gitlab.com/qemu-project/qemu/-/work_items/3541
Cc: Hanna Czenczek <hreitz@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20260611125438.194479-1-stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
tests/qemu-iotests/108 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/108 b/tests/qemu-iotests/108
index 54e935acf28..bf808b35125 100755
--- a/tests/qemu-iotests/108
+++ b/tests/qemu-iotests/108
@@ -34,8 +34,8 @@ _cleanup()
if [ -f "$TEST_DIR/qsd.pid" ]; then
qsd_pid=$(cat "$TEST_DIR/qsd.pid")
kill -KILL "$qsd_pid"
- fusermount -u "$TEST_DIR/fuse-export" &>/dev/null
fi
+ fusermount -u "$TEST_DIR/fuse-export" &>/dev/null
rm -f "$TEST_DIR/fuse-export"
}
trap "_cleanup; exit \$status" 0 1 2 3 15
--
2.55.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PULL 0/1] Block patches
2026-07-20 18:29 [PULL 0/1] Block patches Stefan Hajnoczi
2026-07-20 18:29 ` [PULL 1/1] iotests/108: avoid leaking FUSE mount Stefan Hajnoczi
@ 2026-07-21 16:00 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2026-07-21 16:00 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: qemu-devel, Fam Zheng, Kevin Wolf, Stefan Hajnoczi, Hanna Reitz,
qemu-block
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-21 16:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20 18:29 [PULL 0/1] Block patches Stefan Hajnoczi
2026-07-20 18:29 ` [PULL 1/1] iotests/108: avoid leaking FUSE mount Stefan Hajnoczi
2026-07-21 16:00 ` [PULL 0/1] Block patches Stefan Hajnoczi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.