From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 100661] kernel panic in vmx_vcpu_run
Date: Mon, 29 Jun 2015 13:21:08 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.29.136]:48073 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1752801AbbF2NVM (ORCPT );
Mon, 29 Jun 2015 09:21:12 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id E67D2205B7
for ; Mon, 29 Jun 2015 13:21:09 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 6C45820547
for ; Mon, 29 Jun 2015 13:21:08 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=100661
--- Comment #2 from Lidong Chen ---
i think the stack is broken.
so the rsi value is error.
vcpu->arch.regs_avail = ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
bf8d: 48 8b 75 98 mov -0x68(%rbp),%rsi
static __always_inline unsigned long vmcs_readl(unsigned long field)
{
unsigned long value;
asm volatile (__ex_clear(ASM_VMX_VMREAD_RDX_RAX, "%0")
bf91: ba 08 44 00 00 mov $0x4408,%edx
*/
loadsegment(ds, __USER_DS);
loadsegment(es, __USER_DS);
#endif
vcpu->arch.regs_avail = ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
bf96: c7 86 48 02 00 00 ef movl $0xffe0ffef,0x248(%rsi)
--
You are receiving this mail because:
You are watching the assignee of the bug.