All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Dario Faggioli <dfaggioli@suse.com>
Cc: Andrew Cooper <Andrew.Cooper3@citrix.com>,
	George Dunlap <george.dunlap@citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: crash in csched_load_balance after xl vcpu-pin
Date: Wed, 11 Apr 2018 17:03:12 +0200	[thread overview]
Message-ID: <20180411150312.GL7177@aepfle.de> (raw)
In-Reply-To: <20180411100006.GI7177@aepfle.de>


[-- Attachment #1.1: Type: text/plain, Size: 3347 bytes --]

On Wed, Apr 11, Olaf Hering wrote:

> On Wed, Apr 11, Dario Faggioli wrote:
> 
> > Olaf, can you give it a try? It should be fine to run it on top of the
> > last debug patch (the one that produced this crash).
> 
> Yes, with both changes it did >4k iterations already. Thanks.

That was with sched=credit2, sorry for that.
Now with just that second patch I got this after a few iterations, in __vmread().
We have seen such crashes a few times with 4.7 already.


(XEN) Xen BUG at ...0f8ba84a5/non-dbg/xen/include/asm/hvm/vmx/vmx.h:390
(XEN) ----[ Xen-4.11.20180410T125709.50f8ba84a5-6.bug1087289_411  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    71
(XEN) RIP:    e008:[<ffff82d08030aa55>] vmx.c#arch/x86/hvm/vmx/vmx.o.unlikely+0/0x15b
(XEN) RFLAGS: 0000000000010203   CONTEXT: hypervisor (d16v0)
(XEN) rax: 0000000000004824   rbx: ffff83007ba44000   rcx: ffffffffffffef76
(XEN) rdx: ffff830e7aa77fff   rsi: 000000000000f305   rdi: ffff83007ba44000
(XEN) rbp: 000000000000f305   rsp: ffff830e7aa77e60   r8:  0000000015c23047
(XEN) r9:  000004489c4a4a69   r10: 000001b7ca057c00   r11: 0000000000000000
(XEN) r12: 000000000000f305   r13: 0000000000004016   r14: ffff830779e92180
(XEN) r15: 00000000ffffffff   cr0: 000000008005003b   cr4: 00000000001526e0
(XEN) cr3: 000000067083a000   cr2: 00007fedb9f6c000
(XEN) fsb: 0000000000000000   gsb: 0000000000000000   gss: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: e008
(XEN) Xen code around <ffff82d08030aa55> (vmx.c#arch/x86/hvm/vmx/vmx.o.unlikely):
(XEN)  44 24 0c e9 82 fd ff ff <0f> 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 0b
(XEN) Xen stack trace from rsp=ffff830e7aa77e60:
(XEN)    ffff82d0802e1442 ffff83007ba44000 000000000000f305 000000000000f305
(XEN)    ffff82d0802ff477 ffff82d08030f9ab 000000f37aa77ef8 ffffffffffffffff
(XEN)    ffff830e7aa77fff ffff82d080933c00 ffff830779e92180 ffff82d08026d870
(XEN)    ffff83007ba44000 ffff83007ba44000 ffff830779e92188 000001b7c8fec61b
(XEN)    ffff830779e92180 ffff82d08094a480 ffff82d08030f9e7 ffffffff81c00000
(XEN)    ffffffff81c00000 ffffffff81c00000 0000000000000000 0000000000000000
(XEN)    ffffffff81d4c180 0000000000000400 0000000000000400 0000000000000000
(XEN)    0000000000000000 ffffffff81020e50 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 000000fc00000000 ffffffff81060182
(XEN)    0000000000000000 0000000000000246 ffffffff81c03f00 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000000
(XEN)    0000000000000047 ffff83007ba44000 00000036f9533080 00000000001526e0
(XEN)    0000000000000000 0000000779e90000 0000040000000000 0000000000000000
(XEN) Xen call trace:
(XEN)    [<ffff82d08030aa55>] vmx.c#arch/x86/hvm/vmx/vmx.o.unlikely+0/0x15b
(XEN)    [<ffff82d0802e1442>] hvm_interrupt_blocked+0x82/0xd0
(XEN)    [<ffff82d0802ff477>] vmx_intr_assist+0x137/0x490
(XEN)    [<ffff82d08030f9ab>] vmx_asm_vmexit_handler+0xab/0x240
(XEN)    [<ffff82d08026d870>] domain.c#vcpu_kick_softirq+0/0x10
(XEN)    [<ffff82d08030f9e7>] vmx_asm_vmexit_handler+0xe7/0x240
(XEN)
(XEN)
(XEN) ****************************************
(XEN) Panic on CPU 71:
(XEN) Xen BUG at ...0f8ba84a5/non-dbg/xen/include/asm/hvm/vmx/vmx.h:390
(XEN) ****************************************


Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2018-04-11 15:03 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10  8:57 crash in csched_load_balance after xl vcpu-pin Olaf Hering
2018-04-10  9:34 ` George Dunlap
2018-04-10 10:33   ` Dario Faggioli
2018-04-10 10:59     ` George Dunlap
2018-04-10 11:29       ` Dario Faggioli
2018-04-10 15:25         ` George Dunlap
2018-04-10 15:36           ` Dario Faggioli
     [not found]           ` <960702b6d9dfb67bfae72ae02ae502210695416b.camel@suse.com>
2018-04-10 20:37             ` Olaf Hering
2018-04-10 22:59               ` Dario Faggioli
2018-04-11  7:31                 ` Dario Faggioli
2018-04-11  7:39                   ` Juergen Gross
2018-04-11  7:42                     ` Dario Faggioli
2018-04-11 10:00                   ` Olaf Hering
     [not found]                     ` <298ec681a9c38eb7618e6b3e226486691e9eab4d.camel@suse.com>
2018-04-11 11:02                       ` George Dunlap
2018-04-11 12:31                         ` Jan Beulich
2018-04-11 15:03                     ` Olaf Hering [this message]
2018-04-11 15:27                       ` Olaf Hering
2018-04-11 17:20                         ` Dario Faggioli
2018-04-11 20:43                           ` Olaf Hering
2018-04-11 21:31                             ` Dario Faggioli
     [not found]                               ` <5ACE29E00200005B03782666@prv1-mh.provo.novell.com>
     [not found]                                 ` <5ACE443D020000E603784221@prv1-mh.provo.novell.com>
     [not found]                                   ` <5ACE73C402000076046FD1E0@prv1-mh.provo.novell.com>
     [not found]                                     ` <5ACE7F370200002F0378782F@prv1-mh.provo.novell.com>
2018-04-12  7:18                                       ` Jan Beulich
2018-04-12  9:38                               ` George Dunlap
2018-04-12 10:16                                 ` Dario Faggioli
2018-04-12 12:45                                   ` Olaf Hering
2018-04-12 13:15                                     ` Dario Faggioli
2018-04-12 15:38                                       ` Dario Faggioli
2018-04-12 17:25                                         ` Dario Faggioli
2018-04-13  6:23                                           ` Olaf Hering
2018-04-13  9:01                                             ` Dario Faggioli
2018-04-13  9:03                                           ` George Dunlap
2018-04-13  9:25                                             ` Dario Faggioli
2018-04-13 10:38                                               ` Olaf Hering
2018-04-13 11:29                                               ` George Dunlap
2018-04-13 11:41                                                 ` Dario Faggioli
2018-04-13 10:47                                             ` Dario Faggioli
     [not found]                       ` <5ACE23DF0200002D03781F6A@prv1-mh.provo.novell.com>
2018-04-11 15:38                         ` Jan Beulich
2018-04-11 15:48                           ` Olaf Hering
     [not found]                 ` <9c857d1a-d592-8db5-827c-30fbc97477e0@citrix.com>
2018-04-11 11:00                   ` Dario Faggioli
2018-04-10 11:30       ` Dario Faggioli
2018-04-10 11:31       ` Dario Faggioli
2018-04-10 11:32       ` Dario Faggioli
2018-04-10 11:33       ` Dario Faggioli
2018-04-10 15:18 ` Olaf Hering
2018-04-10 15:29   ` George Dunlap
2018-04-10 15:59 ` Olaf Hering
2018-04-10 16:28   ` Dario Faggioli
2018-04-10 19:03     ` Olaf Hering
2018-04-10 20:02       ` Dario Faggioli
2018-04-10 20:09         ` Olaf Hering
2018-04-10 20:13           ` Olaf Hering
2018-04-10 20:41             ` Dario Faggioli
2018-04-11  6:23               ` Olaf Hering
2018-04-11  8:42                 ` Dario Faggioli
2018-04-11  8:48                   ` Olaf Hering
2018-04-11 10:20                     ` Dario Faggioli
2018-04-11 10:20                     ` Dario Faggioli
2018-04-11 12:45                       ` Olaf Hering
2018-04-17 12:39                         ` Dario Faggioli

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=20180411150312.GL7177@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=dfaggioli@suse.com \
    --cc=george.dunlap@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.