summary refs log tree commit diff stats
path: root/results/classifier/012/other/12869209
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-08 14:19:33 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-08 14:19:33 +0000
commit9ebc3c7b58e0820054942a2e22b7c48889c3ee26 (patch)
tree4aa48e6571ba9d616b61fde66be09aba9c9594f9 /results/classifier/012/other/12869209
parent3af0ee7c943b43fc12cca126c4cc03eef9f1191a (diff)
downloadqemu-analysis-9ebc3c7b58e0820054942a2e22b7c48889c3ee26.tar.gz
qemu-analysis-9ebc3c7b58e0820054942a2e22b7c48889c3ee26.zip
add 012 result
Diffstat (limited to 'results/classifier/012/other/12869209')
-rw-r--r--results/classifier/012/other/12869209106
1 files changed, 106 insertions, 0 deletions
diff --git a/results/classifier/012/other/12869209 b/results/classifier/012/other/12869209
new file mode 100644
index 000000000..fad684977
--- /dev/null
+++ b/results/classifier/012/other/12869209
@@ -0,0 +1,106 @@
+other: 0.964
+device: 0.951
+files: 0.945
+assembly: 0.937
+mistranslation: 0.935
+permissions: 0.922
+performance: 0.906
+socket: 0.906
+architecture: 0.898
+risc-v: 0.894
+PID: 0.894
+semantic: 0.891
+vnc: 0.885
+graphic: 0.879
+network: 0.858
+TCG: 0.855
+arm: 0.852
+register: 0.841
+boot: 0.837
+kernel virtual machine: 0.828
+x86: 0.823
+debug: 0.813
+
+[BUG FIX][PATCH v3 0/3] vhost-user-blk: fix bug on device disconnection during initialization
+
+This is a series fixing a bug in
+          host-user-blk.
+Is there any chance for it to be considered for the next rc?
+Thanks!
+Denis
+On 29.03.2021 16:44, Denis Plotnikov
+      wrote:
+ping!
+On 25.03.2021 18:12, Denis Plotnikov
+        wrote:
+v3:
+  * 0003: a new patch added fixing the problem on vm shutdown
+    I stumbled on this bug after v2 sending.
+  * 0001: gramma fixing (Raphael)
+  * 0002: commit message fixing (Raphael)
+
+v2:
+  * split the initial patch into two (Raphael)
+  * rename init to realized (Raphael)
+  * remove unrelated comment (Raphael)
+
+When the vhost-user-blk device lose the connection to the daemon during
+the initialization phase it kills qemu because of the assert in the code.
+The series fixes the bug.
+
+0001 is preparation for the fix
+0002 fixes the bug, patch description has the full motivation for the series
+0003 (added in v3) fix bug on vm shutdown
+
+Denis Plotnikov (3):
+  vhost-user-blk: use different event handlers on initialization
+  vhost-user-blk: perform immediate cleanup if disconnect on
+    initialization
+  vhost-user-blk: add immediate cleanup on shutdown
+
+ hw/block/vhost-user-blk.c | 79 ++++++++++++++++++++++++---------------
+ 1 file changed, 48 insertions(+), 31 deletions(-)
+
+On 01.04.2021 14:21, Denis Plotnikov wrote:
+This is a series fixing a bug in host-user-blk.
+More specifically, it's not just a bug but crasher.
+
+Valentine
+Is there any chance for it to be considered for the next rc?
+
+Thanks!
+
+Denis
+
+On 29.03.2021 16:44, Denis Plotnikov wrote:
+ping!
+
+On 25.03.2021 18:12, Denis Plotnikov wrote:
+v3:
+   * 0003: a new patch added fixing the problem on vm shutdown
+     I stumbled on this bug after v2 sending.
+   * 0001: gramma fixing (Raphael)
+   * 0002: commit message fixing (Raphael)
+
+v2:
+   * split the initial patch into two (Raphael)
+   * rename init to realized (Raphael)
+   * remove unrelated comment (Raphael)
+
+When the vhost-user-blk device lose the connection to the daemon during
+the initialization phase it kills qemu because of the assert in the code.
+The series fixes the bug.
+
+0001 is preparation for the fix
+0002 fixes the bug, patch description has the full motivation for the series
+0003 (added in v3) fix bug on vm shutdown
+
+Denis Plotnikov (3):
+   vhost-user-blk: use different event handlers on initialization
+   vhost-user-blk: perform immediate cleanup if disconnect on
+     initialization
+   vhost-user-blk: add immediate cleanup on shutdown
+
+  hw/block/vhost-user-blk.c | 79 ++++++++++++++++++++++++---------------
+  1 file changed, 48 insertions(+), 31 deletions(-)
+