diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/118/virtual/1929 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/118/virtual/1929')
| -rw-r--r-- | results/classifier/zero-shot/118/virtual/1929 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/virtual/1929 b/results/classifier/zero-shot/118/virtual/1929 new file mode 100644 index 000000000..0b15cac10 --- /dev/null +++ b/results/classifier/zero-shot/118/virtual/1929 @@ -0,0 +1,51 @@ +virtual: 0.973 +register: 0.936 +device: 0.900 +semantic: 0.875 +graphic: 0.850 +debug: 0.813 +hypervisor: 0.795 +performance: 0.650 +vnc: 0.639 +user-level: 0.611 +architecture: 0.601 +ppc: 0.599 +arm: 0.547 +PID: 0.527 +network: 0.457 +boot: 0.453 +kernel: 0.449 +socket: 0.448 +risc-v: 0.444 +TCG: 0.412 +mistranslation: 0.383 +VMM: 0.381 +files: 0.343 +permissions: 0.316 +i386: 0.248 +peripherals: 0.208 +x86: 0.205 +assembly: 0.203 +KVM: 0.088 + +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 |