diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/105/instruction/275 | 14 | ||||
| -rw-r--r-- | results/classifier/105/instruction/2750 | 24 | ||||
| -rw-r--r-- | results/classifier/105/instruction/2755 | 24 |
3 files changed, 62 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/275 b/results/classifier/105/instruction/275 new file mode 100644 index 000000000..29a963889 --- /dev/null +++ b/results/classifier/105/instruction/275 @@ -0,0 +1,14 @@ +instruction: 0.767 +device: 0.720 +network: 0.467 +graphic: 0.438 +vnc: 0.395 +boot: 0.318 +semantic: 0.167 +KVM: 0.138 +other: 0.123 +mistranslation: 0.123 +socket: 0.082 +assembly: 0.022 + +Error in user-mode calculation of ELF aux vector's AT_PHDR diff --git a/results/classifier/105/instruction/2750 b/results/classifier/105/instruction/2750 new file mode 100644 index 000000000..ca0fdd927 --- /dev/null +++ b/results/classifier/105/instruction/2750 @@ -0,0 +1,24 @@ +instruction: 0.890 +graphic: 0.881 +device: 0.854 +vnc: 0.576 +boot: 0.488 +semantic: 0.465 +network: 0.368 +socket: 0.348 +mistranslation: 0.092 +other: 0.080 +assembly: 0.043 +KVM: 0.022 + +Data race in the goflag global variable in the rcutorture test. +Description of problem: +A data race involving the `goflag` global variable in `tests/unit/rcutorture.c` was identified using TSAN. +Steps to reproduce: +```sh +QEMU_BUILD_DIR=<path to the QEMU build directory> +QEMU_DIR=<path to the QEMU repository directory> +configure --enable-tsan --cc=clang --cxx=clang++ --enable-trace-backends=ust --enable-fdt=system --disable-slirp +make tests/unit/rcutorture +MALLOC_PERTURB_=194 G_TEST_BUILDDIR=$QEMU_BUILD_DIR/tests/unit G_TEST_SRCDIR=$QEMU_DIR/tests/unit $QEMU_BUILD_DIR/tests/unit/rcutorture --tap -k +``` diff --git a/results/classifier/105/instruction/2755 b/results/classifier/105/instruction/2755 new file mode 100644 index 000000000..cb5ef356b --- /dev/null +++ b/results/classifier/105/instruction/2755 @@ -0,0 +1,24 @@ +instruction: 0.851 +device: 0.839 +graphic: 0.676 +vnc: 0.599 +network: 0.413 +semantic: 0.409 +boot: 0.357 +socket: 0.260 +mistranslation: 0.121 +KVM: 0.070 +assembly: 0.050 +other: 0.021 + +shrink attached rbd size is not allowed by default +Description of problem: + +Steps to reproduce: +1. attach a disk with size 100GiB to a running vm +2. writing some data to the attached disk +3. executing block_resize command and shrink the size to 1GiB + +the result is virtual disk is resized successfully and causing data lost. +Additional information: +Tested QEMU version is 4.2 |