From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH 3/2] KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL) Date: Mon, 28 Apr 2014 17:02:34 +0200 Message-ID: <20140428150234.GA19879@redhat.com> References: <20140421132543.GA13594@redhat.com> <535E361D.3050902@redhat.com> <20140428141532.GD10488@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Avi Kivity , Gleb Natapov , Dominik Dingel , Christian Borntraeger , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Andrea Arcangeli Return-path: Content-Disposition: inline In-Reply-To: <20140428141532.GD10488@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 04/28, Andrea Arcangeli wrote: > > On Mon, Apr 28, 2014 at 01:06:05PM +0200, Paolo Bonzini wrote: > > Patch 1 will be for 3.16 only, I'd like a review from Marcelo or Andrea > > though (that's "KVM: async_pf: kill the unnecessary use_mm/unuse_mm > > async_pf_execute()" for easier googling). > > Patch 1: > > Reviewed-by: Andrea Arcangeli Thanks, > I think current->NULL would be better too. OK, let me send the trivial one-liner then. I won't mind if you fold it into 1/2, or I can resend it with this change included. Oleg.