From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Bu7-0001Xm-5w for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:06:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Btx-0001LT-Lz for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:06:43 -0500 Received: from casper.infradead.org ([85.118.1.10]:55771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Btx-0001L9-Hn for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:06:33 -0500 Message-ID: <1329915987.24994.5.camel@twins> From: Peter Zijlstra Date: Wed, 22 Feb 2012 14:06:27 +0100 In-Reply-To: <20120204110817.30e1a4c62754f074a8a5064d@gmail.com> References: <4F2AB552.2070909@redhat.com> <4F2B41D6.8020603@codemonkey.ws> <20120204110817.30e1a4c62754f074a8a5064d@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Next gen kvm api List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Takuya Yoshikawa Cc: qemu-devel , linux-kernel , Avi Kivity , KVM list On Sat, 2012-02-04 at 11:08 +0900, Takuya Yoshikawa wrote: > The latter needs a fundamental change: I heard (from Avi) that we can > change mmu_lock to mutex_lock if mmu_notifier becomes preemptible. >=20 > So I was planning to restart this work when Peter's > "mm: Preemptibility" > http://lkml.org/lkml/2011/4/1/141 > gets finished.=20 That got merged a while ago: # git describe --contains d16dfc550f5326a4000f3322582a7c05dec91d7a --match = "v*" v3.0-rc1~275 While I still need to get back to unifying mmu_gather across architectures the whole thing is currently preemptible.