public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Wanpeng Li <kernellwp@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	kvm <kvm@vger.kernel.org>,
	yfu@redhat.com
Subject: Re: [PATCH] KVM: x86: inject exceptions produced by x86_decode_insn
Date: Thu, 30 Nov 2017 14:04:04 -0200	[thread overview]
Message-ID: <20171130160404.GF3037@localhost.localdomain> (raw)
In-Reply-To: <20171129231047.GD3037@localhost.localdomain>

On Wed, Nov 29, 2017 at 09:10:47PM -0200, Eduardo Habkost wrote:
> On Wed, Nov 29, 2017 at 11:47:14PM +0100, Paolo Bonzini wrote:
> > On 29/11/2017 19:42, Eduardo Habkost wrote:
> > > The reproducer (not a full test case) is quite simple, see patch below.
> > 
> > Great, thanks.  I assume that the patch doesn't fix it?!?
> 
> I was so convinced that it was impossible for the patch to fix
> the problem, that I forgot to test it.  :)
> 
> I will test it tomorrow and let you know.

I just confirmed that the patch doesn't fix it.

> 
> 
> > 
> > Paolo
> > 
> > > Now, I've noticed something interesting when running the
> > > reproducer:
> > > 
> > > If the test_fetch_failure() call happens before we touch
> > > pci-testdev through *mem (like in the patch below), we get an
> > > emulation failure like the one Yanan saw:
> > > 
> > >   $ /usr/bin/qemu-system-x86_64 -nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel ./x86/emulator.flat # -initrd /tmp/tmp.RCPjppRp8i
> > >   enabling apic
> > >   paging enabled
> > >   cr0 = 80010011
> > >   cr3 = 45e000
> > >   cr4 = 20
> > >   KVM internal error. Suberror: 1
> > >   emulation failure
> > >   RAX=0000000000000000 RBX=0000000000000000 RCX=0000000000000000 RDX=0000000000000000
> > >   RSI=0000000000000000 RDI=0000000000000000 RBP=0000000000000000 RSP=0000000000000000
> > >   R8 =0000000000000000 R9 =0000000000000000 R10=0000000000000000 R11=0000000000000000
> > >   R12=0000000000000000 R13=0000000000000000 R14=0000000000000000 R15=0000000000000000
> > >   RIP=ffffffffffffc08a RFL=00010002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
> > >   ES =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS   [-WA]
> > >   CS =0008 0000000000000000 ffffffff 00a09b00 DPL=0 CS64 [-RA]
> > >   SS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS   [-WA]
> > >   DS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS   [-WA]
> > >   FS =0010 0000000000000000 ffffffff 00c09300 DPL=0 DS   [-WA]
> > >   GS =0010 0000000000454d60 ffffffff 00c09300 DPL=0 DS   [-WA]
> > >   LDT=0000 0000000000000000 0000ffff 00008200 DPL=0 LDT
> > >   TR =0080 000000000041148a 0000ffff 00008b00 DPL=0 TSS64-busy
> > >   GDT=     000000000041100a 0000047f
> > >   IDT=     0000000000000000 00000fff
> > >   CR0=80010011 CR2=ffffffffffffc08a CR3=000000000045e000 CR4=00000020
> > >   DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000
> > >   DR6=00000000ffff0ff0 DR7=0000000000000400
> > >   EFER=0000000000000500
> > >   Code=?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? <??> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
> > 
> 
> -- 
> Eduardo

-- 
Eduardo

  reply	other threads:[~2017-11-30 16:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-10  9:49 [PATCH] KVM: x86: inject exceptions produced by x86_decode_insn Paolo Bonzini
2017-11-10 21:42 ` Radim Krčmář
2017-11-13  7:15 ` Wanpeng Li
2017-11-13  8:32   ` Paolo Bonzini
2017-11-13 10:09     ` Yanan Fu
2017-11-16 17:12     ` Radim Krčmář
2017-11-29 11:44     ` Eduardo Habkost
2017-11-29 11:44       ` Paolo Bonzini
2017-11-29 18:42         ` Eduardo Habkost
2017-11-29 22:47           ` Paolo Bonzini
2017-11-29 23:10             ` Eduardo Habkost
2017-11-30 16:04               ` Eduardo Habkost [this message]
2017-11-30  9:20           ` Wanpeng Li
2017-11-30 16:00             ` Paolo Bonzini
2017-11-30 20:33           ` Eduardo Habkost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171130160404.GF3037@localhost.localdomain \
    --to=ehabkost@redhat.com \
    --cc=kernellwp@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=yfu@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox