xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ben Guthro <ben.guthro@gmail.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Mark Roddy <mark.roddy@citrix.com>, xen-devel <xen-devel@lists.xen.org>
Subject: Re: XSAVE/XRSTOR crash resurgence in 4.3
Date: Mon, 15 Jul 2013 09:49:15 -0400	[thread overview]
Message-ID: <CAOvdn6W7jJCF5+cbs7LybMuXCMoufAYh3YGh6dvjxShYBtS-aA@mail.gmail.com> (raw)
In-Reply-To: <CAOvdn6VjtJTGYp5Vyzkzr7yL-sUoLDuRo1U9S1CZmb9jekPuhA@mail.gmail.com>

On Mon, Jul 15, 2013 at 8:43 AM, Ben Guthro <ben.guthro@gmail.com> wrote:
> On Mon, Jul 15, 2013 at 8:33 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>>> On 12.07.13 at 17:14, Ben Guthro <ben.guthro@gmail.com> wrote:
>>> On other systems, with this same build, I see the debug output in the logs.
>>>
>>> However, it is absent on this system
>>
>> Just looked over the debugging patch again, and can't see what
>> might be wrong with it. Following what you say there must be
>> something different between the hosts and/or guests between
>> those systems.
>>
>> Are you, on the other systems, perhaps only ever seeing the
>> message added to xrstor(), which would also get printed for
>> 64-bit HVM guests?
>
> Hmm... this may very well be possible.
> I certainly see the messages on 64bit guests.
>
> I need to collect some more data to understand where, and when I'm
> seeing the problem.
> Trying to form a theory around a limited data set is challenging here.

Well...there goes that theory

The following output was from a WinXP SP3 guest (32bit) on a Lenovo T430:

(XEN) d1v0: fip=1b773d6e9a fdp=23773d1c48 w=8
(XEN) d1v0: FIP=1b773d6e9a FDP=23773d1c48 w=8
(XEN) d1v1: fip=1b79e78dee fdp=230012e3b4 w=8
(XEN) d1v1: FIP=1b79e78dee FDP=230012e3b4 w=8
(XEN) d1v1: fip=0000:79e78dee fdp=0000:0012e3b4
(XEN) d1v1: fip=0000:79e78dee fdp=0000:0012e3b4
(XEN) d1v1: fip=0000:79e78dee fdp=0000:0012e3b4
(XEN) d1v1: fip=0000:79e78dee fdp=0000:0012e3b4
(XEN) d1v1: fip=1b79e78dee fdp=230012d528 w=8
(XEN) d1v1: FIP=1b79e78dee FDP=230012d528 w=8
(XEN) d1v0: fip=4500000000 fdp=4b1000000000 w=8
(XEN) d1v0: FIP=4500000000 FDP=4b1000000000 w=8
(XEN) d1v1: fip=1b773d6e9a fdp=23773d1c48 w=8
(XEN) d1v1: FIP=1b773d6e9a FDP=23773d1c48 w=8


I have some more logs to go through.
I'll reply again if I find anything worth noting.

>
>> If so, we may need to add another printk()
>> to the other case within that switch statement (albeit getting
>> there would seem to imply that on the matching xsave() run
>> the selectors would still have been non-null, or else one of the
>> printk()s should have got executed)...
>>
>> And I take it, btw, that there's no migration or save/restore
>> involved here?
>>
>> Jan
>>

  reply	other threads:[~2013-07-15 13:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 14:02 XSAVE/XRSTOR crash resurgence in 4.3 Ben Guthro
2013-07-04 13:21 ` Jan Beulich
2013-07-04 13:24   ` Ben Guthro
2013-07-04 18:19     ` Mark Roddy
2013-07-05  6:42       ` Jan Beulich
2013-07-05 10:30       ` Jan Beulich
2013-07-05 12:10         ` Ben Guthro
2013-07-05 12:15           ` Jan Beulich
2013-07-05 12:58             ` Ben Guthro
2013-07-08 14:13               ` Ben Guthro
2013-07-08 14:24                 ` Jan Beulich
2013-07-08 14:31                   ` Ben Guthro
2013-07-08 14:40                     ` Jan Beulich
2013-07-08 14:42                       ` Ben Guthro
2013-07-08 14:47                         ` Jan Beulich
2013-07-08 15:10                           ` Ben Guthro
2013-07-12 13:11                             ` Ben Guthro
2013-07-12 13:38                               ` Jan Beulich
2013-07-12 13:49                                 ` Ben Guthro
2013-07-12 14:34                                   ` Jan Beulich
2013-07-12 14:49                                     ` Ben Guthro
2013-07-12 14:55                                       ` Jan Beulich
2013-07-12 15:14                                         ` Ben Guthro
2013-07-15  6:41                                           ` Jan Beulich
2013-07-15 12:33                                           ` Jan Beulich
2013-07-15 12:43                                             ` Ben Guthro
2013-07-15 13:49                                               ` Ben Guthro [this message]
2013-07-15 14:06                                                 ` Jan Beulich
2013-07-16 16:23                                                 ` Jan Beulich
2013-07-16 16:57                                                   ` Ben Guthro
2013-07-17  6:38                                                     ` Jan Beulich
2013-07-17 13:07                                                       ` Ben Guthro
2013-07-22 12:25                                                         ` Ben Guthro
2013-08-05 13:05                                                           ` [PATCH] x86: refine FPU selector handling code for XSAVEOPT Jan Beulich
2013-08-05 16:03                                                             ` Keir Fraser
2013-07-08 14:44                       ` XSAVE/XRSTOR crash resurgence in 4.3 Andrew Cooper
2013-07-08 14:52                         ` Jan Beulich
2013-07-08 14:55                           ` Andrew Cooper

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=CAOvdn6W7jJCF5+cbs7LybMuXCMoufAYh3YGh6dvjxShYBtS-aA@mail.gmail.com \
    --to=ben.guthro@gmail.com \
    --cc=JBeulich@suse.com \
    --cc=mark.roddy@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).