Re: general protection fault in vmx_vcpu_run (2)

2021-02-25 Thread Sean Christopherson
On Thu, Feb 25, 2021, Dmitry Vyukov wrote: > On Wed, Feb 24, 2021 at 7:08 PM 'Sean Christopherson' via > syzkaller-bugs wrote: > > > > On Wed, Feb 24, 2021, Borislav Petkov wrote: > > > Hi Dmitry, > > > > > > On Wed, Feb 24, 2021 at 06:12:57PM +0100, Dmitry Vyukov wrote: > > > > Looking at the bis

Re: general protection fault in vmx_vcpu_run (2)

2021-02-25 Thread Dmitry Vyukov
On Wed, Feb 24, 2021 at 7:08 PM 'Sean Christopherson' via syzkaller-bugs wrote: > > On Wed, Feb 24, 2021, Borislav Petkov wrote: > > Hi Dmitry, > > > > On Wed, Feb 24, 2021 at 06:12:57PM +0100, Dmitry Vyukov wrote: > > > Looking at the bisection log, the bisection was distracted by something > >

Re: general protection fault in vmx_vcpu_run (2)

2021-02-25 Thread Dmitry Vyukov
On Wed, Feb 24, 2021 at 6:49 PM Borislav Petkov wrote: > > Hi Dmitry, > > On Wed, Feb 24, 2021 at 06:12:57PM +0100, Dmitry Vyukov wrote: > > Looking at the bisection log, the bisection was distracted by something > > else. > > Meaning the bisection result: > > 167dcfc08b0b ("x86/mm: Increase pgt_

Re: general protection fault in vmx_vcpu_run (2)

2021-02-24 Thread Sean Christopherson
On Wed, Feb 24, 2021, Borislav Petkov wrote: > Hi Dmitry, > > On Wed, Feb 24, 2021 at 06:12:57PM +0100, Dmitry Vyukov wrote: > > Looking at the bisection log, the bisection was distracted by something > > else. > > Meaning the bisection result: > > 167dcfc08b0b ("x86/mm: Increase pgt_buf size f

Re: general protection fault in vmx_vcpu_run (2)

2021-02-24 Thread Borislav Petkov
Hi Dmitry, On Wed, Feb 24, 2021 at 06:12:57PM +0100, Dmitry Vyukov wrote: > Looking at the bisection log, the bisection was distracted by something else. Meaning the bisection result: 167dcfc08b0b ("x86/mm: Increase pgt_buf size for 5-level page tables") is bogus? > You can always find the ori

Re: general protection fault in vmx_vcpu_run (2)

2021-02-24 Thread Dmitry Vyukov
On Wed, Feb 24, 2021 at 1:27 PM Borislav Petkov wrote: > > On Tue, Feb 23, 2021 at 03:17:07PM -0800, syzbot wrote: > > syzbot has bisected this issue to: > > > > commit 167dcfc08b0b1f964ea95d410aa496fd78adf475 > > Author: Lorenzo Stoakes > > Date: Tue Dec 15 20:56:41 2020 + > > > > x86/

Re: general protection fault in vmx_vcpu_run (2)

2021-02-24 Thread Borislav Petkov
On Tue, Feb 23, 2021 at 03:17:07PM -0800, syzbot wrote: > syzbot has bisected this issue to: > > commit 167dcfc08b0b1f964ea95d410aa496fd78adf475 > Author: Lorenzo Stoakes > Date: Tue Dec 15 20:56:41 2020 + > > x86/mm: Increase pgt_buf size for 5-level page tables > > bisection log: h

Re: general protection fault in vmx_vcpu_run (2)

2021-02-23 Thread syzbot
syzbot has bisected this issue to: commit 167dcfc08b0b1f964ea95d410aa496fd78adf475 Author: Lorenzo Stoakes Date: Tue Dec 15 20:56:41 2020 + x86/mm: Increase pgt_buf size for 5-level page tables bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=13fe3ea8d0 start commit:

Re: general protection fault in vmx_vcpu_run (2)

2021-02-23 Thread syzbot
syzbot has found a reproducer for the following issue on: HEAD commit:a99163e9 Merge tag 'devicetree-for-5.12' of git://git.kern.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=15cd357f50 kernel config: https://syzkaller.appspot.com/x/.config?x=4911607

general protection fault in vmx_vcpu_run (2)

2021-02-05 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:aa2b8820 Add linux-next specific files for 20210205 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=13d27b54d0 kernel config: https://syzkaller.appspot.com/x/.config?x=15c41e44a64aa1a5 dashboard

Re: general protection fault in vmx_vcpu_run

2018-07-04 Thread Dmitry Vyukov
On Wed, Jul 4, 2018 at 9:31 PM, Raslan, KarimAllah wrote: > Dmitry, > > Can you share the host kernel version? > > I can not reproduce any of these crash signatures and I think it's > really a nested virtualization bug. So I will need the exact host > kernel version as well. > > I am currently get

Re: general protection fault in vmx_vcpu_run

2018-07-04 Thread Raslan, KarimAllah
Dmitry, Can you share the host kernel version? I can not reproduce any of these crash signatures and I think it's  really a nested virtualization bug. So I will need the exact host  kernel version as well. I am currently getting all sorts of: "KVM: entry failed, hardware error 0x7" ... instead

Re: general protection fault in vmx_vcpu_run

2018-06-30 Thread Raslan, KarimAllah
Looking also at the other crash [0]:         msr_bitmap = to_vmx(vcpu)->loaded_vmcs->msr_bitmap; 811f65b7:   e8 44 cb 57 00  callq  81773100 <__sanitizer_cov_trace_pc> 811f65bc:   48 8b 54 24 08  mov0x8(%rsp),%rdx 811f65c1:   48 b8 00

Re: general protection fault in vmx_vcpu_run

2018-06-28 Thread Jim Mattson
22: 0f 01 c3 vmresume 25: 48 89 4c 24 08mov%rcx,0x8(%rsp) 2a: 59pop%rcx : 2b: 0f 96 81 88 56 00 00 setbe 0x5688(%rcx) 32: 48 89 81 00 03 00 00 mov%rax,0x300(%rcx) 39: 48 89 99 18 03 00 00 mov%rbx,0x318(%rcx) %rcx should be poin

Re: general protection fault in vmx_vcpu_run

2018-06-27 Thread Dmitry Vyukov
On Sat, Apr 14, 2018 at 3:07 AM, syzbot wrote: > syzbot has found reproducer for the following crash on upstream commit > 1bad9ce155a7c010a9a5f3261ad12a6a8eccfb2c (Fri Apr 13 19:27:11 2018 +) > Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh > syzbot dashboard link: > https://syzkaller.

Re: general protection fault in vmx_vcpu_run

2018-04-13 Thread syzbot
syzbot has found reproducer for the following crash on upstream commit 1bad9ce155a7c010a9a5f3261ad12a6a8eccfb2c (Fri Apr 13 19:27:11 2018 +) Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh syzbot dashboard link: https://syzkaller.appspot.com/bug?extid=cc483201a3c6436d3550 So far thi

general protection fault in vmx_vcpu_run

2018-04-12 Thread syzbot
Hello, syzbot hit the following crash on upstream commit b284d4d5a6785f8cd07eda2646a95782373cd01e (Tue Apr 10 19:25:30 2018 +) Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client syzbot dashboard link: https://syzkaller.appspot.com/bug?extid=cc483201a3c6436d3550 So far this