From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/files/2101 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 results/classifier/gemma3:12b/files/2101 (limited to 'results/classifier/gemma3:12b/files/2101') diff --git a/results/classifier/gemma3:12b/files/2101 b/results/classifier/gemma3:12b/files/2101 new file mode 100644 index 000000000..651039555 --- /dev/null +++ b/results/classifier/gemma3:12b/files/2101 @@ -0,0 +1,18 @@ + +[qemu-user/qemu-x86_64] run x86_64 'ls /' on aarch64 platform get wrong result +Description of problem: +``` + qemu-x86_64 -L /tmp/ls-x86_64/root-x86_64-ls /tmp/ls-x86_64/root-x86_64-ls/bin/ls -l / + ``` +get wrong result +Steps to reproduce: +1. copy /usr/bin/ls and the so library files it depends on from x86_64 platform to aarch64 platform +2. qemu-x86_64 -L /path/to/x86_64/lib/root/dir /path/to/ls / -l +Additional information: +Actual test script: +``` +# host +curl -Ls https://github.com/tcler/kiss-vm-ns/raw/master/utils/archive-ld-program.sh | sudo bash /dev/stdin ls +scp ls.x86_64.ash root@jiyin-fedora-39_aarch64: +ssh root@jiyin-fedora-39_aarch64 ./ls.x86_64.ash -l / +``` -- cgit 1.4.1