summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2762
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/2762')
-rw-r--r--results/classifier/zero-shot/108/other/276220
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2762 b/results/classifier/zero-shot/108/other/2762
new file mode 100644
index 00000000..5055f634
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/2762
@@ -0,0 +1,20 @@
+device: 0.861
+graphic: 0.861
+network: 0.778
+performance: 0.536
+other: 0.517
+PID: 0.506
+semantic: 0.493
+debug: 0.460
+vnc: 0.427
+socket: 0.243
+permissions: 0.222
+boot: 0.187
+files: 0.134
+KVM: 0.116
+
+virtio-net regression for aarch64 guests
+Description of problem:
+The host system is running DHCP via dnsmasq 2.88. QEMU 9.1 works properly and completes DHCP handshake. QEMU 9.2 fails the DHCP handshake after DHCPOFFER with "eth0: checksum failure from 10.2.83.1".
+
+I found by bisecting that the issue was introduced by commit 7987d2be5a8bc3a502f89ba8cf3ac3e09f64d1ce "virtio-net: Copy received header to buffer". Reverting that commit on 9.2.0 corrects the issue.