From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [Qemu-devel] [RFC] Next gen kvm api Date: Wed, 22 Feb 2012 14:06:27 +0100 Message-ID: <1329915987.24994.5.camel@twins> References: <4F2AB552.2070909@redhat.com> <4F2B41D6.8020603@codemonkey.ws> <20120204110817.30e1a4c62754f074a8a5064d@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Anthony Liguori , Avi Kivity , KVM list , linux-kernel , qemu-devel To: Takuya Yoshikawa Return-path: In-Reply-To: <20120204110817.30e1a4c62754f074a8a5064d@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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. > > So I was planning to restart this work when Peter's > "mm: Preemptibility" > http://lkml.org/lkml/2011/4/1/141 > gets finished. 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.