From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932994AbcJ0Ns7 (ORCPT ); Thu, 27 Oct 2016 09:48:59 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35651 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755186AbcJ0Ns4 (ORCPT ); Thu, 27 Oct 2016 09:48:56 -0400 Date: Thu, 27 Oct 2016 10:32:59 +0100 From: Lorenzo Stoakes To: Paolo Bonzini Cc: Andrew Morton , linux-mm@kvack.org, Linus Torvalds , Michal Hocko , Jan Kara , Hugh Dickins , Dave Hansen , Rik van Riel , Mel Gorman , Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mm: remove unnecessary __get_user_pages_unlocked() calls Message-ID: <20161027093259.GA1135@lucifer> References: <20161025233609.5601-1-lstoakes@gmail.com> <20161026092548.12712-1-lstoakes@gmail.com> <20161026171207.e76e4420dd95afcf16cc7c59@linux-foundation.org> <1019451e-1f91-57d4-11c8-79e08c86afe1@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1019451e-1f91-57d4-11c8-79e08c86afe1@redhat.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 27, 2016 at 11:27:24AM +0200, Paolo Bonzini wrote: > > > On 27/10/2016 02:12, Andrew Morton wrote: > > > > > >> Subject: [PATCH v2] mm: remove unnecessary __get_user_pages_unlocked() calls > > > > The patch is rather misidentified. > > > >> virt/kvm/async_pf.c | 7 ++++--- > >> virt/kvm/kvm_main.c | 5 ++--- > >> 2 files changed, 6 insertions(+), 6 deletions(-) > > > > It's a KVM patch and should have been called "kvm: remove ...". > > Possibly the KVM maintainers will miss it for this reason. > > I noticed it, but I confused it with "mm: unexport __get_user_pages()". > > I'll merge this through the KVM tree for -rc3. Actually Paolo could you hold off on this? As I think on reflection it'd make more sense to batch this change up with a change to get_user_pages_remote() as suggested by Michal.