All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>,
	Andrea Arcangeli <aarcange@redhat.com>,
	kvm-devel <kvm@vger.kernel.org>
Subject: Re: __purge_vmap_area_lazy crash with CONFIG_PREEMPT_RCU=y
Date: Tue, 30 Dec 2008 17:32:50 +0200	[thread overview]
Message-ID: <495A3F22.60509@redhat.com> (raw)
In-Reply-To: <20081230151306.GA3536@amt.cnet>

Marcelo Tosatti wrote:
> On Tue, Dec 30, 2008 at 02:53:36PM +1100, Nick Piggin wrote:
>   
>>>  RSP <ffff88011f4c7be8>
>>> ---[ end trace 31811279a2e983e8 ]---
>>> note: qemu-system-x86[4440] exited with preempt_count 2
>>>
>>>
>>> (gdb) l *(__purge_vmap_area_lazy + 0x12c)
>>> 0xffffffff80289ca2 is in __purge_vmap_area_lazy (mm/vmalloc.c:516).
>>> 511     if (nr || force_flush)
>>> 512         flush_tlb_kernel_range(*start, *end);
>>> 513
>>> 514     if (nr) {
>>> 515         spin_lock(&vmap_area_lock);
>>> 516         list_for_each_entry(va, &valist, purge_list)
>>> 517             __free_vmap_area(va);
>>> 518         spin_unlock(&vmap_area_lock);
>>> 519     }
>>> 520     spin_unlock(&purge_lock);
>>>
>>> 0xffffffff80289c9a <__purge_vmap_area_lazy+292>:    mov 0x40(%rbx),%rax
>>> 0xffffffff80289c9e <__purge_vmap_area_lazy+296>:    lea -0x40(%rax),%rbx
>>> 0xffffffff80289ca2 <__purge_vmap_area_lazy+300>:    mov 0x40(%rbx),%rax
>>>                                                     ^^^^^^^^^^^^^^^^^^^
>>>       
>
> Note:
>
> RAX: 6b6b6b6b6b6b6b6b RBX: 6b6b6b6b6b6b6b2b
>
>   

Good old POISON_FREE.


-- 
error compiling committee.c: too many arguments to function


  reply	other threads:[~2008-12-30 15:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 20:23 KVM: mmu_notifiers release method Marcelo Tosatti
2008-12-24 12:50 ` Avi Kivity
2008-12-24 15:28   ` Andrea Arcangeli
2008-12-29 14:58     ` __purge_vmap_area_lazy crash with CONFIG_PREEMPT_RCU=y Marcelo Tosatti
2008-12-30  3:53       ` Nick Piggin
2008-12-30 15:13         ` Marcelo Tosatti
2008-12-30 15:32           ` Avi Kivity [this message]
2008-12-31  2:32             ` Nick Piggin
2009-01-06 19:53               ` Marcelo Tosatti
2009-01-07 10:02                 ` Avi Kivity

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=495A3F22.60509@redhat.com \
    --to=avi@redhat.com \
    --cc=aarcange@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=nickpiggin@yahoo.com.au \
    /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.