From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942757AbcJ0PjJ (ORCPT ); Thu, 27 Oct 2016 11:39:09 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:34612 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935723AbcJ0PjG (ORCPT ); Thu, 27 Oct 2016 11:39:06 -0400 Subject: Re: [PATCH v2] mm: remove unnecessary __get_user_pages_unlocked() calls To: Andrew Morton , Lorenzo Stoakes References: <20161025233609.5601-1-lstoakes@gmail.com> <20161026092548.12712-1-lstoakes@gmail.com> <20161026171207.e76e4420dd95afcf16cc7c59@linux-foundation.org> Cc: linux-mm@kvack.org, Linus Torvalds , Michal Hocko , Jan Kara , Hugh Dickins , Dave Hansen , Rik van Riel , Mel Gorman , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , kvm@vger.kernel.org, linux-kernel@vger.kernel.org From: Paolo Bonzini Message-ID: <1019451e-1f91-57d4-11c8-79e08c86afe1@redhat.com> Date: Thu, 27 Oct 2016 11:27:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161026171207.e76e4420dd95afcf16cc7c59@linux-foundation.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Paolo