summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/1336
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/device/13362
-rw-r--r--results/classifier/gemma3:12b/device/133612312
-rw-r--r--results/classifier/gemma3:12b/device/13361926
3 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1336 b/results/classifier/gemma3:12b/device/1336
new file mode 100644
index 00000000..bc5d8cee
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1336
@@ -0,0 +1,2 @@
+
+QEMU qxl_phys2virt Unsafe Address Translation Lead to OOB Read
diff --git a/results/classifier/gemma3:12b/device/1336123 b/results/classifier/gemma3:12b/device/1336123
new file mode 100644
index 00000000..86bbfff7
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1336123
@@ -0,0 +1,12 @@
+
+bad switch, segfault in hw/pci-host/bonito.c bonito_readl
+
+http://git.qemu.org/?p=qemu.git;a=blob;f=hw/pci-host/bonito.c;h=56292adb03cd1a9873c2c9e5a0b2978fd0572214;hb=master#l301
+
+The switch statement is error-prone, since two branches return the same result.
+
+Segfault reproducing steps:
+1. make a Linux kernel(for example 3.16.0-rc2) with fuloong2e_defconfig
+2. use 'qemu-system-mips64el -machine fulong2e' to boot the vmlinux
+
+qemu versions tried: 2.0.0, 1.6.2
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/device/1336192 b/results/classifier/gemma3:12b/device/1336192
new file mode 100644
index 00000000..ca9320f0
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1336192
@@ -0,0 +1,6 @@
+
+delvm does not delete snapshots on every disks
+
+Using more than one block device, using delvm does remove snapshot from the first block device, but does not remove snapshots from other blockdevs (complains about not finding snapshot on 1st blockdev).
+
+Attached patch fixes that.
\ No newline at end of file