All of lore.kernel.org
 help / color / mirror / Atom feed
From: david ahern <daahern-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: soft lockup  in kvm_flush_remote_tlbs
Date: Thu, 25 Oct 2007 12:34:03 -0600	[thread overview]
Message-ID: <4720E19B.20802@cisco.com> (raw)
In-Reply-To: <47209E23.8080808-atKUWr5tajBWk0Htik3J/w@public.gmane.org>

The issue appears to be with the RHEL5 kernel (host OS is rhel5). I tried your suggestions below -- no effect; still hit the softlockup.

I then moved the host to the 2.6.23.1 kernel but with the kvm-48 code base. Surprisingly, I had no issues starting my guest with '-smp 4'.

david


Avi Kivity wrote:  
> 
> No, it looks like the problem is indeed in kvm_flush_remote_tlbs(), and 
> not a corruption elsewhere.
> 
> Things to check:
> 
> - whether cpus_weight(mask) == needed
> - whether wrapping the whole thing in preempt_disable()/preempt_enable() 
> helps
>
> hey! I see a bug!
> 
>>                         continue;
>>                 cpu = vcpu->cpu;
>>                 if (cpu != -1 && cpu != raw_smp_processor_id())
>>                         if (!cpu_isset(cpu, cpus)) {
>>                                 cpu_set(cpu, cpus);
>>                                 ++needed;
>>                         }
>>         }
>>
> 
> vcpu->cpu can change during execution if this snippet due to a vcpu 
> being migrated concurrently with this being executed.  Since the 
> compiler is free to reload 'cpu' from 'vcpu->cpu', the code can operate 
> on corrupted data.
> 
> A 'barrier();' after 'cpu = vcpu->cpu;' should fix it, if this is indeed 
> the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

  parent reply	other threads:[~2007-10-25 18:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-24 23:00 soft lockup in kvm_flush_remote_tlbs david ahern
     [not found] ` <471FCEA6.6000903-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-10-24 23:15   ` Laurent Vivier
     [not found]     ` <471FD204.6040400-6ktuUTfB/bM@public.gmane.org>
2007-10-25  4:26       ` david ahern
2007-10-25  6:47   ` Avi Kivity
     [not found]     ` <47203BEB.9070509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-25 13:30       ` david ahern
     [not found]         ` <47209A77.3090503-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-10-25 13:46           ` Avi Kivity
     [not found]             ` <47209E23.8080808-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-25 14:07               ` david ahern
2007-10-25 18:34               ` david ahern [this message]
     [not found]                 ` <4720E19B.20802-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2007-10-25 18:35                   ` Avi Kivity
     [not found]                     ` <4720E1EB.6020700-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-25 23:05                       ` david ahern

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=4720E19B.20802@cisco.com \
    --to=daahern-fyb4gu1cfyuavxtiumwx3w@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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.