public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: kvm list <kvm@vger.kernel.org>, x86@kernel.org
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: kvm lockdep splat with 3.8-rc1+
Date: Tue, 25 Dec 2012 23:30:45 +0100	[thread overview]
Message-ID: <20121225223045.GA23445@liondog.tnic> (raw)

Hi all,

just saw this in dmesg while running -rc1 + tip/master:


[ 6983.694615] =============================================
[ 6983.694617] [ INFO: possible recursive locking detected ]
[ 6983.694620] 3.8.0-rc1+ #26 Not tainted
[ 6983.694621] ---------------------------------------------
[ 6983.694623] kvm/20461 is trying to acquire lock:
[ 6983.694625]  (&anon_vma->rwsem){++++..}, at: [<ffffffff8111d2c8>] mm_take_all_locks+0x148/0x1a0
[ 6983.694636] 
[ 6983.694636] but task is already holding lock:
[ 6983.694638]  (&anon_vma->rwsem){++++..}, at: [<ffffffff8111d2c8>] mm_take_all_locks+0x148/0x1a0
[ 6983.694645] 
[ 6983.694645] other info that might help us debug this:
[ 6983.694647]  Possible unsafe locking scenario:
[ 6983.694647] 
[ 6983.694649]        CPU0
[ 6983.694650]        ----
[ 6983.694651]   lock(&anon_vma->rwsem);
[ 6983.694654]   lock(&anon_vma->rwsem);
[ 6983.694657] 
[ 6983.694657]  *** DEADLOCK ***
[ 6983.694657] 
[ 6983.694659]  May be due to missing lock nesting notation
[ 6983.694659] 
[ 6983.694661] 4 locks held by kvm/20461:
[ 6983.694663]  #0:  (&mm->mmap_sem){++++++}, at: [<ffffffff8112afb3>] do_mmu_notifier_register+0x153/0x180
[ 6983.694670]  #1:  (mm_all_locks_mutex){+.+...}, at: [<ffffffff8111d1bc>] mm_take_all_locks+0x3c/0x1a0
[ 6983.694678]  #2:  (&mapping->i_mmap_mutex){+.+...}, at: [<ffffffff8111d24d>] mm_take_all_locks+0xcd/0x1a0
[ 6983.694686]  #3:  (&anon_vma->rwsem){++++..}, at: [<ffffffff8111d2c8>] mm_take_all_locks+0x148/0x1a0
[ 6983.694694] 
[ 6983.694694] stack backtrace:
[ 6983.694696] Pid: 20461, comm: kvm Not tainted 3.8.0-rc1+ #26
[ 6983.694698] Call Trace:
[ 6983.694704]  [<ffffffff8109c2fa>] __lock_acquire+0x89a/0x1f30
[ 6983.694708]  [<ffffffff810978ed>] ? trace_hardirqs_off+0xd/0x10
[ 6983.694711]  [<ffffffff81099b8d>] ? mark_held_locks+0x8d/0x110
[ 6983.694714]  [<ffffffff8111d24d>] ? mm_take_all_locks+0xcd/0x1a0
[ 6983.694718]  [<ffffffff8109e05e>] lock_acquire+0x9e/0x1f0
[ 6983.694720]  [<ffffffff8111d2c8>] ? mm_take_all_locks+0x148/0x1a0
[ 6983.694724]  [<ffffffff81097ace>] ? put_lock_stats.isra.17+0xe/0x40
[ 6983.694728]  [<ffffffff81519949>] down_write+0x49/0x90
[ 6983.694731]  [<ffffffff8111d2c8>] ? mm_take_all_locks+0x148/0x1a0
[ 6983.694734]  [<ffffffff8111d2c8>] mm_take_all_locks+0x148/0x1a0
[ 6983.694737]  [<ffffffff8112afb3>] ? do_mmu_notifier_register+0x153/0x180
[ 6983.694740]  [<ffffffff8112aedf>] do_mmu_notifier_register+0x7f/0x180
[ 6983.694742]  [<ffffffff8112b013>] mmu_notifier_register+0x13/0x20
[ 6983.694765]  [<ffffffffa00e665d>] kvm_dev_ioctl+0x3cd/0x4f0 [kvm]
[ 6983.694768]  [<ffffffff8114bcb0>] do_vfs_ioctl+0x90/0x570
[ 6983.694772]  [<ffffffff81157403>] ? fget_light+0x323/0x4c0
[ 6983.694775]  [<ffffffff8114c1e0>] sys_ioctl+0x50/0x90
[ 6983.694781]  [<ffffffff8123a25e>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 6983.694785]  [<ffffffff8151d4c2>] system_call_fastpath+0x16/0x1b

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

             reply	other threads:[~2012-12-25 22:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-25 22:30 Borislav Petkov [this message]
2012-12-26 12:18 ` kvm lockdep splat with 3.8-rc1+ Hillf Danton
2012-12-27  4:43   ` Borislav Petkov
2013-01-05 12:00     ` Hillf Danton
2013-01-05 12:52       ` Borislav Petkov

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=20121225223045.GA23445@liondog.tnic \
    --to=bp@alien8.de \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@kernel.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