summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/1811758
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/device/1811758')
-rw-r--r--results/classifier/gemma3:12b/device/18117586
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1811758 b/results/classifier/gemma3:12b/device/1811758
new file mode 100644
index 000000000..40ff77177
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1811758
@@ -0,0 +1,6 @@
+
+virtio-rng backend should use getentropy() syscall when available
+
+According to https://wiki.qemu.org/Features/VirtIORNG the default backend for `virtio-rng-pci` is `/dev/random`.  Alternately, the user can point it to a different backend file, like `/dev/urandom`.
+
+However, both of these files have suboptimal behavior in one way or another, as documented in `random(7)`.  Instead, the default behavior should be to pull the requested octets from the `getrandom()` system call, if available, called with no flags set.
\ No newline at end of file