Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428054 > unrolled thread
| Started by | Dmitry Vyukov <dvyukov@google.com> |
|---|---|
| First post | 2016-06-21 20:30 +0200 |
| Last post | 2016-06-21 20:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: kvm: GPF in kvm_irq_map_gsi Dmitry Vyukov <dvyukov@google.com> - 2016-06-21 20:30 +0200
| From | Dmitry Vyukov <dvyukov@google.com> |
|---|---|
| Date | 2016-06-21 20:30 +0200 |
| Subject | Re: kvm: GPF in kvm_irq_map_gsi |
| Message-ID | <rMyAX-Xa-31@gated-at.bofh.it> |
On Tue, May 31, 2016 at 11:56 AM, Paolo Bonzini <pbonzini@redhat.com> wrote: > > > On 15/02/2016 14:30, Dmitry Vyukov wrote: >> *(uint32_t*)0x2000a6b9 = (uint32_t)0x3e; >> *(uint16_t*)0x2000a6bd = (uint16_t)0x8; >> *(uint8_t*)0x2000a6bf = (uint8_t)0x8d4; >> *(uint8_t*)0x2000a6c0 = (uint8_t)0xffffffffffff5fe9; >> *(uint8_t*)0x2000a6c1 = (uint8_t)0x80000001; >> *(uint8_t*)0x2000a6c2 = (uint8_t)0x0; >> *(uint8_t*)0x2000a6c3 = (uint8_t)0xbe2; >> *(uint8_t*)0x2000a6c4 = (uint8_t)0x9; >> *(uint8_t*)0x2000a6c5 = (uint8_t)0x7ff; >> *(uint8_t*)0x2000a6c6 = (uint8_t)0x1; >> *(uint8_t*)0x2000a6c7 = (uint8_t)0x1f; >> *(uint8_t*)0x2000a6c8 = (uint8_t)0x1d8; >> *(uint16_t*)0x2000a6c9 = (uint16_t)0x8; > > This field (.channels[0].count_load_time) should be uint64_t. I > understand that it's all random, but it makes it even harder to follow > what's going on... Thanks! Fixed in: https://github.com/google/syzkaller/commit/1816c21f2bed9b6015f1af1c5423779d2c6e58ad
Back to top | Article view | linux.kernel
csiph-web