summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1929
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1929
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1929')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/192921
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1929 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1929
deleted file mode 100644
index 4b98489b3..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1929
+++ /dev/null
@@ -1,21 +0,0 @@
-regression: 7.0.0 breaks registering process subreaper on Apple silicon
-Description of problem:
-When running any container on the QEMU virtual guest that is using a utility like `tini` which is trying to register itself as a process subreaper I get an error message like this:
-
-```
-[FATAL tini (1)] PR_SET_CHILD_SUBREAPER is unavailable on this platform. Are you using Linux >= 3.4?
-```
-
-The issue has been observed by multiple people on Apple silicon Macs, e.g. in these issues:
-https://github.com/docker/for-mac/issues/6620#issuecomment-1694380189
-https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1735
-Steps to reproduce:
-1. Install QEMU 7.0.0+ on an Apple silicon MAC
-2. Run a virtual guest
-3. Try to register a process subreaper, e.g. like `tini -s` does
-Additional information:
-the issue was introduced in QEMU 7.0.0 with this commit:
-https://gitlab.com/qemu-project/qemu/-/commit/220717a6f46a99031a5b1af964bbf4dec1310440
-
-tini readme talking about process subreaping:
-https://github.com/krallin/tini#subreaping