From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Arcangeli Subject: Re: kvm-85 sometimes not starting on 2.6.30-rc5 Date: Sat, 23 May 2009 19:20:01 +0200 Message-ID: <20090523172001.GA2613@random.random> References: <20090513192249.GA5760@nik-comp.linuxbox.cz> <4A10733E.5000905@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nikola Ciprich , KVM list , nikola.ciprich@linuxbox.cz To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:35178 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753481AbZEWRUK (ORCPT ); Sat, 23 May 2009 13:20:10 -0400 Content-Disposition: inline In-Reply-To: <4A10733E.5000905@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, May 17, 2009 at 11:27:42PM +0300, Avi Kivity wrote: > Andrea, looks like the mother of all locks below. eheh yes that really is the mother of all locks ;). So the thing is, like BUG says MAX_LOCK_DEPTH is too low, to fix you should rebuild after increasing it in include/linux/sched.h to say 96. Likely somebody changed qemu-kvm over time in a way that allocates more vmas than before.