diff options
Diffstat (limited to 'results/classifier/118/review/1287195')
| -rw-r--r-- | results/classifier/118/review/1287195 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/results/classifier/118/review/1287195 b/results/classifier/118/review/1287195 new file mode 100644 index 000000000..3c6dd8939 --- /dev/null +++ b/results/classifier/118/review/1287195 @@ -0,0 +1,71 @@ +mistranslation: 0.851 +architecture: 0.849 +device: 0.792 +kernel: 0.715 +socket: 0.671 +arm: 0.662 +files: 0.660 +vnc: 0.658 +register: 0.643 +network: 0.632 +VMM: 0.593 +risc-v: 0.552 +permissions: 0.551 +PID: 0.541 +boot: 0.512 +ppc: 0.511 +user-level: 0.470 +TCG: 0.427 +graphic: 0.419 +semantic: 0.389 +debug: 0.328 +performance: 0.271 +hypervisor: 0.180 +KVM: 0.176 +peripherals: 0.166 +virtual: 0.133 +x86: 0.073 +assembly: 0.061 +i386: 0.022 +-------------------- +kernel: 0.963 +hypervisor: 0.511 +architecture: 0.218 +TCG: 0.177 +files: 0.089 +debug: 0.083 +KVM: 0.042 +VMM: 0.039 +virtual: 0.032 +user-level: 0.031 +arm: 0.021 +device: 0.013 +semantic: 0.009 +register: 0.008 +PID: 0.007 +boot: 0.004 +assembly: 0.004 +performance: 0.004 +network: 0.003 +permissions: 0.002 +socket: 0.002 +vnc: 0.001 +peripherals: 0.001 +graphic: 0.001 +risc-v: 0.001 +mistranslation: 0.000 +x86: 0.000 +ppc: 0.000 +i386: 0.000 + +validate_guest_space incorrectly enabled on AArch64 + +When running linux-user targetting AArch64, validate_guest_space() in elfload.c reserves space in the guest address space for the ARM commpage. Since there is no commpage on AArch64, this function should be disable on that target. + +Thanks for the bug report -- I've just submitted this patch which should fix this: + http://patchwork.ozlabs.org/patch/328565/ + + +Fix will be in 2.0. + + |