Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428054
| From | Dmitry Vyukov <dvyukov@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: kvm: GPF in kvm_irq_map_gsi |
| Date | 2016-06-21 20:30 +0200 |
| Message-ID | <rMyAX-Xa-31@gated-at.bofh.it> (permalink) |
| References | <r2rxE-1BY-13@gated-at.bofh.it> <rEOCS-11o-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
Re: kvm: GPF in kvm_irq_map_gsi Dmitry Vyukov <dvyukov@google.com> - 2016-06-21 20:30 +0200
csiph-web