From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933848AbcJ0HGd (ORCPT ); Thu, 27 Oct 2016 03:06:33 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:33874 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750809AbcJ0HGb (ORCPT ); Thu, 27 Oct 2016 03:06:31 -0400 Date: Thu, 27 Oct 2016 08:06:27 +0100 From: Lorenzo Stoakes To: Andrew Morton Cc: linux-mm@kvack.org, Linus Torvalds , Michal Hocko , Jan Kara , Hugh Dickins , Dave Hansen , Rik van Riel , Mel Gorman , Paolo Bonzini , 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: <20161027070627.GA4615@lucifer> References: <20161025233609.5601-1-lstoakes@gmail.com> <20161026092548.12712-1-lstoakes@gmail.com> <20161026171207.e76e4420dd95afcf16cc7c59@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161026171207.e76e4420dd95afcf16cc7c59@linux-foundation.org> 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 Wed, Oct 26, 2016 at 05:12:07PM -0700, Andrew Morton wrote: > It's a KVM patch and should have been called "kvm: remove ...". > Possibly the KVM maintainers will miss it for this reason. > Ah, indeed, however I think given my and Michal's discussion in this thread regarding adjusting get_user_pages_remote() to allow for the unexporting of __get_user_pages_unlocked() it would make more sense for me to batch up this change with that change also (and then in fact actually be an mm patch.)