summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1842
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1842')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/184216
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1842 b/results/classifier/deepseek-2-tmp/output/other/1842
deleted file mode 100644
index 3b4a482f2..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1842
+++ /dev/null
@@ -1,16 +0,0 @@
-
-keyutils meson regression in 8.1.0
-Description of problem:
-keyutils is no longer found by meson during the build.
-
-commit 0db0fbb5cf8955d4f7a4a82bde32cfd93bd042ea appears to be buggy:
-```
-$ grep KEYUTILS config-host.h
-#undef CONFIG_KEYUTILS
-```
-Steps to reproduce:
-1. Have keyutils installed
-2. Build QEMU 8.1.0
-3. Note that keyutils is no longer linked into the build
-
-Thanks